Add tests for empty POST and content-length #282
Annotations
2 errors and 3 notices
Test fetch
Process completed with exit code 1.
|
Test fetch:
test/fetch/long-lived-abort-controller.js#L45
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
true !== false
at assert.<computed> [as strictEqual] (node:internal/test_runner/test:320:18)
at TestContext.<anonymous> (/Users/runner/work/undici/undici/test/fetch/long-lived-abort-controller.js:45:12)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async Test.run (node:internal/test_runner/test:1054:7)
at async startSubtestAfterBootstrap (node:internal/test_runner/harness:296:3) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: true,
expected: false,
operator: 'strictEqual',
diff: 'simple'
}
|
Test fetch
Total Tests: 410
Suites 📂: 21
Passed ✅: 409
Failed ❌: 1
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 23653.115ms
|
Test node-test
Total Tests: 213
Suites 📂: 3
Passed ✅: 213
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 4546.750ms
|
Test unit
Total Tests: 1188
Suites 📂: 122
Passed ✅: 1186
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 2
Todo 📝: 0
Duration 🕐: 54909.649ms
|
Loading