You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrate the rest of the tests to run in deterministic integration test. refactor: migrate backfill tests to deterministic integration tests #13219 - [ ] Deprecate run-backfill-tests.sh Some of these tests are specific to backfill, and require a full cluster. For instance tombstones test. Seems relatively stable for now. So won't change it.
We should test it in recovery-deterministic-test:
Use WAIT on recovery, which will wait for all background ddl to complete.
Just create a bunch of background ddl.
No need to test progress %, since it is flaky.
When cluster undergoes recovery, it should still recover the background ddl.
The text was updated successfully, but these errors were encountered:
Last task requires some refactoring to complete it. The deterministic testing framework needs to retry background_ddl tasks after recovery. Reason being the jobs could be killed before the first barrier pass, making them unrecoverable.
WAIT
for background_ddl tasks #12885run-backfill-tests.sh (cancel)
to run in deterministic integration tests: feat(meta): recover stream job progress #12167 (comment).- [ ] DeprecateSome of these tests are specific to backfill, and require a full cluster. For instance tombstones test. Seems relatively stable for now. So won't change it.run-backfill-tests.sh
WAIT
on recovery, which will wait for all background ddl to complete.The text was updated successfully, but these errors were encountered: