Skip to content
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

Merged
merged 2 commits into from
Jun 28, 2024

Conversation

dprotaso
Copy link
Member

@dprotaso dprotaso commented Jun 26, 2024

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

@knative-prow knative-prow bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jun 26, 2024
Copy link

knative-prow bot commented Jun 26, 2024

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@knative-prow knative-prow bot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Jun 26, 2024
@knative-prow knative-prow bot requested review from izabelacg and skonto June 26, 2024 18:50
Copy link

codecov bot commented Jun 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.58%. Comparing base (a043ddf) to head (b8bd647).
Report is 3 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

@dprotaso dprotaso force-pushed the debug-ha-workload branch from ad5ae22 to 971a6ac Compare June 27, 2024 20:50
@dprotaso
Copy link
Member Author

/retest

@dprotaso
Copy link
Member Author

/test istio-latest-no-mesh_serving_main

@dprotaso dprotaso changed the title [wip] debug 15360 Adjust Workload HA test iterations to fit within test timeout Jun 28, 2024
@knative-prow knative-prow bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jun 28, 2024
return false, nil
}, pod.Name, pod.Namespace); err != nil {
if !apierrs.IsNotFound(err) {
t.Fatalf("expected pkg to not be found")
Copy link
Member

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?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh yeah

@izabelacg
Copy link
Member

/lgtm

@knative-prow knative-prow bot added the lgtm Indicates that a PR is ready to be merged. label Jun 28, 2024
@knative-prow knative-prow bot merged commit af2c899 into knative:main Jun 28, 2024
67 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TestActivatorNotInRequestPath is flakey
2 participants