Skip to content

Commit e9a633c

Browse files
authored
GODRIVER-3137 Skip failing transaction tests (#1599)
1 parent b605d09 commit e9a633c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

mongo/integration/unified/unified_spec_runner.go

+11
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,17 @@ var (
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

0 commit comments

Comments
 (0)