-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Fix infer electron test introduced in 7.5.0 #441
Comments
ack. investigating. |
I took a couple of minutes to look into it this morning. Here's how I reliably reproduced the problem:
This intermittent error may have actually been an indicator for the problem in #439, but I'll need to see what CI says about that. In the meantime, I committed bcc7cac which at least gives a better exception. |
😞 still happening: https://travis-ci.org/electron-userland/electron-packager/jobs/150300592#L273 I'm dropping it from the 7.5.1 milestone but I'd still like this to get fixed ASAP. |
Following these steps:
I have run the tests several times and am not able to produce an error. |
If I've learned anything from debugging intermittent test failures in general, it's that running a test in a testsuite vs. a single file has a tendency to be different, if a) your test runner does not isolate your tests properly, or b) you don't write your setup/teardown functions to isolate your tests properly. My suspicion is that the failure will happen more often when running |
I don't consider this fixed (because it still happens intermittently), so I'm reopening. |
It's hindering the resolution of #441.
Regarding the reproduction steps in #441 (comment) - they reliably reproduced the error until after bcc7cac was committed. Now it's just an intermittent error. To assist in debugging this issue, I removed the use of |
Well, that's significantly more helpful: https://travis-ci.org/electron-userland/electron-packager/jobs/151815017#L252-L283 |
Can this be closed now? It doesn't seem to be happening once #452 was merged with the |
Sounds good. |
Thanks for the help getting this fixed. |
Since #435 was merged, tests for Node 4 in all host platforms intermittently raise an exception at the new infer Electron test.
Examples:
CC: @zeke
The text was updated successfully, but these errors were encountered: