| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-09-23 | Use consistent timestamps in tests | David Lönnhager | 1 | -4/+13 | |
| 2024-09-23 | Add timestamp to test outcome logs | David Lönnhager | 1 | -14/+24 | |
| 2024-09-23 | Include amount of time it took to connect in test | David Lönnhager | 2 | -3/+9 | |
| 2024-09-17 | Add DAITA smart routing e2e tests | Joakim Hulthe | 3 | -36/+205 | |
| 2024-09-17 | Remove Option from Relay::location | Joakim Hulthe | 4 | -26/+15 | |
| 2024-09-16 | Run `obfuscation.spec.ts` in e2e tests | Markus Pettersson | 1 | -0/+8 | |
| 2024-09-10 | Expose Shadowsocks fd on Android | David Lönnhager | 2 | -38/+47 | |
| 2024-09-05 | Add 'assume yes' to package installs in tests | David Lönnhager | 2 | -13/+19 | |
| 2024-09-04 | Add `OPENVPN_CERTIFICATE` argument to `test-by-version` | Markus Pettersson | 2 | -0/+2 | |
| 2024-09-02 | Replace footgunny From implementations for RelayQuery | David Lönnhager | 2 | -121/+45 | |
| 2024-09-02 | Add integration tests for WG over Shadowsocks | David Lönnhager | 1 | -2/+93 | |
| 2024-09-02 | Fix `test-runner` bootstrap failing if `apt` lock is already held | Markus Pettersson | 2 | -15/+31 | |
| 2024-08-29 | Fix test_split_tunnel | David Lönnhager | 5 | -17/+72 | |
| Raw ICMP isn't allowed on all platforms for unprivileged users. Instead: * Use SOCK_DGRAM, where possible * Use 'ping' command, since SOCK_DGRAM isn't allowed on some older Linux distros. | |||||
| 2024-08-28 | Add package-dir to "Could not find app" error | Joakim Hulthe | 1 | -5/+7 | |
| 2024-08-28 | Filter out OpenVPN relays when a core privacy feature is enabled | David Lönnhager | 1 | -2/+6 | |
| Core privacy features currently include PQ, multihop, and DAITA | |||||
| 2024-08-27 | Update MSRV | David Lönnhager | 1 | -1/+1 | |
| 2024-08-27 | Use std LazyLock instead of once_cell Lazy | David Lönnhager | 8 | -24/+17 | |
| 2024-08-22 | Spawn test processes as an unprivileged user by default | David Lönnhager | 6 | -7/+106 | |
| Fixes an issue where the connection-checker is allowed to leak traffic on macOS | |||||
| 2024-08-21 | Set relay port with constrain_to_relay helper | David Lönnhager | 1 | -4/+7 | |
| 2024-08-16 | Remove cargo dependency when running e2e tests | Magnus Lindstrom | 4 | -11/+48 | |
| This commit enables the usage of the dist/ directory, and also adds mullvad-version to it so that test-by-version.sh can operate without rust installed at all. To make use of predefined binaries in a separate directory, refer to that directory by using the env var TEST_DIST_DIR=<dir path> and the binaries will be used if they can be found there. If TEST_DIST_DIR is specified, all of the following binaries need to be there: - connection-checker - mullvad-version - test-manager - test-runner Also added a /dev/null redirect of a cd output so that one's able to use CDPATH while running the tests. | |||||
| 2024-08-16 | Fix bug if `TEST_PACKAGE` doesn't exist | Sebastian Holmin | 1 | -1/+1 | |
| 2024-08-16 | Run tests in the order given | Sebastian Holmin | 3 | -50/+50 | |
| 2024-08-16 | Remove `always_run` test macro parameter | Sebastian Holmin | 3 | -24/+3 | |
| 2024-08-16 | Remove `must_succede` test macro parameter | Sebastian Holmin | 3 | -21/+3 | |
| This simplifes handling of test results. | |||||
| 2024-08-16 | Remove `cleanup` test macro parameter | Sebastian Holmin | 2 | -17/+2 | |
| 2024-08-16 | Refactor test cleanup logic | Sebastian Holmin | 10 | -360/+481 | |
| Cleanup is now done BEFORE tests are run and takes care of resetting the daemon state more thoroughly. The daemon will now always be installed, logged in and disconnected with all settings reset before the next test. Tests are therefore not able to depend on the previous test leaving the test-runner in a certain state and must instead take care of setting up their own state themselves. `test_upgrade_app` gets special treatment to be able to run before the new app version is automatically installed. Refactor `run_tests.rs` | |||||
| 2024-08-16 | Improve logs and reduce verbosity | Sebastian Holmin | 7 | -22/+26 | |
| Co-authored-by: Markus Pettersson <markus.pettersson@mullvad.net> | |||||
| 2024-08-16 | Add Shadowsocks obfuscation support to mullvad-daemon | David Lönnhager | 1 | -0/+2 | |
| 2024-08-15 | Fix word splitting of `TEST_FILTERS` env var | Sebastian Holmin | 1 | -1/+2 | |
| 2024-08-15 | Add support for Windows ARM64 | Daniel Paoliello | 1 | -1/+1 | |
| 2024-08-14 | Add `--test-runner-dir` flag | Sebastian Holmin | 4 | -18/+12 | |
| 2024-08-14 | Add script for building test framework artifacts | Markus Pettersson | 4 | -3/+61 | |
| Pass `TEST_MANAGER_STATIC` when building the `test-manager` crate to have it link statically against `libpcap`. This is optional, but building the with the provided container will produce a statically linked binary. | |||||
| 2024-08-14 | Build `libpcap` without dbus | David Lönnhager | 2 | -1/+20 | |
| 2024-08-14 | Remove test test_connecting_state_when_corrupted_state_cache | David Lönnhager | 1 | -49/+0 | |
| This is covered by unit tests now | |||||
| 2024-08-14 | Add typed target tunnel state | David Lönnhager | 1 | -0/+1 | |
| 2024-08-14 | Make talpid-dbus optional in talpid-platform-metadata | David Lönnhager | 2 | -34/+1 | |
| 2024-08-14 | Redo error handling `test_automatic_wireguard_rotation` | Markus Pettersson | 5 | -93/+96 | |
| Make the following changes: - Propagate the device error instead of throwing away the error information by transforming it into an `Option`. - Increase daemon restart timeout - Convert catch-all arm to exhaustive check | |||||
| 2024-08-13 | Refactor tunnel provider and TalpidVpnService | David Lönnhager | 1 | -0/+1 | |
| This also fixes the issue of the VPN service being restarted unnecessarily | |||||
| 2024-08-12 | Replace OpenVPN CA certificate using CLI flag | Markus Pettersson | 13 | -108/+214 | |
| 2024-08-09 | Update README.md | Sebastian Holmin | 1 | -51/+69 | |
| 2024-08-09 | Fix `tarpc: Connection broken` error | Sebastian Holmin | 1 | -0/+1 | |
| 2024-08-09 | Restructure test scripts | Sebastian Holmin | 11 | -272/+475 | |
| Split functionality `ci-runtest.sh` into multiple scripts. `test-by-version.sh` can be used to test against any version of the app available on the build servers. `test-utils.sh` contains shared logic. Rename `PACKAGES_DIR` env `PACKAGE_DIR`, it's more consistent with the new CLI flag. | |||||
| 2024-08-09 | Fix `test_connected_state` failing on obfuscation != `None` | Sebastian Holmin | 1 | -1/+1 | |
| 2024-08-09 | Capture errors in `systemclt` cmd | Sebastian Holmin | 1 | -5/+19 | |
| 2024-08-09 | Improve error messages | Sebastian Holmin | 3 | -6/+12 | |
| 2024-08-09 | Make logs less spammy | Sebastian Holmin | 5 | -6/+8 | |
| Co-authored-by: Markus Pettersson <markus.pettersson@mullvad.net> | |||||
| 2024-08-09 | Fix nightly lints | Sebastian Holmin | 2 | -5/+3 | |
| 2024-08-09 | Add `--gui-package` flag | Sebastian Holmin | 3 | -15/+38 | |
| 2024-08-09 | Change VM config from positional arg to flag | Sebastian Holmin | 3 | -37/+32 | |
| 2024-08-09 | Fix regex on release versions | Sebastian Holmin | 1 | -9/+37 | |
