-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
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);
- related to
-
SERVER-94683 Use valid key to check error string in speculative-auth-replset
- Closed