parallel/test-inspector-network-fetch is flaky on Windows
オープン
まだ誰も着手していません。
flaky-test
never-stale
- 主要言語
- JavaScript
- スター
- 122k
- フォーク
- 37.3k
- 平均マージ
- 4日 2時間
- マージ済み PR(30日)
- 283
説明
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.
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
test/parallel/test-inspector-network-fetch.js から始め、特に 112 行目の verifyResponseReceived と、148 行目のその呼び出し元を確認してください。リンクされている Windows CI レポートを使って失敗を再現し、その後、信頼性レポートおよび PR #58077 にある関連する失敗と比較してください。Windows CI で報告された 400 応答なしにテストが安定してパスすれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- javascript, nodejs
- 領域
- operating-systems, testing
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 活発
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 48/100