From edee59695127d62b169223f1f67db1538ea77b2b Mon Sep 17 00:00:00 2001 From: Chris Burr Date: Wed, 27 Sep 2023 21:32:39 +0200 Subject: [PATCH] test: Add more DBs to DiracX integration tests --- tests/CI/docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/CI/docker-compose.yml b/tests/CI/docker-compose.yml index 35a5a7d31f3..2dc232e3e0e 100644 --- a/tests/CI/docker-compose.yml +++ b/tests/CI/docker-compose.yml @@ -150,6 +150,8 @@ services: - DIRACX_CONFIG_BACKEND_URL=git+file:///cs_store/initialRepo - "DIRACX_DB_URL_AUTHDB=sqlite+aiosqlite:///:memory:" - DIRACX_DB_URL_JOBDB=mysql+aiomysql://Dirac:Dirac@mysql/JobDB + - DIRACX_DB_URL_JOBLOGGINGDB=mysql+aiomysql://Dirac:Dirac@mysql/JobLoggingDB + - DIRACX_DB_URL_SANDBOXMETADATADB=mysql+aiomysql://Dirac:Dirac@mysql/SandboxMetadataDB - DIRACX_SERVICE_AUTH_TOKEN_KEY=file:///signing-key/rs256.key - DIRACX_SERVICE_AUTH_ALLOWED_REDIRECTS=["http://diracx:8000/docs/oauth2-redirect"] # Obtained with echo 'InsecureChangeMe' | base64 -d | openssl sha512