1
0
Fork 0
mirror of synced 2024-06-30 12:10:51 +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++; $attempts++;
try { try {
$pools->get('console')->reclaim();
// Prepare database connection // Prepare database connection
$dbAdapter = $pools $dbAdapter = $pools
->get('console') ->get('console')

View file

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