-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(NODE-3712,NODE-4546): electionId should be ordered before setVersion #3174
fix(NODE-3712,NODE-4546): electionId should be ordered before setVersion #3174
Conversation
@@ -0,0 +1,382 @@ | |||
import { Document, EJSON } from 'bson'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as a first request, can we put the runner -> ts conversion in a separate PR (preferrably linked via git mv
so that it associates the changed files)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#3182 Done! you have to go in and view the second commit to see the diff as opposed to whole file delete and rewrite. I'll push the removal from here in a bit
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Leaving this comment open so we can remember to rebase once the other one is in
54faa1f
to
2ca9c71
Compare
b0377f4
to
85d1813
Compare
85d1813
to
d305339
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
optional comment, otherwise LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CI succeeded on restart, just flakey tests.
Description
NODE-3712, NODE-4546
What is changing?
updateRsFromPrimary
procedureSpec runner changes and partial spec sync done in #3182
Update Oct 2022:
What is the motivation for this change?
Correctness, see spec changes: mongodb/specifications#1122
See follow up spec changes unblocking this: mongodb/specifications#1309
Double check the following
npm run check:lint
script<type>(NODE-xxxx)<!>: <description>