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

XMLWordPrintableJSON

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

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

       

      should be 

       

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

              Assignee:
              Adam Rayner
              Reporter:
              Adam Rayner
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: