-
Type: Task
-
Resolution: Unresolved
-
Priority: Unknown
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
The TestCausalConsistencyExamples test currently fails on at least one task most of the time. Re-enable it if it's skipped and fix the test.
The failures seem to happen only on MongoDB v4.0 sharded clusters.
E.g. failure:
examples_test.go:124: Error Trace: examples_test.go:124 Error: Received unexpected error: write exception: write errors: [no progress was made executing batch write op in test.items after 5 rounds (0 ops completed in 6 rounds total)] Test: TestCausalConsistencyExamples
E.g. failure message with added logging:
session error: InsertOne error: write exception: write errors: [no progress was made executing batch write op in test.items after 5 rounds (0 ops completed in 6 rounds total)]
Suggests the error is coming from the InsertOne call on examples.go#L2561.
- is related to
-
GODRIVER-517 Causal Consistency Examples for the Manual
- Closed