-
Type: Improvement
-
Resolution: Won't Do
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
Execution Team 2022-02-07
-
21
The concurrency workload create_index_background.js creates a background index in thread 0, after CRUD operations have begun in the other workload threads. It should use the CountDownLatch semantic to coordinate this activity instead of relying on assert.soon on a collection query, where field "crud" exists.