Closed
Description
# Subtest: test/debug.js
# Subtest: debug\#websocket
ok 1 - debug\#websocket
---
duration_ms: 692.207053
...
# Subtest: debug\#fetch
ok 2 - debug\#fetch
---
duration_ms: 807.024345
...
# Subtest: debug\#undici
not ok 3 - debug\#undici
---
duration_ms: 965.181717
location: '/home/runner/work/undici/undici/test/debug.js:65:1'
failureType: 'hookFailed'
error: 'The plan was not completed'
code: 'ERR_ASSERTION'
name: 'AssertionError'
expected: 10
actual: 8
operator: 'strictEqual'
stack: |-
TestContext.autoEnd (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:25:14)
TestHook.runInAsyncScope (node:async_hooks:203:9)
TestHook.run (node:internal/test_runner/test:631:25)
TestHook.run (node:internal/test_runner/test:856:18)
TestHook.run (node:internal/util:530:12)
node:internal/test_runner/test:565:20
process.processTicksAndRejections (node:internal/process/task_queues:95:5)
async node:internal/test_runner/test:564:9
async Test.runHook (node:internal/test_runner/test:563:7)
async after (node:internal/test_runner/test:591:9)
...
1..3
# tests 3
# suites 0
# pass 2
# fail 1
# cancelled 0
# skipped 0
# todo 0
# duration_ms 2472.022223
# failed 1 of 3 tests
not ok 27 - test/debug.js # time=2811.968ms
---
env: {}
file: test/debug.js
timeout: 60000
command: /opt/hostedtoolcache/node/18.19.0/x64/bin/node
args:
- --expose-gc
- test/debug.js
stdio:
- 0
- pipe
- 2
cwd: /home/runner/work/undici/undici
exitCode: 1
...
cc @metcoder95