-
Notifications
You must be signed in to change notification settings - Fork 59
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
Exited with code 1 #13
Comments
@andy-1bg did you find out what was the reason for it? was it memory? |
thankyou @javabudd |
+1 |
yeah, I agree PHP is not the best way to do things in parallel. Use docker with Jenkins or GitLab CI to launch tests in multiple processes |
Hey guys. Can you give me hint - what 255 error mean? |
Hello everyone! |
Got exit code 255 also only when using parallel exec, because that ignores the |
I'm having an issue with ParallelExec and Codeception exit codes. Running the codeception commands works manually, but when ran through ParallelExec they fail because codeception exits with code 1 even though --no-exit is set. Any help would be much appreciated!
[ParallelExec] ../vendor/bin/codecept run -c ../codeception.yml --group api_1 --no-exit api [ParallelExec] ../vendor/bin/codecept run -c ../codeception.yml --group api_2 --no-exit api [ParallelExec] '../vendor/bin/codecept run -c ../codeception.yml --group api_1 --no-exit api' exited with code 1 [ParallelExec] Exit code 1 Time 13.654s
The text was updated successfully, but these errors were encountered: