Crash and errors #148
Annotations
2 errors, 2 warnings, and 2 notices
test/service-restarted.test.js#L77
Error [ERR_TEST_FAILURE]: dispatchFunc should be a function
at process.emit (node:events:519:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: AssertionError [ERR_ASSERTION]: dispatchFunc should be a function
at doInject (/home/runner/work/undici-thread-interceptor/undici-thread-interceptor/node_modules/light-my-request/index.js:35:5)
at inject (/home/runner/work/undici-thread-interceptor/undici-thread-interceptor/node_modules/light-my-request/index.js:15:12)
at /home/runner/work/undici-thread-interceptor/undici-thread-interceptor/index.js:326:11
at Hooks.onServerRequest (/home/runner/work/undici-thread-interceptor/undici-thread-interceptor/lib/hooks.js:15:35)
at Hooks.fireOnServerRequest (/home/runner/work/undici-thread-interceptor/undici-thread-interceptor/lib/hooks.js:39:17)
at MessagePort.onMessage (/home/runner/work/undici-thread-interceptor/undici-thread-interceptor/index.js:278:25)
at [nodejs.internal.kHybridDispatch] (node:internal/event_target:820:20)
at MessagePort.<anonymous> (node:internal/per_context/messageport:23:28) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '=='
}
}
|
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test/service-restarted.test.js#L77
'only' and 'runOnly' require the --test-only command-line option.
|
|
The logs for this run have expired and are no longer available.
Loading