test at test/interceptors/deduplicate.js:1171:3
✖ does not deduplicate requests that arrive after body streaming starts (173.864541ms)
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
1 !== 2
at TestContext.<anonymous> (/Users/runner/work/undici/undici/test/interceptors/deduplicate.js:1211:5)
at process.processTicksAndRejections (node:internal/process/task_queues:104:5)
at async Test.run (node:internal/test_runner/test:1208:7)
at async Suite.processPendingSubtests (node:internal/test_runner/test:831:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 1,
expected: 2,
operator: 'strictEqual',
diff: 'simple'
}
Example: https://github.com/nodejs/undici/actions/runs/24873619715/job/72825347432