Skip to content
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

test/parallel/test-runner-inspect.mjs #47418

Closed
anonrig opened this issue Apr 5, 2023 · 3 comments
Closed

test/parallel/test-runner-inspect.mjs #47418

anonrig opened this issue Apr 5, 2023 · 3 comments
Labels
flaky-test Issues and PRs related to the tests with unstable failures on the CI.

Comments

@anonrig
Copy link
Member

anonrig commented Apr 5, 2023

Test

test/parallel/test-runner-inspect.mjs

Platform

Other

Console output

=== release test-runner-inspect ===
5209
Path: parallel/test-runner-inspect
5210
Error: --- stdout ---
5211
[test] Connecting to a child Node process
5212
[test] Testing /json/list
5213
[err] (node:21824) Warning: Using the inspector with --test forces running at a concurrency of 1. Use the inspectPort option to run with concurrency
5214
[err] (Use `node --trace-warnings ...` to show where the warning was created)
5215
[err] 
5216
[out] TAP version 13
5217
[out] 
5218
[err] Debugger listening on ws://127.0.0.1:53201/3b762343-e98f-49b5-a054-a345a883a7a7
5219
[err] 
5220
[err] For help, see: https://nodejs.org/en/docs/inspector
5221
[err] 
5222
[err] Debugger attached.
5223
[err] For help, see: https://nodejs.org/en/docs/inspector
5224
[err] 
5225
[out] # Debugger ending on ws://127.0.0.1:53201/3b762343-e98f-49b5-a054-a345a883a7a7
5226
[out]
5227
Command: out/Release/node /Users/runner/work/node/node/test/parallel/test-runner-inspect.mjs
5228
--- TIMEOUT ---

Build links

https://github.com/nodejs/node/actions/runs/4614596323/jobs/8157690234

Additional information

Even timeouts locally on arm64 macbook using tools/test.py test/parallel/test-runner-inspect.mjs --repeat 100

@anonrig anonrig added the flaky-test Issues and PRs related to the tests with unstable failures on the CI. label Apr 5, 2023
@anonrig
Copy link
Member Author

anonrig commented Apr 5, 2023

cc @MoLow @nodejs/test_runner

@gabrielschulhof
Copy link
Contributor

This one may be related: https://ci.nodejs.org/job/node-test-commit-linuxone/nodes=rhel8-s390x/38923/consoleFull

15:16:11 not ok 1808 parallel/test-inspector-async-hook-setup-at-inspect-brk
15:16:11   ---
15:16:11   duration_ms: 15940.02700
15:16:11   severity: fail
15:16:11   exitcode: 1
15:16:11   stack: |-
15:16:11     [test] Connecting to a child Node process
15:16:11     [test] Testing /json/list
15:16:11     [err] Debugger listening on ws://127.0.0.1:33401/d5a61d76-a15e-4f83-9271-143f7c6ce06f
15:16:11     [err] For help, see: https://nodejs.org/en/docs/inspector
15:16:11     [err] 
15:16:11     [err] Debugger attached.
15:16:11     [err] 
15:16:11     Timed out waiting for matching notification (break on [eval]:1)
15:16:11     1

@lpinca
Copy link
Member

lpinca commented Sep 17, 2024

I think #51560 fixed this.

@lpinca lpinca closed this as completed Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flaky-test Issues and PRs related to the tests with unstable failures on the CI.
Projects
None yet
Development

No branches or pull requests

3 participants