-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 2.7.0
-
Component/s: Testing Infrastructure
-
None
-
ALL
after cloning from the standalone to the primary, the secondary will have all the documents
there is then a race between dropDatabase() at the primary and checking the number of docs after clonedatabase from the standalone to the secondary
if dropDatabase() loses the race, the secondary will still have the documents and the test will fail