Skip to content

Commit 7ea8947

Browse files
authored
GODRIVER-3030 Retry ReadConcernMajorityNotAvailableYet errors. (#1893)
1 parent 6824503 commit 7ea8947

File tree

89 files changed

+233
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+233
-2
lines changed

internal/integration/unified/unified_spec_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ var (
2525
"command-monitoring/logging",
2626
"connection-monitoring-and-pooling/logging",
2727
"sessions",
28+
"retryable-reads/unified",
2829
"retryable-writes/unified",
2930
"client-side-encryption/unified",
3031
"client-side-operations-timeout",

internal/integration/unified_spec_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ const dataPath string = "../../testdata/"
178178
var directories = []string{
179179
"transactions/legacy",
180180
"convenient-transactions",
181-
"retryable-reads",
181+
"retryable-reads/legacy",
182182
"read-write-concern/operation",
183183
"server-discovery-and-monitoring/integration",
184184
"atlas-data-lake-testing",
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)