-
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
Intermittent failure in inspector/test-break-when-eval ? #14982
Comments
Uh oh, here's another one: https://ci.nodejs.org/job/node-test-commit-linux/12004/nodes=centos5-32/console not ok 1597 inspector/test-break-when-eval
---
duration_ms: 15.536
severity: fail
stack: |-
[test] Connecting to a child Node process
[test] Testing /json/list
[err] Debugger listening on ws://127.0.0.1:40127/671264a9-152c-478d-9198-afc2c1312d50
[err] For help see https://nodejs.org/en/docs/inspector
[err]
[test] Setting up a debugger
[err] Debugger attached.
[err]
[test] Breaking in the code
[out] Ready!
[out]
[test] Step over console statement and test output
[out] 0 3
[out]
Timed out waiting for matching notification (Console output matching [0,3]))
1 |
@nodejs/v8-inspector |
Status update: I am looking into it but this seems to be an actual bug (console.log is not reported to the front end randomly) and not just a test issue. Looks like other platforms do not see this, on CentOS there was 1 failure out of 100 runs. I don't know how long it will take to fix this... Should I mark the test flaky for now? |
I saw this again today, on CentOS 5 as usual. I guess we can add this as another data point for "something is up with CentOS 5, it's EOL anyway, let's remove it from CI". See nodejs/build#898 |
Alas, saw this on ubuntu 1604-32: https://ci.nodejs.org/job/node-test-commit-linux/12833/nodes=ubuntu1604-32/console not ok 1808 inspector/test-break-when-eval
---
duration_ms: 15.577
severity: fail
stack: |-
[test] Connecting to a child Node process
[test] Testing /json/list
[err] Debugger listening on ws://127.0.0.1:35244/3e7b9b63-c42e-4de8-842f-d2035367feaa
[err]
[err] For help see https://nodejs.org/en/docs/inspector
[err]
[test] Setting up a debugger
[err] Debugger attached.
[err]
[test] Breaking in the code
[out] Ready!
[out]
[test] Step over console statement and test output
[out] 0 3
[out]
Timed out waiting for matching notification (Console output matching [0,3]))
1
... |
This test is now in |
Failure in CI run for unrelated doc change:
https://ci.nodejs.org/job/node-test-commit-linux/12000/nodes=centos5-32/console
The text was updated successfully, but these errors were encountered: