-
Type:
Build Failure
-
Resolution: Unresolved
-
Priority:
Unknown
-
None
-
Affects Version/s: None
-
Component/s: Flaky Test
-
None
-
None
-
None
-
None
-
None
-
None
-
None
1) Retryable Reads (unified)
retryable reads handshake failures
collection.find succeeds after retryable handshake network error:
AssertionError: Expected event count mismatch, expected [
'connectionCheckOutStartedEvent',
'connectionCheckOutStartedEvent',
'connectionCheckOutStartedEvent',
'connectionCheckOutStartedEvent'
but got [
'ConnectionCheckOutStartedEvent',
'ConnectionCheckOutStartedEvent',
'ConnectionCheckOutStartedEvent'
at failOnMismatchedCount (test/tools/unified-spec-runner/match.ts:447:10)
at matchesEvents (test/tools/unified-spec-runner/match.ts:685:7)
at runUnifiedTest (test/tools/unified-spec-runner/runner.ts:250:22)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Context.<anonymous> (test/tools/unified-spec-runner/runner.ts:336:13)
This same failure manifests with different commands, not just collection.find().
Note also that this ticket tracks retryable reads and writes.
- is duplicated by
-
NODE-6983 Flaky: Retryable_Reads__unified__retryable_reads_handshake_failures.collection.createChangeStream_succeeds_after_retryable_handshake_server_error__ShutdownInProgress_ [1]
-
- Closed
-
- is related to
-
DRIVERS-3206 Address flakiness in retryable reads and writes unified tests for retryable handshake errors
-
- Backlog
-
- related to
-
PYTHON-5323 Test Failure (PyPy) - test.test_retryable_writes_unified.TestUnifiedHandshakeError.test_collection_findOneAndReplace_succeeds_after_retryable_handshake_server_error__ShutdownInProgress_
-
- Blocked
-