fix: remove broken build request hack #12676
Annotations
4 errors and 8 notices
Run tests:
test/node-test/diagnostics-channel/post.js#L36
Error [ERR_TEST_FAILURE]: [
'bar',
'bar',
'hello',
'world'
] == [
'bar',
'bar',
'hello',
'world'
]
at process.emit (node:events:518:28)
at node:diagnostics_channel:145:11 {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: AssertionError [ERR_ASSERTION]: [
'bar',
'bar',
'hello',
'world'
] == [
'bar',
'bar',
'hello',
'world'
]
at res.<computed> [as equal] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35)
at /home/runner/work/undici/undici/test/node-test/diagnostics-channel/post.js:36:12
at Channel.publish (node:diagnostics_channel:142:9)
at new Request (/home/runner/work/undici/undici/lib/core/request.js:189:23)
at [dispatch] (/home/runner/work/undici/undici/lib/dispatcher/client.js:297:21)
at Intercept (/home/runner/work/undici/undici/lib/interceptor/redirectInterceptor.js:11:16)
at [Intercepted Dispatch] (/home/runner/work/undici/undici/lib/dispatcher/dispatcher-base.js:158:12)
at Client.dispatch (/home/runner/work/undici/undici/lib/dispatcher/dispatcher-base.js:179:40)
at Client.request (/home/runner/work/undici/undici/lib/api/api-request.js:169:10)
at Server.<anonymous> (/home/runner/work/undici/undici/test/node-test/diagnostics-channel/post.js:130:14) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: [ 'bar', 'bar', 'hello', 'world' ],
expected: [ 'bar', 'bar', 'hello', 'world' ],
operator: '=='
}
}
|
Run tests:
test/node-test/diagnostics-channel/post.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:
test/node-test/diagnostics-channel/get.js#L37
Error [ERR_TEST_FAILURE]: [
'bar',
'bar',
'hello',
'world'
] == [
'bar',
'bar',
'hello',
'world'
]
at process.emit (node:events:518:28)
at node:diagnostics_channel:145:11 {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: AssertionError [ERR_ASSERTION]: [
'bar',
'bar',
'hello',
'world'
] == [
'bar',
'bar',
'hello',
'world'
]
at res.<computed> [as equal] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35)
at /home/runner/work/undici/undici/test/node-test/diagnostics-channel/get.js:37:12
at Channel.publish (node:diagnostics_channel:142:9)
at new Request (/home/runner/work/undici/undici/lib/core/request.js:189:23)
at [dispatch] (/home/runner/work/undici/undici/lib/dispatcher/client.js:297:21)
at Intercept (/home/runner/work/undici/undici/lib/interceptor/redirectInterceptor.js:11:16)
at [Intercepted Dispatch] (/home/runner/work/undici/undici/lib/dispatcher/dispatcher-base.js:158:12)
at Client.dispatch (/home/runner/work/undici/undici/lib/dispatcher/dispatcher-base.js:179:40)
at Client.request (/home/runner/work/undici/undici/lib/api/api-request.js:169:10)
at Server.<anonymous> (/home/runner/work/undici/undici/test/node-test/diagnostics-channel/get.js:126:14) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: [ 'bar', 'bar', 'hello', 'world' ],
expected: [ 'bar', 'bar', 'hello', 'world' ],
operator: '=='
}
}
|
Run tests
Process completed with exit code 1.
|
Run tests
Total Tests: 719
Suites 📂: 48
Passed ✅: 716
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 3
Todo 📝: 0
Duration 🕐: 35652.090ms
|
Run tests
Total Tests: 189
Suites 📂: 6
Passed ✅: 176
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 13
Todo 📝: 0
Duration 🕐: 3335.441ms
|
Run tests
Total Tests: 341
Suites 📂: 8
Passed ✅: 341
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 10994.825ms
|
Run tests
Total Tests: 15
Suites 📂: 2
Passed ✅: 15
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 118.235ms
|
Run tests
Total Tests: 38
Suites 📂: 4
Passed ✅: 38
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 1495.472ms
|
Run tests
Total Tests: 93
Suites 📂: 16
Passed ✅: 93
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 11121.860ms
|
Run tests
Total Tests: 65
Suites 📂: 12
Passed ✅: 65
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 3934.696ms
|
Run tests
Warning:: Test "Diagnostics channel - get" generated asynchronous activity after the test ended. This activity created the error "AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
+ 'GET / HTTP/1.1\r\n' +
+ 'host: localhost:40921\r\n' +
+ 'connection: keep-alive\r\n' +
+ 'bar: bar\r\n' +
+ 'hello: world\r\n'
- [
- 'GET / HTTP/1.1',
- 'host: localhost:40921',
- 'connection: keep-alive',
- 'bar: bar',
- 'hello: world'
- ]" and would have caused the test to fail, but instead triggered an uncaughtException event.
Total Tests: 202
Suites 📂: 3
Passed ✅: 198
Failed ❌: 2
Canceled 🚫: 1
Skipped ⏭️: 1
Todo 📝: 0
Duration 🕐: 33360.370ms
|
The logs for this run have expired and are no longer available.
Loading