[SERVER-76961] Fix expected attr structure of log in speculative-auth-replset.js Created: 09/May/23  Updated: 29/Oct/23  Resolved: 18/May/23

Status: Closed
Project: Core Server
Component/s: None
Affects Version/s: None
Fix Version/s: 7.1.0-rc0

Type: Task Priority: Major - P3
Reporter: Adam Rayner Assignee: Adam Rayner
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Depends
Problem/Incident
Backwards Compatibility: Fully Compatible
Sprint: Security 2023-05-15, Security 2023-05-29
Participants:
Linked BF Score: 5

 Description   

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

 

should be 

 

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



 Comments   
Comment by Githook User [ 15/May/23 ]

Author:

{'name': 'Adam Rayner', 'email': 'adam.rayner@mongodb.com', 'username': 'adamtron'}

Message: SERVER-76961: update expected log struct for abandoned session, add deterministic test for abandoned authentication session
Branch: master
https://github.com/mongodb/mongo/commit/54ce9f3a48dcde0758e4cdf77d7b0efd08d71e2b

Generated at Thu Feb 08 06:34:07 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.