fix: cache #15227
Annotations
3 errors and 1 notice
Run tests:
test/http2.js#L1571
Error [ERR_TEST_FAILURE]: The expression evaluated to a falsy value:
assert(!this.completed)
at process.emit (node:events:507:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
assert(!this.completed)
at Request.onData (/home/runner/work/undici/undici/lib/core/request.js:254:5)
at ClientHttp2Stream.<anonymous> (/home/runner/work/undici/undici/lib/dispatcher/client-h2.js:474:19)
at ClientHttp2Stream.emit (node:events:507:28)
at addChunk (node:internal/streams/readable:559:12)
at readableAddChunkPushByteMode (node:internal/streams/readable:510:3)
at Readable.push (node:internal/streams/readable:390:5)
at Http2Stream.onStreamRead (node:internal/stream_base_commons:189:23) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '=='
}
}
|
Run tests:
test/http2.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: 1021
Suites 📂: 78
Passed ✅: 1014
Failed ❌: 1
Canceled 🚫: 1
Skipped ⏭️: 5
Todo 📝: 0
Duration 🕐: 44938.958ms
|
Loading