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

rpc: increase the number of subscriptions in storm test #22316

Merged
merged 1 commit into from
Feb 16, 2021

Conversation

gballet
Copy link
Member

@gballet gballet commented Feb 11, 2021

Fixes #22314.

The TestClientNotificationStorm test checks that a storm of client notification subscriptions is detected and an error is returned. For whatever reason, FreeBSD seems to handle the storm a tiny bit better than other systems, and therefore no error is raised. Bumping the number of requests by 1000 causes the expected buffer flood and an error is correctly reported.

@gballet gballet requested a review from fjl February 11, 2021 15:02
@karalabe karalabe added this to the 1.10.0 milestone Feb 16, 2021
@karalabe karalabe merged commit f4fcd4f into ethereum:master Feb 16, 2021
filipescuc pushed a commit to EthereumGenesys/go-ethereum that referenced this pull request Mar 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TestClientNotificationStorm is broken on FreeBSD
3 participants