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

defaults: Lower connectivity timeouts #1399

Merged
merged 1 commit into from Feb 21, 2023
Merged

Conversation

brb
Copy link
Member

@brb brb commented Feb 16, 2023

The timeouts are extensively used in connectivity tests which checks whether a policy has denied a connection. Obviously, this leads to waiting 20s.

Before (with the upcoming IPv6 connectivity tests):

./cilium connectivity test  6.99s user 1.42s system 1% cpu 11:48.72
total

After:

./cilium connectivity test  7.06s user 1.40s system 2% cpu 6:14.97
total

The timeouts are extensively used in connectivity tests which checks
whether a policy has denied a connection. Obviously, this leads to
waiting 20s.

Before (with the upcoming IPv6 connectivity tests):

    ./cilium connectivity test  6.99s user 1.42s system 1% cpu 11:48.72
    total

After:

    ./cilium connectivity test  7.06s user 1.40s system 2% cpu 6:14.97
    total

Signed-off-by: Martynas Pumputis <m@lambda.lt>
@brb brb requested a review from a team as a code owner February 16, 2023 13:21
@brb brb requested a review from ldelossa February 16, 2023 13:21
@brb brb temporarily deployed to ci February 16, 2023 13:21 — with GitHub Actions Inactive
@brb brb added the area/CI Continuous Integration testing issue or flake label Feb 16, 2023
@brb brb requested a review from tklauser February 21, 2023 15:42
Copy link
Member

@tklauser tklauser left a comment

Choose a reason for hiding this comment

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

🚀

@maintainer-s-little-helper maintainer-s-little-helper bot added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Feb 21, 2023
@tklauser tklauser merged commit 3112b74 into master Feb 21, 2023
@tklauser tklauser deleted the pr/brb/conn-lower-timeouts branch February 21, 2023 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/CI Continuous Integration testing issue or flake ready-to-merge This PR has passed all tests and received consensus from code owners to merge.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants