-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
Found by spencer.mckenney while working on command monitoring tests, many of the CRUD operations in the C++ driver explicitly set the ordered option to false for the underlying bulk operation: example with delete_many
The CRUD spec indicates the default should be false, and the command monitoring tests confirm this.