-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Intermittent publish failures #1457
Comments
So far seen two instances of this on appveyor Node 10 and one instance on travis Node 12 |
Another on appveyor Node 12 https://ci.appveyor.com/project/charlierudolph/cucumber-js/builds/35868261/job/7lrpwx471aemhe4y |
Thanks @charlierudolph we'll have a look at this. cc @vincentcapicotto @vincent-psarga |
Is this still an issue with 7.0.0 @charlierudolph? |
Still an issue with a fairly high % of CI builds. |
@aurelien-reeves and I tried to fix this a few months ago without success. I think the pragmatic solution is to just disable these tests for Windows in CI. |
@aslakhellesoy are they definitely limited to just Windows? |
My bad - I thought it was Windows only. Rerunning the build won't solve anything, they are just as likely to fail a 2nd time. I think we'd have a better chance with We need 100% consistent test runs. I'd propose disabling the tests in CI. This code has low churn, and it might be sufficient to run them locally. |
That was what I had in mind, using the rerun file
I have a preference for that one too |
For information: the build seems to be more stable than it used to be. |
I think it could be worth an experiment with |
Does this test actually integrate with the live cucumber reports server? Would it be possible to have it call a stub server instead, running locally? Or swap out a little adapter that wraps the calls to the remote reports endpoints? |
The test uses a local Node http server that we start and stop in every test. |
Seen the following intermittently on CI:
The text was updated successfully, but these errors were encountered: