Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ML][Transform] fixing testFailureCounterIsResetOnSuccess test failure …
…#76397 (#76417) (#76422) There are two possible race conditions that were not previously handled in this test. - Since the syncconfig was null, it may be that the transform actually gets set to stopping/stopped and its unable to kick off another indexing pass - It may also be that the indexer thread is still finishing up work when the second execution is requested, so it returns false. Adding a sync config and assertBusy handles these cases. Ran 1k+ times locally with this change and it never failed. Without, it failed ~10 runs. closes #76397
- Loading branch information