Uploaded image for project: 'Node.js Driver'
  1. Node.js Driver
  2. NODE-6486

serverless 'Retryable commitTransaction fails after interrupted' test fails

    • Type: Icon: Task Task
    • Resolution: Duplicate
    • Priority: Icon: Unknown Unknown
    • None
    • Affects Version/s: None
    • Component/s: None
    • Not Needed
    • Hide

      1. What would you like to communicate to the user about this feature?
      2. Would you like the user to see examples of the syntax and/or executable code and its output?
      3. Which versions of the driver/connector does this apply to?

      Show
      1. What would you like to communicate to the user about this feature? 2. Would you like the user to see examples of the syntax and/or executable code and its output? 3. Which versions of the driver/connector does this apply to?

      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.

      EVG link

      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) 

            Assignee:
            Unassigned Unassigned
            Reporter:
            aditi.khare@mongodb.com Aditi Khare
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: