fetch_ml/tests/unit/worker
Jeremie Fraeys 95adcba437
feat(worker): add Jupyter/vLLM plugins and process isolation
Extend worker capabilities with new execution plugins and security features:
- Jupyter plugin for notebook-based ML experiments
- vLLM plugin for LLM inference workloads
- Cross-platform process isolation (Unix/Windows)
- Network policy enforcement with platform-specific implementations
- Service manager integration for lifecycle management
- Scheduler backend integration for queue coordination

Update lifecycle management:
- Enhanced runloop with state transitions
- Service manager integration for plugin coordination
- Improved state persistence and recovery

Add test coverage:
- Unit tests for Jupyter and vLLM plugins
- Updated worker execution tests
2026-02-26 12:03:59 -05:00
..
plugins feat(worker): add Jupyter/vLLM plugins and process isolation 2026-02-26 12:03:59 -05:00
artifacts_test.go test(phase-1-2): naming alignment and partial test completion 2026-02-23 20:25:07 -05:00
config_test.go test: Reorganize and add unit tests 2026-02-18 21:28:13 -05:00
hash_bench_test.go fix: resolve undefined DirOverallSHA256HexParallel in benchmark files 2026-02-21 14:30:22 -05:00
jupyter_task_test.go refactor(worker): update worker tests and native bridge 2026-02-23 18:04:22 -05:00
prewarm_v1_test.go refactor(worker): update worker tests and native bridge 2026-02-23 18:04:22 -05:00
run_manifest_execution_test.go refactor(worker): update worker tests and native bridge 2026-02-23 18:04:22 -05:00
snapshot_stage_test.go test: expand unit/integration/e2e coverage for new worker/api behavior 2026-01-05 12:31:36 -05:00
snapshot_store_test.go test: expand unit/integration/e2e coverage for new worker/api behavior 2026-01-05 12:31:36 -05:00
worker_test.go refactor(worker): update worker tests and native bridge 2026-02-23 18:04:22 -05:00