Most tests for index builds, such as index_secondary_wait_for_commit.js use the index_build.js test helper to detect the presence of index builds in the server. We have observed instances where IndexBuildTest.assertIndexes() fails to detect index builds (mostly like because of the operation time used for the read) that were detected by IndexBuildTest.getIndexBuildOpId(), which provides an explicit local read concern to the aggregation command.
- is related to
-
SERVER-51792 index_failover_key_errors.js and indexbg_killop_stepup.js can check indexes before the abort timestamp is reached
- Closed
-
SERVER-47866 Secondary readers do not need to reacquire PBWM lock if there are catalog conflicts
- Closed
- related to
-
SERVER-51773 list_indexes_with_build_uuids.js - IndexBuildTest.assertIndexes() sees different server state from IndexBuildTest.getIndexBuildOpId()
- Closed