fetch_ml/tests/fixtures
Jeremie Fraeys 43e6446587
feat(scheduler): implement multi-tenant job scheduler with gang scheduling
Add new scheduler component for distributed ML workload orchestration:
- Hub-based coordination for multi-worker clusters
- Pacing controller for rate limiting job submissions
- Priority queue with preemption support
- Port allocator for dynamic service discovery
- Protocol handlers for worker-scheduler communication
- Service manager with OS-specific implementations
- Connection management and state persistence
- Template system for service deployment

Includes comprehensive test suite:
- Unit tests for all core components
- Integration tests for distributed scenarios
- Benchmark tests for performance validation
- Mock fixtures for isolated testing

Refs: scheduler-architecture.md
2026-02-26 12:03:23 -05:00
..
examples test: expand unit/integration/e2e coverage for new worker/api behavior 2026-01-05 12:31:36 -05:00
podman/workspace Clean up README files and enhance testing documentation 2025-12-06 15:43:51 -05:00
ml_templates.go Fix multi-user authentication and clean up debug code 2025-12-06 12:35:32 -05:00
scheduler_fixture.go feat(scheduler): implement multi-tenant job scheduler with gang scheduling 2026-02-26 12:03:23 -05:00
scheduler_mock.go feat(scheduler): implement multi-tenant job scheduler with gang scheduling 2026-02-26 12:03:23 -05:00
ssh_server.go feat: add TUI SSH usability testing infrastructure 2026-02-18 17:48:02 -05:00
test_utils.go test(e2e): skip gracefully when Redis unavailable, fix cross-device link 2026-02-21 21:20:47 -05:00
tui_driver.go feat: add TUI SSH usability testing infrastructure 2026-02-18 17:48:02 -05:00