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

Client Side Encryption Prose Tests Bypass spawning mongocryptd via mongocryptdBypassSpawn does not spawn mongocryptd failing on node 20

    • Type: Icon: Build Failure Build Failure
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 5.6.0
    • Affects Version/s: None
    • Component/s: None
    • 2
    • Not Needed
    • 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?

        2 failing
        1) Client Side Encryption Prose Tests
             Bypass spawning mongocryptd
               via mongocryptdBypassSpawn
                 does not spawn mongocryptd:
           AssertionError: expected MongoServerSelectionError { cause: MongoNetworkError { cause: AggregateError { errors: [ Error: connect ECONNREFUSED 127.0.0.1:27021 { errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 27021 }, Error: connect ECONNREFUSED ::1:27021 { errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 27021 } ], code: 'ECONNREFUSED' } }, reason: TopologyDescription{ type: 'Unknown', servers: Map{}, stale: false, compatible: true, heartbeatFrequencyMS: 10000, localThresholdMS: 15, setName: null, maxElectionId: null, maxSetVersion: null, commonWireVersion: +0, logicalSessionTimeoutMinutes: null }, code: undefined } to match /connect ECONNREFUSED 127.0.0.1:27021/
            at Context.<anonymous> (test/integration/client-side-encryption/client_side_encryption.prose.test.js:1181:32)
      
        2) Client Side Encryption Prose Tests
             Bypass spawning mongocryptd
               via bypassAutoEncryption
                 does not spawn mongocryptd:
           AssertionError: expected MongoServerSelectionError { cause: MongoNetworkError { cause: AggregateError { errors: [ Error: connect ECONNREFUSED 127.0.0.1:27021 { errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 27021 }, Error: connect ECONNREFUSED ::1:27021 { errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 27021 } ], code: 'ECONNREFUSED' } }, reason: TopologyDescription{ type: 'Unknown', servers: Map{}, stale: false, compatible: true, heartbeatFrequencyMS: 10000, localThresholdMS: 15, setName: null, maxElectionId: null, maxSetVersion: null, commonWireVersion: +0, logicalSessionTimeoutMinutes: null }, code: undefined } to match /connect ECONNREFUSED 127.0.0.1:27021/
            at Context.<anonymous> (test/integration/client-side-encryption/client_side_encryption.prose.test.js:1275:15)
      

            Assignee:
            neal.beeken@mongodb.com Neal Beeken
            Reporter:
            neal.beeken@mongodb.com Neal Beeken
            Durran Jordan
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: