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

tcp: limit the number of connections in tcp suite test on non-linux hosts #1507

Merged
merged 2 commits into from
May 18, 2022

Conversation

MarcoPolo
Copy link
Collaborator

Fixes #1498

Reduces the 50 conn test to 5 conns. Then runs the 50 conn test on linux only. See the linked issue for more context.

Copy link
Contributor

@marten-seemann marten-seemann left a comment

Choose a reason for hiding this comment

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

We're not running 2 stress tests on Linux? What about naming the test SubtestStressManyConns10Stream50Msg and then do the OS detection inside that test?

@marten-seemann marten-seemann changed the title Limit the number of connections in tcp suite test on non-linux hosts tcp: limit the number of connections in tcp suite test on non-linux hosts May 18, 2022
@marten-seemann marten-seemann merged commit b5289f1 into master May 18, 2022
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.

failing TCP tests
2 participants