fix(jest-runner): Handle unsafe worker_threads structureClone
with function
type in matchers
#13416
Annotations
3 errors and 2 warnings
run tests:
node:internal/child_process#L512
Could not find test summary in the output.
OUTPUT:
PASS __tests__/a.test.js
✓ a (5 ms)
node:events:497
throw er; // Unhandled 'error' event
^
Error: kill EPERM
at ChildProcess.kill (node:internal/child_process:512:26)
at listOnTimeout (node:internal/timers:573:17)
at processTimers (node:internal/timers:514:7)
Emitted 'error' event on ChildProcess instance at:
at ChildProcess.kill (node:internal/child_process:512:12)
[... lines matching original stack trace ...]
at processTimers (node:internal/timers:514:7) {
errno: -4048,
code: 'EPERM',
syscall: 'kill'
}
Node.js v21.6.2
at extractSummary (e2e/Utils.ts:243:11)
at Object.<anonymous> (e2e/__tests__/findRelatedFiles.test.ts:244:43)
|
run tests:
e2e/__tests__/transform.test.ts#L299
expect(received).toMatch(expected)
Expected pattern: /PASS/
Received string: "FAIL __tests__/test.js··
● Test suite failed to run·
kill EPERM·
at ChildProcessWorker.killChild (../../../packages/jest-worker/build/index.js:999:17)·
Test Suites: 1 failed, 1 total
Tests: 2 passed, 2 total
Snapshots: 0 total
Time: 0.639 s
Ran all test suites."
at Object.toMatch (e2e/__tests__/transform.test.ts:299:20)
|
run tests:
e2e/Utils.ts#L105
EBUSY: resource busy or locked, rmdir 'C:\Users\RUNNER~1\AppData\Local\Temp\find-related-tests-test'
at rmSync (e2e/Utils.ts:105:8)
at Object.<anonymous> (e2e/__tests__/findRelatedFiles.test.ts:16:24)
|
run tests
Attempt 1 failed. Reason: Child_process exited with error code 1
|
run tests
Attempt 2 failed. Reason: Child_process exited with error code 1
|
The logs for this run have expired and are no longer available.
Loading