File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
mongo/integration/unified Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 4444 "listSearchIndexes ignores read and write concern" : "Sync GODRIVER-3074, but skip testing bug GODRIVER-3043" ,
4545 "updateSearchIndex ignores the read and write concern" : "Sync GODRIVER-3074, but skip testing bug GODRIVER-3043" ,
4646
47+ // TODO(GODRIVER-3137): Implement Gossip cluster time"
48+ "unpin after TransientTransactionError error on commit" : "Implement GODRIVER-3137" ,
49+
50+ // TODO(GODRIVER-3034): Drivers should unpin connections when ending a session
51+ "unpin on successful abort" : "Implement GODRIVER-3034" ,
52+ "unpin after non-transient error on abort" : "Implement GODRIVER-3034" ,
53+ "unpin after TransientTransactionError error on abort" : "Implement GODRIVER-3034" ,
54+ "unpin when a new transaction is started" : "Implement GODRIVER-3034" ,
55+ "unpin when a non-transaction write operation uses a session" : "Implement GODRIVER-3034" ,
56+ "unpin when a non-transaction read operation uses a session" : "Implement GODRIVER-3034" ,
57+
4758 // DRIVERS-2722: Setting "maxTimeMS" on a command that creates a cursor
4859 // also limits the lifetime of the cursor. That may be surprising to
4960 // users, so omit "maxTimeMS" from operations that return user-managed
You can’t perform that action at this time.
0 commit comments