File tree 1 file changed +11
-0
lines changed
mongo/integration/unified
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 44
44
"listSearchIndexes ignores read and write concern" : "Sync GODRIVER-3074, but skip testing bug GODRIVER-3043" ,
45
45
"updateSearchIndex ignores the read and write concern" : "Sync GODRIVER-3074, but skip testing bug GODRIVER-3043" ,
46
46
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
+
47
58
// DRIVERS-2722: Setting "maxTimeMS" on a command that creates a cursor
48
59
// also limits the lifetime of the cursor. That may be surprising to
49
60
// users, so omit "maxTimeMS" from operations that return user-managed
You can’t perform that action at this time.
0 commit comments