File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
spec/spec_tests/data/transactions Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -487,7 +487,7 @@ tests:
487487 mode : { times: 2 }
488488 data :
489489 failCommands : ["commitTransaction"]
490- errorCode : 11602 # InterruptedDueToReplStateChange
490+ errorCode : 11602 # InterruptedDueToStepDown
491491
492492 operations :
493493 - name : startTransaction
@@ -825,7 +825,7 @@ tests:
825825 data :
826826 failCommands : ["commitTransaction"]
827827 writeConcernError :
828- code : 100 # UnsatisfiableWriteConcern/CannotSatisfyWriteConcern
828+ code : 100 # UnsatisfiableWriteConcern
829829 errmsg : Not enough data-bearing nodes
830830
831831 operations :
Original file line number Diff line number Diff line change @@ -459,7 +459,7 @@ tests:
459459 collection :
460460 data : []
461461
462- - description : abortTransaction succeeds after InterruptedDueToReplStateChange
462+ - description : abortTransaction succeeds after InterruptedDueToStepDown
463463
464464 failPoint :
465465 configureFailPoint : failCommand
@@ -1069,7 +1069,7 @@ tests:
10691069 collection :
10701070 data : []
10711071
1072- - description : abortTransaction succeeds after WriteConcernError InterruptedDueToReplStateChange
1072+ - description : abortTransaction succeeds after WriteConcernError InterruptedDueToStepDown
10731073
10741074 failPoint :
10751075 configureFailPoint : failCommand
Original file line number Diff line number Diff line change @@ -487,7 +487,7 @@ tests:
487487 data :
488488 - _id : 1
489489
490- - description : commitTransaction succeeds after InterruptedDueToReplStateChange
490+ - description : commitTransaction succeeds after InterruptedDueToStepDown
491491
492492 failPoint :
493493 configureFailPoint : failCommand
@@ -1106,7 +1106,7 @@ tests:
11061106 data :
11071107 - _id : 1
11081108
1109- - description : commitTransaction succeeds after WriteConcernError InterruptedDueToReplStateChange
1109+ - description : commitTransaction succeeds after WriteConcernError InterruptedDueToStepDown
11101110
11111111 failPoint :
11121112 configureFailPoint : failCommand
Original file line number Diff line number Diff line change @@ -511,7 +511,7 @@ tests:
511511
512512 outcome : *outcome
513513
514- - description : readConcern local in startTransaction options
514+ - description : readConcern snapshot in startTransaction options
515515
516516 sessionOptions :
517517 session0 :
You can’t perform that action at this time.
0 commit comments