-
Notifications
You must be signed in to change notification settings - Fork 22
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
Post-consensus test: Duplicate message then quorum test #333
Conversation
MatheusFranco99
commented
Jan 2, 2024
- Post-consensus - DuplicateMsg and then quorum. The test asserts that the error doesn't disallow terminating a duty after a quorum is reached.
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.
Nice!
refers to #264 |
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.
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.
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.
Hey @MatheusFranco99
Don't want to do changes in your PR myself (besides merging and resolving conflicts).
Shouldn't the tests here be "Duplicate message with different roots then quorum"...
It is just that we have duplicate_msg.go
and duplicate_msg_different_root.go
and this test seems like an extension of the latter...
maybe other good tests will be to create quorum of dup messages and a test with one dup message that has the same root (not for this PR)
Hey @GalRogozinski You mean that a more appropriate test name (and file name) should include something like "msg different root", correct? |
@MatheusFranco99 yes |
@GalRogozinski done |