7 Commits

Author SHA1 Message Date
Burak Yigit Kaya
63b6c0afa7
test: Reorganize backup/restore tests for speed and reliability (#3537)
We should do the backup/restore tests _after_ we do the basic tests. This is both more efficient as we avoid an extra up/down cycle and more meaningful as we will back up and restore an actually used system.

A bit hard to measure directly as this also moves the initial `docker compose up -w` into the test suite but a random run without this patch took about 10m 49s to finish for the testing part whereas with the patch it came down to 9m 10s so **almost 2 minutes faster**!
2025-01-16 09:59:38 -08:00
Burak Yigit Kaya
f97a5e2390
ci: Faster and smarter backup/restore tests (#3516)
From
```
================== 11 passed, 4 warnings in 762.35s (0:12:42) ==================
```

to
```
================== 11 passed, 4 warnings in 343.58s (0:05:43) ==================
```
2025-01-11 21:59:13 +00:00
Hubert Deng
6f91da5ea5
Fix master test failures (#3000)
* fix for tests?

* fix tests on master
2024-04-26 11:27:58 -07:00
Hubert Deng
3ead5cf11d
Bump docker compose version in CI (#2980)
* only rerun tests on v2.0.1

* change from http error to request error

* use 3 retries like before
2024-04-19 14:22:29 -07:00
Hubert Deng
b5237d2a62
Port last integration tests to python (#2966)
* port custom ca cert test to python
2024-04-16 15:51:23 -07:00
Hubert Deng
9b3b9bc3cd
Write Customization tests in python (#2918)
* port everything integration test related to python
2024-03-26 11:14:15 -07:00
Hubert Deng
eba22822e4
Port backup tests to python (#2907)
* port backup tests to python
2024-03-21 10:58:30 -07:00