fetch_ml/tests/unit/worker
Jeremie Fraeys 17170667e2
feat(worker): improve lifecycle management and vLLM plugin
Lifecycle improvements:
- runloop.go: refined state machine with better error recovery
- service_manager.go: service dependency management and health checks
- states.go: add states for capability advertisement and draining

Container execution:
- container.go: improved OCI runtime integration with supply chain checks
- Add image verification and signature validation
- Better resource limits enforcement for GPU/memory

vLLM plugin updates:
- vllm.go: support for vLLM 0.3+ with new engine arguments
- Add quantization-aware scheduling (AWQ, GPTQ, FP8)
- Improve model download and caching logic

Configuration:
- config.go: add capability advertisement configuration
- snapshot_store.go: improve snapshot management for checkpointing
2026-03-12 12:05:02 -04:00
..
plugins feat(worker): improve lifecycle management and vLLM plugin 2026-03-12 12:05:02 -04: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
prewarm_v1_test.go test(all): update test suite for scheduler and security features 2026-02-26 12:08:46 -05:00
run_manifest_execution_test.go test: modernize test suite for streamlined infrastructure 2026-03-04 13:24:24 -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 test(all): update test suite for scheduler and security features 2026-02-26 12:08:46 -05:00