- Issue created by @fjgarlin
- First commit to issue fork.
- 🇬🇧United Kingdom jonathan1055
jonathan1055 → changed the visibility of the branch 3537328-mr326-database-name to hidden.
- 🇬🇧United Kingdom jonathan1055
Ignore the typo in the branch name, it should be 3537328-mr362-database-name not 326.
- 🇬🇧United Kingdom jonathan1055
jonathan1055 → changed the visibility of the branch 3537328-mr326-database-name to active.
- @jonathan1055 opened merge request.
- 🇬🇧United Kingdom jonathan1055
with
parallel:
removed phpunit previous major failed with the database problem
https://git.drupalcode.org/issue/api-3537328/-/jobs/5971675simple re-run passed
https://git.drupalcode.org/issue/api-3537328/-/jobs/5971810 - 🇬🇧United Kingdom jonathan1055
When running just one variant the job passed first time
https://git.drupalcode.org/issue/api-3537328/-/pipelines/553955
(obviously this is not significant in itself, need to run many more times to verify that it never happens on one variant) - 🇬🇧United Kingdom jonathan1055
Put back 'current' and we get a failed job right away
https://git.drupalcode.org/issue/api-3537328/-/jobs/5972397#L536So it's not
parallel:
that causes a problem, but it could be two or more variants running at the same time (wild guess) - 🇪🇸Spain fjgarlin
Different variants are run in completely different jobs, so I'm hoping it's not that.
- 🇪🇸Spain fjgarlin
I'm thinking that maybe we can add debug via a local patch in here: https://git.drupalcode.org/project/drupal/-/blob/11.x/core/lib/Drupal/Co...
We could print connection details, database in use or any extra info that we need before the "try" block.
I will put this same comment in the parent issue.