Skip to content

Commit 659b10c

Browse files
Isabella Siuskriptble
authored andcommitted
GODRIVER-623 fix whitespace and go version for errcheck
Change-Id: I20ba1ea8637961293c071a9d9824e7b211cb5bde
1 parent 385f1a6 commit 659b10c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.evergreen/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ buildvariants:
715715
run_on:
716716
- ubuntu1604-build
717717
expansions:
718-
GO_DIST: "/opt/golang/go1.9"
718+
GO_DIST: "/opt/golang/go1.11"
719719
tasks:
720720
- name: ".static-analysis"
721721

data/transactions/error-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ tests:
491491
mode: { times: 2 }
492492
data:
493493
failCommands: ["commitTransaction"]
494-
errorCode: 11602 # InterruptedDueToReplStateChange
494+
errorCode: 11602 # InterruptedDueToStepDown
495495

496496
operations:
497497
- name: startTransaction

data/transactions/retryable-abort.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

data/transactions/retryable-commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ tests:
584584
data:
585585
- _id: 1
586586

587-
- description: commitTransaction succeeds after InterruptedDueToReplStateChange
587+
- description: commitTransaction succeeds after InterruptedDueToStepDown
588588

589589
failPoint:
590590
configureFailPoint: failCommand
@@ -1211,7 +1211,7 @@ tests:
12111211
data:
12121212
- _id: 1
12131213

1214-
- description: commitTransaction succeeds after WriteConcernError InterruptedDueToReplStateChange
1214+
- description: commitTransaction succeeds after WriteConcernError InterruptedDueToStepDown
12151215

12161216
failPoint:
12171217
configureFailPoint: failCommand

0 commit comments

Comments
 (0)