-
Notifications
You must be signed in to change notification settings - Fork 901
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
Chore: Flaky Clique Mining Test #8357
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Preeti <[email protected]>
Signed-off-by: Preeti <[email protected]>
decreasePeriodTo2_Transition, | ||
decreasePeriodTo1_Transition, | ||
dummy_Transition, | ||
increasePeriodTo2_Transition)); |
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.
if you run gradlew spotlessApply
that will get rid of these whitespace changes
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.
Thanks! I'll run gradlew spotlessApply
to clean up the whitespace.
LOG.info("Proposing removal of minerNode2 and minerNode3..."); | ||
try { | ||
minerNode1.execute(cliqueTransactions.createRemoveProposal(minerNode2)); | ||
minerNode1.execute(cliqueTransactions.createRemoveProposal(minerNode3)); |
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.
I think removing them rather than stopping the nodes will invalidate this test - miner1 can produce blocks if it is the only validator (ie others have been removed)
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.
PR description
Fixed Issue(s)
fixed #8240
Thanks for sending a pull request! Have you done the following?
doc-change-required
label to this PR if updates are required.Locally, you can run these tests to catch failures early:
./gradlew spotlessApply
./gradlew build
./gradlew acceptanceTest
./gradlew integrationTest
./gradlew ethereum:referenceTests:referenceTests