Details
-
Bug
-
Resolution: Done
-
Major - P3
-
None
-
None
-
ALL
Description
seen when adding a test for replset.
If you look at groupAndMapReduce.js, it syncs the slaves then does count() and group().
I had to add a 10s sleep time otherwise the group() would fail, because slaves where still in recovering mode.
But count() was always successful.
We should also check other operations.