fix: remove broken build request hack #12677
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:517:28)
at node:diagnostics_channel:144:11 {
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:141: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: '=='
},
code: 'ERR_TEST_FAILURE'
}
|
Run tests:
test/node-test/diagnostics-channel/post.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms', code: 'ERR_TEST_FAILURE' }
|
Run tests:
test/node-test/diagnostics-channel/get.js#L84
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected
+ 'GET / HTTP/1.1\r\n' +
+ 'host: localhost:35705\r\n' +
+ 'connection: keep-alive\r\n' +
+ 'bar: bar\r\n' +
+ 'hello: world\r\n'
- [
- 'GET / HTTP/1.1',
- 'host: localhost:35705',
- 'connection: keep-alive',
- 'bar: bar',
- 'hello: world'
- ]
at process.emit (node:events:517:28)
at node:diagnostics_channel:144:11 {
failureType: 'uncaughtException',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
+ 'GET / HTTP/1.1\r\n' +
+ 'host: localhost:35705\r\n' +
+ 'connection: keep-alive\r\n' +
+ 'bar: bar\r\n' +
+ 'hello: world\r\n'
- [
- 'GET / HTTP/1.1',
- 'host: localhost:35705',
- 'connection: keep-alive',
- 'bar: bar',
- 'hello: world'
- ]
at res.<computed> [as deepStrictEqual] (/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:84:12
at Channel.publish (node:diagnostics_channel:141:9)
at writeH1 (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:941:26)
at Object.write (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:739:14)
at _resume (/home/runner/work/undici/undici/lib/dispatcher/client.js:635:50)
at resume (/home/runner/work/undici/undici/lib/dispatcher/client.js:523:3)
at Client.<computed> (/home/runner/work/undici/undici/lib/dispatcher/client.js:251:31)
at connect (/home/runner/work/undici/undici/lib/dispatcher/client.js:508:18) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'GET / HTTP/1.1\r\nhost: localhost:35705\r\nconnection: keep-alive\r\nbar: bar\r\nhello: world\r\n',
expected: [ 'GET / HTTP/1.1', 'host: localhost:35705', 'connection: keep-alive', 'bar: bar', 'hello: world' ],
operator: 'deepStrictEqual'
},
code: 'ERR_TEST_FAILURE'
}
|
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 🕐: 34896.322ms
|
Run tests
Total Tests: 189
Suites 📂: 6
Passed ✅: 176
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 13
Todo 📝: 0
Duration 🕐: 3212.536ms
|
Run tests
Total Tests: 341
Suites 📂: 8
Passed ✅: 341
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 11011.052ms
|
Run tests
Total Tests: 15
Suites 📂: 2
Passed ✅: 15
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 130.110ms
|
Run tests
Total Tests: 38
Suites 📂: 4
Passed ✅: 38
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 1482.982ms
|
Run tests
Total Tests: 93
Suites 📂: 16
Passed ✅: 93
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 11128.622ms
|
Run tests
Total Tests: 65
Suites 📂: 12
Passed ✅: 65
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 3941.104ms
|
Run tests
Total Tests: 202
Suites 📂: 3
Passed ✅: 198
Failed ❌: 2
Canceled 🚫: 1
Skipped ⏭️: 1
Todo 📝: 0
Duration 🕐: 33460.915ms
|
The logs for this run have expired and are no longer available.
Loading