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

[Performance] Break CRR into its own test #749

Closed
jtaleric opened this issue Mar 8, 2022 · 0 comments · Fixed by #750
Closed

[Performance] Break CRR into its own test #749

jtaleric opened this issue Mar 8, 2022 · 0 comments · Fixed by #750
Labels
good first issue Good for newcomers kind/feature New feature or request

Comments

@jtaleric
Copy link
Member

jtaleric commented Mar 8, 2022

Proposal / RFE

Separate CRR into its own test due to conntrack limits.

Default max for conntrack is :

cat /proc/sys/net/nf_conntrack_max 
131072

Running CRR for multiple samples / extended duration can result in test failures. To avoid the user hitting this problem, we should still allow the user to run CRR, but stand-alone with pre-defined samples and duration.

Is your feature request related to a problem?

Yes. Extended runs for CRR will result in test failures.

@jtaleric jtaleric added kind/feature New feature or request good first issue Good for newcomers labels Mar 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers kind/feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant