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

test(connlib): make the packet source an explicit input #5217

Merged
merged 3 commits into from
Jun 5, 2024

Conversation

thomaseizinger
Copy link
Member

Currently, the transition for sending ICMP packets does not explicitly state whether we want to send an IPv4 or an IPv6 packet. Being explicit about this makes things a bit easier to understand.

It may also simplify the adaption of the tests for #5049.

Copy link

vercel bot commented Jun 5, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
firezone ⬜️ Ignored (Inspect) Visit Preview Jun 5, 2024 3:08am

@github-actions github-actions bot added the kind/test PRs that are focused on increasing test coverage label Jun 5, 2024
@thomaseizinger
Copy link
Member Author

@conectado I forgot whether or not we need this now for #5049 but even if not, I think it makes things a bit easier to understand so I don't mind merging it anyway.

Copy link

github-actions bot commented Jun 5, 2024

Terraform Cloud Plan Output

Plan: 15 to add, 15 to change, 15 to destroy.

Terraform Cloud Plan

Copy link

github-actions bot commented Jun 5, 2024

Performance Test Results

TCP

Test Name Received/s Sent/s Retransmits
direct-tcp-client2server 234.4 MiB (+1%) 237.4 MiB (+1%) 625 (+74%)
direct-tcp-server2client 239.8 MiB (-0%) 241.1 MiB (-0%) 667 (+99%)
relayed-tcp-client2server 223.0 MiB (-0%) 223.8 MiB (-0%) 297 (+8%)
relayed-tcp-server2client 239.4 MiB (+3%) 239.9 MiB (+3%) 417 (+2%)

UDP

Test Name Total/s Jitter Lost
direct-udp-client2server 500.0 MiB (-0%) 0.03ms (+31%) 44.93% (-5%)
direct-udp-server2client 500.0 MiB (+0%) 0.01ms (-73%) 22.26% (-0%)
relayed-udp-client2server 500.0 MiB (+0%) 0.05ms (-57%) 55.87% (+3%)
relayed-udp-server2client 500.0 MiB (-0%) 0.01ms (-77%) 43.30% (-4%)

Copy link
Collaborator

@conectado conectado left a comment

Choose a reason for hiding this comment

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

LGTM!

@thomaseizinger thomaseizinger added this pull request to the merge queue Jun 5, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jun 5, 2024
@thomaseizinger thomaseizinger added this pull request to the merge queue Jun 5, 2024
Merged via the queue into main with commit 91a7e00 Jun 5, 2024
135 checks passed
@thomaseizinger thomaseizinger deleted the test/connlib/input-ip-version-to-transition branch June 5, 2024 05:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/test PRs that are focused on increasing test coverage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants