-
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
Adjust Workload HA test iterations to fit within test timeout #15362
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dprotaso 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 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #15362 +/- ##
==========================================
- Coverage 84.59% 84.58% -0.02%
==========================================
Files 219 219
Lines 13584 13584
==========================================
- Hits 11492 11490 -2
- Misses 1725 1727 +2
Partials 367 367 ☔ View full report in Codecov by Sentry. |
ad5ae22
to
971a6ac
Compare
/retest |
/test istio-latest-no-mesh_serving_main |
test/ha/workload_test.go
Outdated
return false, nil | ||
}, pod.Name, pod.Namespace); err != nil { | ||
if !apierrs.IsNotFound(err) { | ||
t.Fatalf("expected pkg to not be found") |
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.
just a minor thing. Did you mean pod instead of pkg?
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.
oh yeah
/lgtm |
Fixes: #15360
I was debugging to see if there were any issues with this but I think it's just a timeout issue so reducing iterations should work.
Also did a minor refactor