-
Notifications
You must be signed in to change notification settings - Fork 1
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
Refactors TCPRoute e2e tests #10418
Refactors TCPRoute e2e tests #10418
Conversation
Issues linked to changelog: |
Visit the preview URL for this PR (updated for commit 8b52691): https://gloo-edge--pr10418-issue-10414-iczepusq.web.app (expires Thu, 05 Dec 2024 04:44:36 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 77c2b86e287749579b7ff9cadb81e099042ef677 |
244670e
to
53a3be5
Compare
Signed-off-by: Daneyon Hansen <[email protected]>
53a3be5
to
8b52691
Compare
version: v1 | ||
spec: | ||
containers: | ||
- image: gcr.io/k8s-staging-gateway-api/echo-basic:v20231214-v1.0.0-140-gf544a46e |
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.
nit: if we can link to upstream so that we stay in lock step that would be cool.
That being said this is an echo server that seems fairly stable as it goes all the way to ingress api and likely doesnt need much changing.
Signed-off-by: Daneyon Hansen <[email protected]>
Refactors TCPRoute e2e tests to run in parallel, reduce flakes, and parameterize tests for reusability.
EventuallyObjectsNotExist
to 60 seconds since deleting a namespace can take longer than then previous time (20 seconds).Eventually
assertions to reduce flakes due to eventual consistency.Fixes #10414
BOT NOTES:
resolves #10414