You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
e2e: isolate Docker networks for parallel integration tests
Use a per-test network name derived from t.Name() with e2e.WithName, since bare
e2e.New() hashes runtime.Caller(3) and collides on testing.tRunner for every
test. Derive TLS/OIDC hostnames from e.Name() via getContainerName, drop fixed
env name constants, and align Dex/tenant API host with the observatorium-api
runnable.
0 commit comments