You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recreating jenkinslagoonpr14288_logs2rocketchat_1 ... error
ERROR: for jenkinslagoonpr14288_logs2rocketchat_1 Renaming a container with the same name as its current name
ERROR: for logs2rocketchat Renaming a container with the same name as its current name
Encountered errors while bringing up the project.
Makefile:118: recipe for target 'tests/node' failed
make: *** [tests/node] Error 1
make: *** Waiting for unfinished jobs....
To Reproduce
It's a race condition, so it doesn't always manifest. However running make tests -j2 will suffice.
Expected behavior
Tests should be able to reliably run in parallel.
Screenshots
n/a
Additional context docker/compose#6704 indicates that it happens when running docker-compose up on the same container in parallel.
Looking at these targets in the Makefile, they run docker-compose up on the same containers, and will be run in parallel:
Describe the bug
https://lagoon-ci.amazeeio.cloud/blue/organizations/jenkins/lagoon/detail/PR-1428/8/pipeline/68/
To Reproduce
It's a race condition, so it doesn't always manifest. However running
make tests -j2
will suffice.Expected behavior
Tests should be able to reliably run in parallel.
Screenshots
n/a
Additional context
docker/compose#6704 indicates that it happens when running
docker-compose up
on the same container in parallel.Looking at these targets in the
Makefile
, they rundocker-compose up
on the same containers, and will be run in parallel:$(run-rest-tests)
tests/drupal tests/drupal-postgres tests/drupal-galera
$(run-webhook-tests)
The text was updated successfully, but these errors were encountered: