File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -715,7 +715,7 @@ buildvariants:
715
715
run_on :
716
716
- ubuntu1604-build
717
717
expansions :
718
- GO_DIST : " /opt/golang/go1.9 "
718
+ GO_DIST : " /opt/golang/go1.11 "
719
719
tasks :
720
720
- name : " .static-analysis"
721
721
Original file line number Diff line number Diff line change @@ -491,7 +491,7 @@ tests:
491
491
mode : { times: 2 }
492
492
data :
493
493
failCommands : ["commitTransaction"]
494
- errorCode : 11602 # InterruptedDueToReplStateChange
494
+ errorCode : 11602 # InterruptedDueToStepDown
495
495
496
496
operations :
497
497
- name : startTransaction
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 @@ -584,7 +584,7 @@ tests:
584
584
data :
585
585
- _id : 1
586
586
587
- - description : commitTransaction succeeds after InterruptedDueToReplStateChange
587
+ - description : commitTransaction succeeds after InterruptedDueToStepDown
588
588
589
589
failPoint :
590
590
configureFailPoint : failCommand
@@ -1211,7 +1211,7 @@ tests:
1211
1211
data :
1212
1212
- _id : 1
1213
1213
1214
- - description : commitTransaction succeeds after WriteConcernError InterruptedDueToReplStateChange
1214
+ - description : commitTransaction succeeds after WriteConcernError InterruptedDueToStepDown
1215
1215
1216
1216
failPoint :
1217
1217
configureFailPoint : failCommand
You can’t perform that action at this time.
0 commit comments