parallel/test-inspector-network-fetch is flaky on Windows
Open
Nobody has claimed this yet.
flaky-test
never-stale
- Dominant language
- JavaScript
- Stars
- 122k
- Forks
- 37.3k
- Avg merge
- 4d 2h
- Merged PRs (30d)
- 283
Description
Test
test-inspector-network-fetch
Platform
Windows x64
Console output
---
duration_ms: 475.009
exitcode: 1
severity: fail
stack: |-
Debugger listening on ws://127.0.0.1:57940/8163745a-9438-419c-9a4c-df0723ddd71e
For help, see: https://nodejs.org/en/docs/inspector
node:internal/process/promises:332
triggerUncaughtException(err, true /* fromPromise */);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
400 !== 200
at verifyResponseReceived (C:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-inspector-network-fetch.js:112:10)
at C:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-inspector-network-fetch.js:148:24
at process.processTicksAndRejections (node:internal/process/task_queues:105:5) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 400,
expected: 200,
operator: 'strictEqual'
}
Node.js v25.0.0-pre
...
Build links
- Latest: https://ci.nodejs.org/job/node-test-binary-windows-js-suites/35411/RUN_SUBSET=3,nodes=win2022-COMPILED_BY-vs2022_clang/testReport/junit/(root)/parallel/test_inspector_network_fetch/
- This also has been failing in other forms, see https://github.com/nodejs/reliability/blob/main/reports/2025-07-16.md
Additional information
After the security embargo this has failed most Windows CIs.
The first failure happened in https://github.com/nodejs/node/pull/58077 which seems to be related to the flake itself.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with test/parallel/test-inspector-network-fetch.js, especially verifyResponseReceived at line 112 and its caller at line 148. Reproduce the failure using the linked Windows CI report, then compare the related failures in the reliability report and PR #58077. Done means the test passes consistently on Windows CI without the reported 400 response.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, nodejs
- Domain
- operating-systems, testing
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100