- Issue created by @quietone
- First commit to issue fork.
- 🇫🇷France andypost
Second commit can be removed after testing of the image
- Status changed to Needs review
about 1 year ago 8:06pm 13 February 2024 - 🇫🇷France andypost
image pushed so removing testing commit and using new image https://git.drupalcode.org/project/drupalci_environments/-/jobs/808648
maybe the new job should be added to daily ones?
- Status changed to Needs work
about 1 year ago 11:12pm 13 February 2024 - 🇫🇷France andypost
andypost → changed the visibility of the branch 3420974-mariadb-10.6-testing to hidden.
- Status changed to Needs review
about 1 year ago 1:09am 14 February 2024 - Status changed to RTBC
about 1 year ago 2:25pm 14 February 2024 - Status changed to Fixed
about 1 year ago 2:54pm 14 February 2024 - 🇬🇧United Kingdom catch
Committed/pushed to 11.x and cherry-picked to 10.2.x, thanks!
Removing the 'major version only' tag because it's fine to test with this combination on 10.x too.
- Status changed to RTBC
about 1 year ago 3:22pm 14 February 2024 - 🇬🇷Greece dimitriskr
MariaDB 10.6: https://git.drupalcode.org/issue/drupal-2015121/-/pipelines/95023
MySQL 8: https://git.drupalcode.org/issue/drupal-2015121/-/pipelines/95019There's something going on with
Drupal\FunctionalTests\Bootstrap\UncaughtExceptionTest
test - Status changed to Fixed
about 1 year ago 3:22pm 14 February 2024 - Status changed to Needs work
about 1 year ago 3:43pm 14 February 2024 - 🇬🇧United Kingdom catch
Those look like real failures. Reverted from both branches.
- 🇬🇷Greece dimitriskr
Well, after the 3rd consecutive retry, the previously failed test passed.. Random? Connected with infrastructure issues?
https://git.drupalcode.org/issue/drupal-2015121/-/jobs/818007 - 🇫🇷France andypost
@dimitriskr maybe we should revert https://git.drupalcode.org/project/drupalci_environments/-/commit/fc58a0...
- 🇬🇷Greece dimitriskr
I ran again the jobs and got the same error as before
Original phpunit error: https://git.drupalcode.org/issue/drupal-2015121/-/jobs/817769
Latest phpunit error: https://git.drupalcode.org/issue/drupal-2015121/-/jobs/918319I re-ran the job and it passed. Upon checking the browser output, I noticed it throwed different exception for the same reason. Is it something in the mysql driver?
Failing:
PDOException: SQLSTATE[HY000] [1698] Access denied for user 'cij44wcj6ozuljp5'@'127.0.0.1' in Drupal\Component\DependencyInjection\PhpArrayContainer->createService() (line 79 of /builds/issue/drupal-2015121/core/lib/Drupal/Component/DependencyInjection/PhpArrayContainer.php).
Drupal\Component\DependencyInjection\PhpArrayContainer->createService(Array, 'database') (Line: 177) Drupal\Component\DependencyInjection\Container->get('database', 1) (Line: 219) Drupal\Component\DependencyInjection\PhpArrayContainer->resolveServicesAndParameters(Array) (Line: 62) Drupal\Component\DependencyInjection\PhpArrayContainer->createService(Array, 'cache.container') (Line: 177) Drupal\Component\DependencyInjection\Container->get('cache.container') (Line: 574) Drupal\Core\DrupalKernel->getCachedContainerDefinition() (Line: 960) Drupal\Core\DrupalKernel->initializeContainer() (Line: 514) Drupal\Core\DrupalKernel->boot() (Line: 734) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Passing:
Drupal\Core\Database\DatabaseAccessDeniedException: SQLSTATE[HY000] [1045] Access denied for user 'w7oihw6z5qupbfy5'@'127.0.0.1' (using password: YES) in Drupal\mysql\Driver\Database\mysql\Connection::open() (line 207 of /builds/issue/drupal-2015121/core/modules/mysql/src/Driver/Database/mysql/Connection.php).
Drupal\mysql\Driver\Database\mysql\Connection::open(Array) (Line: 460) Drupal\Core\Database\Database::openConnection('default', 'default') (Line: 191) Drupal\Core\Database\Database::getConnection('default') call_user_func_array('Drupal\Core\Database\Database::getConnection', Array) (Line: 79) Drupal\Component\DependencyInjection\PhpArrayContainer->createService(Array, 'database') (Line: 177) Drupal\Component\DependencyInjection\Container->get('database', 1) (Line: 219) Drupal\Component\DependencyInjection\PhpArrayContainer->resolveServicesAndParameters(Array) (Line: 62) Drupal\Component\DependencyInjection\PhpArrayContainer->createService(Array, 'cache.container') (Line: 177) Drupal\Component\DependencyInjection\Container->get('cache.container') (Line: 574) Drupal\Core\DrupalKernel->getCachedContainerDefinition() (Line: 960) Drupal\Core\DrupalKernel->initializeContainer() (Line: 514) Drupal\Core\DrupalKernel->boot() (Line: 734) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
- 🇬🇧United Kingdom catch
What's the status of #3401846: Add supported mariadb container images → - are we missing something that was fixed in there maybe?
- 🇬🇷Greece dimitriskr
The differences in my.cnf is that #3401846: Add supported mariadb container images → has extra
transaction_isolation = READ-COMMITTED
andinnodb_thread_concurrency = 0
, while the committed my.cnf only hasinnodb_use_native_aio = 0
- Status changed to Needs review
11 months ago 5:21am 10 April 2024 - 🇳🇿New Zealand quietone
I am not sure if there is work to be done here. Tests are passing on maria 10.6 so I am setting to NR.
- Status changed to RTBC
11 months ago 8:05am 10 April 2024 - 🇬🇧United Kingdom catch
Yeah it looks fine to me too :)
We'll need another 11.x-specific issue to remove environments on the older database versions.
- Status changed to Fixed
11 months ago 2:56pm 10 April 2024 -
alexpott →
committed f1515fb7 on 11.x
Issue #3420974 by andypost, quietone, dimitriskr, catch: Add testing...
-
alexpott →
committed f1515fb7 on 11.x
Automatically closed - issue fixed for 2 weeks with no activity.