You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* use `MONGOC_DEBUG` instead of `MONGOC_INFO`
Fixes test failure in `test_sample_txn_commands` expecting no captured logs. Debug logs are not captured.
* unskip `/Samples` tests
* skip snapshot sessions tests if server too old
Snapshot sessions require server 5.0. Addresses driver error "Snapshot reads require MongoDB 5.0 or later".
* insert with majority write concern
Resolves two observed errors:
- On server 5.0 and 6.0, `aggregate` sometimes returns the error SnapshotUnavailable(246) with message "Unable to read from a snapshot due to pending collection catalog changes; please retry the operation".
- On server 7.0 and 8.0, `aggregate` sometimes returns no error but does not return the just-inserted document.
* fix typo
* stop capturing logs after asserting
To restore the default behavior (print to stdout).
* rename snapshot query examples
The numbers 1-58 are associated with the examples added for DRIVERS-356. 59 and 60 have no such reference.
* describe rationale for reordering
* reduce scope of captured logs
---------
Co-authored-by: Ezra Chung <[email protected]>
Copy file name to clipboardExpand all lines: .evergreen/etc/skip-tests.txt
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,5 @@
28
28
29
29
/transactions/legacy/mongos-recovery-token/"commitTransaction retry fails on new mongos" # fails with server selection timeout (CDRIVER-4268)
30
30
/transactions/legacy/pin-mongos/"unpin after transient error within a transaction and commit" # (CDRIVER-4351) server selection timeout (on ASAN Tests Ubuntu 18.04 build variant)
0 commit comments