-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Trivial - P5
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Java Drivers
-
None
-
None
-
None
-
None
-
None
-
None
The assertion removed in JAVA-6001 should be restored once the minimum supported server version in the driver includes the fix for SERVER-113344.
Current behavior:
The driver ignores unexpected cursor entries for successful writes when errorsOnly: true due to the server bug.
Intended behavior:
Once all supported server versions correctly omit successful results in this mode, the assertion should be reinstated to validate expected server behavior.
Acceptance criteria:
- Confirm that all supported server versions contain the SERVER-113344 fix.
- Restore removed assertion in the bulk write result parser.
- Remove related workaround and comment marked with TODO-JAVA-6002.
- is blocked by
-
SERVER-113344 bulkWrite returns success items despite errorsOnly:true on write without shard key
-
- In Progress
-
- related to
-
JAVA-6001 Remove assertion for verbose results
-
- In Code Review
-