-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Infrequent Dojo crash when using docker-compose driver #27
Comments
Workaround released in Dojo 0.10.3, however I couldn't reproduce this error. |
Reproduced on CircleCI here: https://app.circleci.com/pipelines/github/kudulab/dojo/51/workflows/43161f70-6d0f-40c0-9a63-59e17e21b965/jobs/175 using commit 5a344fe Log messages:
|
This is not fixed in Dojo 0.12.0. It happens rarely, and the workaround implemented in Dojo 0.10.3 is still in place. The workaround was that we don't |
Dojo process crashes from time to time (around 1 in 100) when ran with docker-compose. This causes the some of the containers created by docker-compose to stay running on the CI agent. (Because after the crash, there is nothing to clean them up).
It seems that there are 2 things wrong here:
docker-compose ps
is called before before_app_1
was already created. I suppose theps
is part of the background monitoring process to check if containers are running. But perhaps it's kicking-in too early...Exit status: 1
from docker-compose is causing the Dojo process to crash. That should just never happen.Logs from CI:
The text was updated successfully, but these errors were encountered: