nodejs / node

Node.js JavaScript runtime ✨🐢🚀✨
https://nodejs.org
Other
107.2k stars 29.38k forks source link

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

Closed anonrig closed 4 weeks ago

anonrig commented 1 year ago

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 commented 1 year ago

cc @MoLow @nodejs/test_runner

gabrielschulhof commented 1 year ago

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 commented 4 weeks ago

I think https://github.com/nodejs/node/pull/51560 fixed this.