-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Testing
How are you using Mongo? What version of the server and driver are you using?
Our test:
Write Concern should pipe writeConcern from client down to API call
is currently crashing, the mock server response is looking for writeConcern on all messages, but endSessions doesn't have it. Maybe end sessions wasn't being send before now?
AC: At least move the assertion out of the handMessage callback, or look into removing mock usage.