NBK-164: make DDSQL async queries resilient - #795
Draft
nmuldavin wants to merge 1 commit into
Draft
Conversation
Share browser-aligned polling, fetch retry, rate-limit delay, progress, and error-context behavior across DDSQL async query call sites. Add deterministic coverage for retry schedules, header parsing, progress, cancellation, and unbounded query lifetime.
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.
Linear
NBK-164 — https://linear.app/datadoghq/issue/NBK-164/implement-more-robust-async-query-client-for-ddsql-queries
Outcome
All DDSQL async query paths share a browser-aligned client for immediate polling, transient fetch retries, progress reporting, cancellation, and query-ID error context.
Acceptance
Validation
cargo test --all --no-fail-fast -- --test-threads=1— 1,937 tests passed; serial execution avoids unrelated shared-environment test races.cargo test commands::advanced_query::tests --no-fail-fast— 24 lifecycle tests passed.cargo test commands::ddsql::tests --no-fail-fast— 43 DDSQL integration/unit tests passed.cargo clippy --all-targets -- -D warnings— passed.cargo fmt --check— passed.cargo check --target wasm32-wasip1 --no-default-features --features wasi— passed, including the target-specific non-Sendtransport future.git diff --check— passed.Not run / automation gaps
cargo audit—cargo-auditis not installed locally; no dependencies were added.Material deviations and decisions
Remaining work or conditions