Skip to content

Commit

Permalink
GODRIVER-3113 [master] Skip unpin_after_TransientTransactionError_err…
Browse files Browse the repository at this point in the history
…or_on_commit on latest (mongodb#1553)
  • Loading branch information
blink1073 authored Feb 15, 2024
1 parent 7fd4e30 commit 39c025a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions testdata/transactions/unified/mongos-unpin.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"runOnRequirements": [
{
"minServerVersion": "4.2",
"maxServerVersion": "7.99",
"topologies": [
"sharded-replicaset"
]
Expand Down
2 changes: 2 additions & 0 deletions testdata/transactions/unified/mongos-unpin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ schemaVersion: '1.4'

runOnRequirements:
- minServerVersion: '4.2'
# Skip pending GODRIVER-3113
maxServerVersion: "7.99"
topologies: [ sharded-replicaset ]

createEntities:
Expand Down

0 comments on commit 39c025a

Please sign in to comment.