learning_ai_common_plat/services/extraction-service
saravanakumardb1 46ee14371c fix(ci): add --pool forks to all vitest test scripts to fix kill EPERM on Node v25
Root cause: tinypool worker teardown calls kill() which returns EPERM
in the act_runner host environment on Node.js v25.2.1. Tests pass but
the vitest process crashes during cleanup, causing CI failure.

Fix: --pool forks CLI flag on every package/service test script, plus
pool: 'forks' in all vitest.config.ts files. This uses child_process.fork()
worker management which handles termination cleanly.

60 package.json files updated, 10 vitest.config.ts files updated.
2026-03-27 23:23:38 -07:00
..
evals
python fix(devops): harden local shared-service docker bring-up 2026-03-22 12:34:38 -07:00
src fix(extraction-service): fix QueueJob generic type mismatch in createJob 2026-03-19 18:12:34 -07:00
.env.example
Dockerfile fix(docker): sync all 3 service Dockerfiles with complete workspace package.json list 2026-03-24 11:55:47 -07:00
package.json fix(ci): add --pool forks to all vitest test scripts to fix kill EPERM on Node v25 2026-03-27 23:23:38 -07:00
supervisord.conf
tsconfig.json