test(promql): add PR-derived gaps to the process E2E matrix - #506
Merged
Merged
Conversation
zzylol
force-pushed
the
feat/503-promql-reducers
branch
from
September 4, 2026 11:49
929a9a1 to
766f9fc
Compare
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
Extend the production-process ASAPQuery compatibility matrix with unsupported-but-accepted PromQL shapes found in the ASAPQuery PR audit. Each case is sent to the real backend binary and must fall back atomically to the Prometheus endpoint:
avg_over_time, spatialcount, spatialavg— ASAPQuery feat(query): maintain shared current-series quantile and TopK state #700 / backend feat(promql): compile and execute count/avg aggregation families from the ASAPQuery matrix #503topk— ASAPQuery test(clickhouse): measure automatically selected SUM and MAX plans #629/feat(query): maintain shared current-series quantile and TopK state #700 / backend Exact TopK (accuracy: Exact) has no warm-tier materialization -- always falls to archive #432This is stacked on #505, which adds the #706 warm rows. As implementation PRs land, their rows should move from this fallback set into the warm instant/range set. Contributes to #501; it does not close the umbrella.
Validation
cargo test -p data_plane --test asapquery_compatibility_process_e2e collector_free_profile_serves_complete_matrix_and_falls_back_exactly -- --nocapture