fetch_ml/internal/queue
Jeremie Fraeys f827ee522a
test(tracking/plugins): add PodmanInterface and comprehensive plugin tests for 91% coverage
Refactor plugins to use interface for testability:
- Add PodmanInterface to container package (StartContainer, StopContainer, RemoveContainer)
- Update MLflow plugin to use container.PodmanInterface
- Update TensorBoard plugin to use container.PodmanInterface
- Add comprehensive mocked tests for all three plugins (wandb, mlflow, tensorboard)
- Coverage increased from 18% to 91.4%
2026-03-14 16:59:16 -04:00
..
filesystem test(tracking/plugins): add PodmanInterface and comprehensive plugin tests for 91% coverage 2026-03-14 16:59:16 -04:00
redis refactor(api): internal refactoring for TUI and worker modules 2026-02-20 15:51:23 -05:00
sqlite refactor: Phase 6 - Queue Restructure 2026-02-17 13:41:06 -05:00
backend.go refactor(queue): integrate scheduler backend and storage improvements 2026-02-26 12:06:46 -05:00
dedup.go refactor(queue): integrate scheduler backend and storage improvements 2026-02-26 12:06:46 -05:00
dedup_test.go refactor: co-locate queue and resources tests, add manager tests 2026-03-12 16:36:02 -04:00
errors.go refactor: extract domain types and consolidate error system (Phases 1-2) 2026-02-17 12:34:28 -05:00
event_store.go test(chaos): add worker disconnect chaos test and queue improvements 2026-03-12 12:08:21 -04:00
filesystem_fallback_test.go refactor: co-locate queue and resources tests, add manager tests 2026-03-12 16:36:02 -04:00
filesystem_queue.go feat(domain): add task visibility and supporting infrastructure 2026-03-08 13:03:27 -04:00
keys.go refactor: Phase 3 - fix config/storage boundaries 2026-02-17 12:49:53 -05:00
metrics.go refactor: extract domain types and consolidate error system (Phases 1-2) 2026-02-17 12:34:28 -05:00
native_queue.go test(chaos): add worker disconnect chaos test and queue improvements 2026-03-12 12:08:21 -04:00
native_queue_stub.go feat: native GPU detection and NVML bridge for macOS and Linux 2026-02-21 17:59:59 -05:00
queue.go refactor(queue): integrate scheduler backend and storage improvements 2026-02-26 12:06:46 -05:00
queue_permissions_test.go refactor: co-locate queue and resources tests, add manager tests 2026-03-12 16:36:02 -04:00
queue_spec_test.go refactor: co-locate queue and resources tests, add manager tests 2026-03-12 16:36:02 -04:00
queue_test.go refactor: co-locate queue and resources tests, add manager tests 2026-03-12 16:36:02 -04:00
scheduler_backend.go feat(worker): add Jupyter/vLLM plugins and process isolation 2026-02-26 12:03:59 -05:00
sqlite_queue.go refactor: extract domain types and consolidate error system (Phases 1-2) 2026-02-17 12:34:28 -05:00
sqlite_queue_test.go refactor: co-locate queue and resources tests, add manager tests 2026-03-12 16:36:02 -04:00
task.go refactor: Phase 3 - fix config/storage boundaries 2026-02-17 12:49:53 -05:00