Skip to content

Commit

Permalink
GODRIVER-3113 Skip unpin_after_TransientTransactionError_error_on_com…
Browse files Browse the repository at this point in the history
…mit on latest (#1552)
  • Loading branch information
blink1073 authored Feb 7, 2024
1 parent 488af3d commit ec15401
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 ec15401

Please sign in to comment.