You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(sdam): use ObjectId comparison to track maxElectionId
Code for tracking the `maxElectionId` currently assumes that the
id is represented in extended JSON. This fix modifies the test
runner to parse the extended JSON into BSON, and modified the
comparison logic to assume ObjectId
NODE-2464
0 commit comments