-
Type: Sub-task
-
Resolution: Done
-
Priority: Unknown
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Java Drivers
Certain tests require spec changes:
// TEST BUGS / ISSUES assumeFalse("TODO (CSOT) - Tests need to create a capped collection - not in json", fileDescription.startsWith("timeoutMS behaves correctly for tailable awaitData cursors")); assumeFalse("TODO (CSOT) - Tests need to create a capped collection - not in json", fileDescription.startsWith("timeoutMS behaves correctly for tailable non-await cursors")); assumeFalse("TODO (CSOT) - Tests need to create a capped collection - not in json", fileDescription.startsWith("timeoutMS behaves correctly for tailable non-awaitData cursors")); assumeFalse("TODO (CSOT) - Invalid collection name in the test", testDescription.equals("timeoutMS can be overridden for close"));
convenient-transactions.json
- timeoutMS is not refreshed for each operation in the callback.
Added: "ignoreExtraEvents": true,If the callback returns an error and the transaction must be aborted, drivers MUST refresh the timeoutMS value for the abortTransaction operation.
- is related to
-
DRIVERS-2872 CSOT test fixes
- In Progress