Skip to content
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

cmd/devp2p, eth/protocols: earlier sanity check + fix flakey test #22749

Merged
merged 1 commit into from
Apr 28, 2021

Conversation

holiman
Copy link
Contributor

@holiman holiman commented Apr 27, 2021

This PR fixes a flaky test:

not ok 1 TestNewPooledTxs_66
# received NewBlock message: (*types.Block)({

Which I think is due to spurious block broadcasts, you never quite know when a node might decide to send you one.

Also, it moves the announcement sanity check earlier, and configure the blockchain a bit making the log output smaller (to stop the node from having to do gc after every block import)

Copy link
Contributor

@renaynay renaynay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM thank you

@holiman holiman modified the milestone: 1.10.3 Apr 28, 2021
@holiman holiman merged commit 0c99868 into ethereum:master Apr 28, 2021
@holiman holiman added this to the 1.10.3 milestone Apr 28, 2021
atif-konasl pushed a commit to frozeman/pandora-execution-engine that referenced this pull request Oct 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants