-
Notifications
You must be signed in to change notification settings - Fork 361
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
Use low latency servers for all tests #7184
Use low latency servers for all tests #7184
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 3 of 3 files at r1, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved
test/test-manager/src/tests/helpers.rs
line 1328 at r1 (raw file):
// The typestate query builder cannot express openVPN bridge locations while specifying // wireguard options, like multihop. So we need to create a new query for openVPN, and
⛏️ OpenVPN*
Code quote:
openVPN
096994a
to
2df8f1e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 2 of 2 files at r3, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved
8939bcb
to
77eea44
Compare
630e164
to
c880e66
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 3 of 4 files at r4, all commit messages.
Reviewable status: 4 of 5 files reviewed, all discussions resolved
7cbd4fa
to
d634d16
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 1 files at r5, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved
When starting e2e tests on multiple platforms, we always specify the same list of tests for all paltforms. Therefore we should not fail on parsing a test that is skipped for the current platform.
Add to `prepare_daemon` a step where the default location, including for multihop and bridges, is set to the `Nordic` custom list.
d634d16
to
1ff1dcf
Compare
Add to
prepare_daemon
a step where the default location, including entry for multihop (but not bridges as it turned out to be problematic), is set to theNordic
custom list.Link to full test run https://github.com/mullvad/mullvadvpn-app/actions/runs/11892409373/job/33137399707. I left in a
dbg!()
statement by accident, so the logs are a little cluttered.This change is