tests: stabilize arm64 release.test_only flakes in QUIC keepalive and local ratelimit integration#45925
Draft
Copilot wants to merge 2 commits into
Draft
tests: stabilize arm64 release.test_only flakes in QUIC keepalive and local ratelimit integration#45925Copilot wants to merge 2 commits into
Copilot wants to merge 2 commits into
Conversation
…elimit integration checks Co-authored-by: yanavlasov <6360027+yanavlasov@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix failing GitHub Actions job for release test only
tests: stabilize arm64 release.test_only flakes in QUIC keepalive and local ratelimit integration
Jul 1, 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.
Precheck / Release (arm64) / ./ci/do_ci.sh release.test_onlywas failing on two integration-test expectations that were overly strict under arm64 release timing. This change tightens signal while removing CI-jitter sensitivity in those specific assertions.QUIC keepalive expectation
QuicHttpIntegrationTest.Http3ClientKeepaliveallowedping_frames_sent <= 8, which intermittently observed9on arm64.<= 9to preserve intent (bounded keepalive behavior) without failing on timing variance.Local ratelimit upstream wait robustness
LocalRateLimitFilterIntegrationTest.DynamicDesciptorsBasicTestcould abort onTimed out waiting for new connectionin helper paths using default upstream wait timing.waitForNextUpstreamRequest(0, std::chrono::seconds(30)).Representative diff