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:
487
487
mode : { times: 2 }
488
488
data :
489
489
failCommands : ["commitTransaction"]
490
- errorCode : 11602 # InterruptedDueToReplStateChange
490
+ errorCode : 11602 # InterruptedDueToStepDown
491
491
492
492
operations :
493
493
- name : startTransaction
@@ -825,7 +825,7 @@ tests:
825
825
data :
826
826
failCommands : ["commitTransaction"]
827
827
writeConcernError :
828
- code : 100 # UnsatisfiableWriteConcern/CannotSatisfyWriteConcern
828
+ code : 100 # UnsatisfiableWriteConcern
829
829
errmsg : Not enough data-bearing nodes
830
830
831
831
operations :
Original file line number Diff line number Diff line change @@ -459,7 +459,7 @@ tests:
459
459
collection :
460
460
data : []
461
461
462
- - description : abortTransaction succeeds after InterruptedDueToReplStateChange
462
+ - description : abortTransaction succeeds after InterruptedDueToStepDown
463
463
464
464
failPoint :
465
465
configureFailPoint : failCommand
@@ -1069,7 +1069,7 @@ tests:
1069
1069
collection :
1070
1070
data : []
1071
1071
1072
- - description : abortTransaction succeeds after WriteConcernError InterruptedDueToReplStateChange
1072
+ - description : abortTransaction succeeds after WriteConcernError InterruptedDueToStepDown
1073
1073
1074
1074
failPoint :
1075
1075
configureFailPoint : failCommand
Original file line number Diff line number Diff line change @@ -487,7 +487,7 @@ tests:
487
487
data :
488
488
- _id : 1
489
489
490
- - description : commitTransaction succeeds after InterruptedDueToReplStateChange
490
+ - description : commitTransaction succeeds after InterruptedDueToStepDown
491
491
492
492
failPoint :
493
493
configureFailPoint : failCommand
@@ -1106,7 +1106,7 @@ tests:
1106
1106
data :
1107
1107
- _id : 1
1108
1108
1109
- - description : commitTransaction succeeds after WriteConcernError InterruptedDueToReplStateChange
1109
+ - description : commitTransaction succeeds after WriteConcernError InterruptedDueToStepDown
1110
1110
1111
1111
failPoint :
1112
1112
configureFailPoint : failCommand
Original file line number Diff line number Diff line change @@ -511,7 +511,7 @@ tests:
511
511
512
512
outcome : *outcome
513
513
514
- - description : readConcern local in startTransaction options
514
+ - description : readConcern snapshot in startTransaction options
515
515
516
516
sessionOptions :
517
517
session0 :
You can’t perform that action at this time.
0 commit comments