Skip to content

Commit 8f866e2

Browse files
committed
mongos pinning test expects no unpinning on MaxTimeoutMSExpired
JAVA-3513
1 parent b5567eb commit 8f866e2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

driver-core/src/test/resources/transactions/pin-mongos.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,6 @@
827827
},
828828
{
829829
"description": "remain pinned after non-transient error on commit",
830-
"skipReason": "SPEC-1320",
831830
"useMultipleMongoses": true,
832831
"operations": [
833832
{
@@ -876,7 +875,7 @@
876875
"failCommands": [
877876
"commitTransaction"
878877
],
879-
"errorCode": 50
878+
"errorCode": 51
880879
}
881880
}
882881
}
@@ -888,7 +887,7 @@
888887
"errorLabelsOmit": [
889888
"TransientTransactionError"
890889
],
891-
"errorCode": 50
890+
"errorCode": 51
892891
}
893892
},
894893
{

0 commit comments

Comments
 (0)