test(planner): cover workload-to-lifecycle deployment end to end - #319
Open
zzylol wants to merge 2 commits into
Open
test(planner): cover workload-to-lifecycle deployment end to end#319zzylol wants to merge 2 commits into
zzylol wants to merge 2 commits into
Conversation
zzylol
force-pushed
the
feat/lifecycle-aware-selection
branch
from
August 30, 2026 18:21
51e1904 to
e716fed
Compare
zzylol
force-pushed
the
test/workload-lifecycle-e2e
branch
from
August 30, 2026 18:21
2f4eb69 to
ec4ce8f
Compare
zzylol
force-pushed
the
feat/lifecycle-aware-selection
branch
from
August 30, 2026 18:30
e716fed to
a18c539
Compare
zzylol
force-pushed
the
test/workload-lifecycle-e2e
branch
from
August 30, 2026 18:30
ec4ce8f to
1056383
Compare
zzylol
force-pushed
the
feat/lifecycle-aware-selection
branch
from
August 30, 2026 18:35
a18c539 to
06a2099
Compare
zzylol
force-pushed
the
test/workload-lifecycle-e2e
branch
from
August 30, 2026 18:35
1056383 to
ed53588
Compare
This was referenced Aug 30, 2026
zzylol
force-pushed
the
feat/lifecycle-aware-selection
branch
from
August 30, 2026 18:46
06a2099 to
3293d37
Compare
zzylol
force-pushed
the
test/workload-lifecycle-e2e
branch
from
August 30, 2026 18:46
ed53588 to
3a660e9
Compare
zzylol
force-pushed
the
feat/lifecycle-aware-selection
branch
from
August 30, 2026 19:03
3293d37 to
c8f7c0c
Compare
zzylol
force-pushed
the
test/workload-lifecycle-e2e
branch
from
August 30, 2026 19:03
3a660e9 to
a8fedf2
Compare
zzylol
force-pushed
the
feat/lifecycle-aware-selection
branch
from
August 30, 2026 21:22
c8f7c0c to
0613a90
Compare
zzylol
force-pushed
the
test/workload-lifecycle-e2e
branch
from
August 30, 2026 21:22
a8fedf2 to
bf0f818
Compare
zzylol
force-pushed
the
feat/lifecycle-aware-selection
branch
from
August 30, 2026 21:27
0613a90 to
c517a1a
Compare
zzylol
force-pushed
the
test/workload-lifecycle-e2e
branch
from
August 30, 2026 21:27
bf0f818 to
4e93a30
Compare
This was referenced Aug 30, 2026
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.
Stacked on #318.
Why
Lifecycle planning spans public workload input through deployment and explanation.
Before this PR
No public-API test proved the complete workload-to-deployment behavior or the selected maintenance mode.
After this PR
A PromQL dashboard test starts with
QueryWorkload, selects continuous maintenance, materializes it, and verifiesSummaryMaintenanceMode::Incrementaltogether with its lifecycle guarantee and rejected alternatives.Verification
cargo test -p asap-integration-tests --test workload_lifecycle_e2eStack
Base: #318. Next: #313.