We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cf9dec commit 973bb72Copy full SHA for 973bb72
tests/CI/check_db_initialized.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
dbMissing=true;
3
-allDBs=(JobDB FileCatalogDB)
+allDBs=(AccountingDB FTS3DB JobDB JobLoggingDB PilotAgentsDB ProductionDB ProxyDB ReqDB ResourceManagementDB ResourceStatusDB SandboxMetadataDB StorageManagementDB TaskQueueDB TransformationDB)
4
while ${dbMissing};
5
do
6
dbMissing=false;
0 commit comments