-
Type: Task
-
Resolution: Duplicate
-
Priority: Unknown
-
None
-
Affects Version/s: None
-
Component/s: None
Description
This task has been failing consistently on PRs and on main since 10/23/24, see task history here. It started failing when NODE-6413 merged; this PR only had changes to comments and no functional changes, so the timing is likely coincidental.
AssertionError: [2024/10/29 06:37:36.418] Original Error Stack:[2024/10/29 06:37:36.418] MongoServerError: Failing command due to 'failCommand' failpoint [2024/10/29 06:37:36.418] at Connection.sendCommand (src/cmap/connection.ts:525:17)[2024/10/29 06:37:36.418] at runMicrotasks (<anonymous>) [2024/10/29 06:37:36.418] at processTicksAndRejections (node:internal/process/task_queues:96:5) [2024/10/29 06:37:36.418] at async Connection.command (src/cmap/connection.ts:597:22) [2024/10/29 06:37:36.418] at async Server.command (src/sdam/server.ts:327:21) [2024/10/29 06:37:36.418] at async RunAdminCommandOperation.execute (src/operations/run_command.ts:68:33) [2024/10/29 06:37:36.418] at async tryOperation (src/operations/execute_operation.ts:271:14) [2024/10/29 06:37:36.418] at async executeOperation (src/operations/execute_operation.ts:109:12) [2024/10/29 06:37:36.418] at async LegacyClientSession.commitTransaction (src/sessions.ts:501:7) [2024/10/29 06:37:36.418] at async executeOperationAndCheck (test/tools/unified-spec-runner/operations.ts:962:14)[2024/10/29 06:37:36.418] at async runUnifiedTest (test/tools/unified-spec-runner/runner.ts:226:9) [2024/10/29 06:37:36.418] at async Context.<anonymous> (test/tools/unified-spec-runner/runner.ts:336:13) [2024/10/29 06:37:36.418] : expected MongoServerError: Failing command due to 'failCommand' failpoint { errorResponse: { ok: +0, errmsg: 'Failing command due to \'failCommand\' failpoint', code: 11601, codeName: '' }, ok: +0, code: 11601, codeName: '' } to have property 'codeName' of 'Interrupted', but got '' [2024/10/29 06:37:36.418] at expectErrorCheck (test/tools/unified-spec-runner/match.ts:777:42) [2024/10/29 06:37:36.418] at executeOperationAndCheck (test/tools/unified-spec-runner/operations.ts:965:23) [2024/10/29 06:37:36.418] at runMicrotasks (<anonymous>) [2024/10/29 06:37:36.418] at processTicksAndRejections (node:internal/process/task_queues:96:5)[2024/10/29 06:37:36.418] at async runUnifiedTest (test/tools/unified-spec-runner/runner.ts:226:9) [2024/10/29 06:37:36.418] at async Context.<anonymous> (test/tools/unified-spec-runner/runner.ts:336:13)
- duplicates
-
DRIVERS-3021 Skip tests with errorCodeName on Serverless
- Implementing