-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add gateway listeners scaling test #529
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am approving this one. However, it failed for me twice out of ~8 times so the 300s timelimit
might need to be increased. We can adjust based on flakiness we observe in nightly pipelines.
I expect some problems with this test due to a large amount of DNS records getting created/deleted. I too am getting timeouts sometimes when I'm trying to run this test again right after the execution. I hope nightlies will handle a single run of this test in parallel with other ones |
57c5efc
to
4be2574
Compare
rebase^ |
4be2574
to
e8e7e15
Compare
LGTM, I just can't see any |
Signed-off-by: averevki <[email protected]>
e8e7e15
to
2a1e44b
Compare
Changes
wait_for_ready
for DNSPolicy with timeout increased to 5 min instead of 1 min, large amount of DNS records take some time to createCloses #528