-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 tests to validate uptime of services during user pod deletion #15284
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #15284 +/- ##
==========================================
- Coverage 84.76% 84.49% -0.27%
==========================================
Files 218 219 +1
Lines 13482 13548 +66
==========================================
+ Hits 11428 11448 +20
- Misses 1687 1731 +44
- Partials 367 369 +2 ☔ View full report in Codecov by Sentry. |
/retest |
/retest |
/test contour-latest |
/test contour-latest |
/retest |
/test contour-latest |
@dprotaso tests are no longer timing out after decreasing the repetitionCount to 5 |
test/e2e-tests.sh
Outdated
@@ -153,7 +153,7 @@ toggle_feature secure-pod-defaults Disabled | |||
|
|||
# Run HA tests separately as they're stopping core Knative Serving pods. | |||
# Define short -spoofinterval to ensure frequent probing while stopping pods. | |||
go_test_e2e -timeout=25m -failfast -parallel=1 ./test/ha \ | |||
go_test_e2e -timeout=40m -failfast -parallel=1 ./test/ha \ |
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.
Could we make the timeout smaller or this is the lower bound for test to pass. I see that:
PASS test/ha.TestActivatorNotInRequestPath (326.48s)
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 have tried 25m as it was before, but the test times out. I'll incrementally increase to find out the lower bound for it to pass
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.
It looks like the tests take somewhere between 25 and 30min, so changed it to 30min
/retest |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dprotaso, izabelacg The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Proposed Changes