-
Notifications
You must be signed in to change notification settings - Fork 98
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
500 response for DELETE stops test suite #160
Comments
If grunt-saucelabs simply ignores the failed DELETE command then the failed saucelabs job will be probably preserved. This in turn will cause the saucelabs badge/status image to report the build as failed, in spite of the retry logic may have completed the test successfully. |
It might be the case that no matter how many retries are made, if the How about three retries, then continue with a warning in the log output.
|
Every now and then a test fails, and the retry logic attempts to DELETE the failing test.
And every so often, the DELETE command itself throws a 500 error.
In this case, grunt-saucelabs should just continue, and not halt.
The text was updated successfully, but these errors were encountered: