Skip to content

Commit 973bb72

Browse files
committed
test (diracx): waits for more DB to be ready
1 parent 4cf9dec commit 973bb72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CI/check_db_initialized.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
dbMissing=true;
3-
allDBs=(JobDB FileCatalogDB)
3+
allDBs=(AccountingDB FTS3DB JobDB JobLoggingDB PilotAgentsDB ProductionDB ProxyDB ReqDB ResourceManagementDB ResourceStatusDB SandboxMetadataDB StorageManagementDB TaskQueueDB TransformationDB)
44
while ${dbMissing};
55
do
66
dbMissing=false;

0 commit comments

Comments
 (0)