This test in noPassthroughWithMongod inserts a huge number of documents, initiates a background index build and tries to perform another task in parallel while the background index task is active. The problem is that this is timing dependent and the current test setup tries to achieve this by inserting insane amount of documents.
Additionally, this test should be moved to jstests/noPassthrough.
- is related to
-
SERVER-13204 Improve racy noPassthroughWithMongod/indexbg*.js tests
- Closed
-
SERVER-37729 killOp must fail to kill secondary index build threads
- Closed
-
SERVER-24064 Fix indexbg_restart_sigkill_secondary_noretry.js to not be timing based
- Closed