1
0
Fork 0
mirror of synced 2024-06-27 18:50:47 +12:00

More bug fixing around failing tests

This commit is contained in:
Matej Baco 2022-11-18 09:22:04 +01:00
parent 26ea9d675a
commit 715273798e
2 changed files with 3 additions and 0 deletions

View file

@ -180,6 +180,8 @@ $cli
$attempts++;
try {
$pools->get('console')->reclaim();
// Prepare database connection
$dbAdapter = $pools
->get('console')

View file

@ -390,6 +390,7 @@ services:
- _APP_CONNECTIONS_DB_PROJECT
- _APP_CONNECTIONS_CACHE
- _APP_CONNECTIONS_QUEUE
- _APP_CONNECTIONS_STORAGE
- _APP_LOGGING_PROVIDER
- _APP_LOGGING_CONFIG