Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-76961

Fix expected attr structure of log in speculative-auth-replset.js

    • Fully Compatible
    • v7.0, v6.0, v5.0
    • Security 2023-05-15, Security 2023-05-29
    • 5

      assert.eq(entry.attr.error.code, ErrorCodes.AuthenticationAbandoned);

       

      should be 

       

      assert.eq(entry.attr.result, ErrorCodes.AuthenticationAbandoned);

            Assignee:
            adam.rayner@mongodb.com Adam Rayner
            Reporter:
            adam.rayner@mongodb.com Adam Rayner
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: