Nightly tests #11
Annotations
3 errors and 1 notice
Run tests:
test/trailers.js#L28
Error [ERR_TEST_FAILURE]: Expected values to be strictly equal:
'abc' !== 'xyz'
at process.emit (node:events:519:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'unhandledRejection',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
'abc' !== 'xyz'
at res.<computed> [as strictEqual] (/home/runner/work/nodejs-undici/nodejs-undici/node_modules/@matteo.collina/tspl/tspl.js:52:35)
at Server.<anonymous> (/home/runner/work/nodejs-undici/nodejs-undici/test/trailers.js:28:7)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'abc',
expected: 'xyz',
operator: 'strictEqual'
}
}
|
Run tests:
test/trailers.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { code: 'ERR_TEST_FAILURE', failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms' }
|
Run tests
Process completed with exit code 1.
|
Run tests
Total Tests: 729
Suites 📂: 50
Passed ✅: 724
Failed ❌: 1
Canceled 🚫: 1
Skipped ⏭️: 3
Todo 📝: 0
Duration 🕐: 45360.426ms
|
Loading