test(scheduler): comprehensive E2E test suite (scheduler/001-025)#43
Merged
windoliver merged 1 commit intomainfrom Mar 1, 2026
Merged
test(scheduler): comprehensive E2E test suite (scheduler/001-025)#43windoliver merged 1 commit intomainfrom
windoliver merged 1 commit intomainfrom
Conversation
Expand scheduler tests from 4 basic stubs to 25 comprehensive E2E tests: - scheduler/001-004: Core lifecycle (submit, idempotency, priority, cancel) - scheduler/005-010: Astraea classification (tiers, IO_WAIT, invalid input) - scheduler/011-016: Status queries + metrics endpoint - scheduler/017: Zone isolation - scheduler/018-020: Latency benchmarks (submit, status, classify p95) - scheduler/021-022: Stress tests (concurrent submit, burst+cancel) - scheduler/023-025: Permission/auth tests (unauth, bad key, owner scope) Add shared conftest.py with fixtures, LatencyCollector, and helpers. Add docs/scheduler.md with API reference and test plan.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
conftest.pywithSubmitFn,ClassifyFn,LatencyCollectorfixtures and helpersdocs/scheduler.mdwith API reference and test planTEST_PLAN.mdwith full scheduler/001-025 matrixTest plan
pytest tests/scheduler/ -vagainst a live nexus server with scheduler enabled