Details
-
Task
-
Resolution: Won't Fix
-
Major - P3
-
None
-
3.6.0-rc3
-
None
-
None
-
Query
-
0
Description
We should make the following improvements to this test:
- Add assertions that the update performed actually matched/updated a document.
- Remove the print statement that executes on every loop. Instead, include the number of iterations in assertion messages. Also include the update result object in assertions.
- Reduce the number of loops - we should hit the 16MB BSON size limit in 23 iterations, well under the 100 currently configured.
- Modernize