Skip to content

test/dfp: fix flaky short-TTL cache tests (#44426)#44538

Closed
jwendell wants to merge 1 commit into
envoyproxy:mainfrom
jwendell:fix-dfp-short-ttl-flake
Closed

test/dfp: fix flaky short-TTL cache tests (#44426)#44538
jwendell wants to merge 1 commit into
envoyproxy:mainfrom
jwendell:fix-dfp-short-ttl-flake

Conversation

@jwendell
Copy link
Copy Markdown
Member

Increase dns_cache_ttl from 2s to 5s in three DFP integration tests that wait for host removal. With 2s, a race between the request's touch() and the re-resolve alarm could prevent host eviction on the first cycle, requiring an extra DNS failure + backoff round that exceeded the default 10s test timeout under MSAN.

Attempt to fix: #44426

Increase dns_cache_ttl from 2s to 5s in three DFP integration tests that
wait for host removal. With 2s, a race between the request's touch() and
the re-resolve alarm could prevent host eviction on the first cycle,
requiring an extra DNS failure + backoff round that exceeded the default
10s test timeout under MSAN.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Jonh Wendell <jwendell@redhat.com>
@repokitteh-read-only
Copy link
Copy Markdown

As a reminder, PRs marked as draft will not be automatically assigned reviewers,
or be handled by maintainer-oncall triage.

Please mark your PR as ready when you want it to be reviewed!

🐱

Caused by: #44538 was opened by jwendell.

see: more, trace.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ProxyFilterIntegrationTest.UseCacheFileShortTtlHostActive/ is flakey

1 participant