Skip to content

Commit

Permalink
test (diracx): waits for more DB to be ready
Browse files Browse the repository at this point in the history
  • Loading branch information
chaen committed Sep 5, 2023
1 parent 5293e0d commit 7c976e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CI/check_db_initialized.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
dbMissing=true;
allDBs=(JobDB FileCatalogDB)
allDBs=(AccountingDB FTS3DB JobDB JobLoggingDB PilotAgentsDB ProductionDB ProxyDB ReqDB ResourceManagementDB ResourceStatusDB SandboxMetadataDB StorageManagementDB TaskQueueDB TransformationDB)
while ${dbMissing};
do
dbMissing=false;
Expand Down

0 comments on commit 7c976e1

Please sign in to comment.