[tests] Retry mysql store creation on reused containers (#3370)

This commit is contained in:
Pascal Fischer
2025-02-24 13:40:11 +01:00
committed by GitHub
parent dabdef4d67
commit c8a558f797
2 changed files with 15 additions and 4 deletions

View File

@@ -316,7 +316,7 @@ jobs:
NETBIRD_STORE_ENGINE=${{ matrix.store }} \
go test -tags=devcert \
-exec "sudo --preserve-env=CI,NETBIRD_STORE_ENGINE" \
-timeout 10m ./management/...
-timeout 20m ./management/...
benchmark:
name: "Management / Benchmark"
@@ -508,7 +508,7 @@ jobs:
NETBIRD_STORE_ENGINE=${{ matrix.store }} CI=true \
go test -tags=integration \
-exec 'sudo --preserve-env=CI,NETBIRD_STORE_ENGINE' \
-timeout 10m ./management/...
-timeout 20m ./management/...
test_client_on_docker:
name: "Client (Docker) / Unit"