-
Notifications
You must be signed in to change notification settings - Fork 28
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
Saucelabs failure does not make chimp exit non-zero #113
Comments
We use CircleCI / AWS Fargate and see this too. I don't think this has anything to do with SauceLabs. |
This bug is super dangerous. I found out that one of our tests has been reporting as passing for months now but it's actually been broken the whole time. Yuck. The error I'm getting is:
@sanjo and @samhatoum I went to go submit a PR for this, and discovered that the correct code is in there: Unfortunately it's commented out with a comment from 2 different commits from you from 2015 saying
What bug is that? Is it this one? I can't understand why commenting out this exit call fixes that. Help? |
I opened a PR anyway to hopefully get this resolved. xolvio/chimp#691 |
I don't remember what the bug is referring to. I don't maintain this package anymore. I approve this PR. |
Friday Apr 27, 2018 at 05:31 GMT
Originally opened as xolvio/chimp#687
We sometimes see errors like these:
I am not 100% sure where these come from, some suggest it might be the seleniumVersion used.
Expected behaviour
chimp exits non-zero (fails)
Actual behaviour
chimp exits zero (successful)
Exact steps to reproduce / repository that demonstrates the problem
Please put long code snips in a Gist and provide a link here.
Version & tools:
v9.4.0
openjdk version "1.8.0_112"
Darwin Kernel Version 16.7.0: Thu Jan 11 22:59:40 PST 2018; root:xnu-3789.73.8~1/RELEASE_X86_64
Join our Slack xolv.io/community #chimp channel, where you can find help and help others.
The text was updated successfully, but these errors were encountered: