-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
Local test failures when running make -j5 test #21687
Comments
Is it a consistent failure or did it fail one time and now it's succeeding? |
Also, if it's a consistent failure on the benchmark test, what's the output of this?
|
@Trott I'll check again because I had a stale |
Indeed the benchmark test is now OK, but the inspector tests are still not:
|
I'll run the tests several more times to see if the two remaining failures are also reproducible. |
Seems pretty consistent. |
@gabrielschulhof Any chance you have a stale node test process from a prior run hanging around and occupying port 9229, or a debugging session open somewhere doing the same? |
@Trott after making sure that every instance of node is killed, the tests pass. Gotta keep this mind. Thanks! |
we might want to add better checks about orphaned processes on test end |
It's in the |
TBH ideally a test run should be orthogonal to any open inspectors. I suspect though that distinguishing a process that was part of a test run from a process that was me doing something else while the tests were running is not easy. |
This is master Fedora 26 on X86_64.
The text was updated successfully, but these errors were encountered: