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

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

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 7.1.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Fully Compatible
    • 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:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: