- Move queue_spec_test.go from internal/queue/ to tests/unit/queue/ - Update imports to use github.com/jfraeys/fetch_ml/internal/queue - Remove duplicate docker-compose.dev.yml from root (exists in deployments/) - Fix spec tests: add required Status field, JobName field - Fix loop variable capture in priority ordering test - Fix missing closing brace between test functions - Fix existing queue_test.go: change 50ms to 1s for Redis min duration All tests pass: go test ./tests/unit/queue/... |
||
|---|---|---|
| .. | ||
| filesystem_fallback_test.go | ||
| queue_permissions_test.go | ||
| queue_spec_test.go | ||
| queue_test.go | ||
| sqlite_queue_test.go | ||