Skip at BackgroundOperation's verify stage doesn't hang tests#1912
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1912 +/- ##
==========================================
+ Coverage 69.44% 69.46% +0.01%
==========================================
Files 207 207
Lines 8739 8753 +14
==========================================
+ Hits 6069 6080 +11
- Misses 2401 2402 +1
- Partials 269 271 +2
Continue to review full report at Codecov.
|
aliok
left a comment
There was a problem hiding this comment.
/lgtm
/approve
Thanks for fixing this.
defer and fixed order FTW?
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aliok, cardil, chaodaiG The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
* Migrate upgrade tests to use new framework * Lint fixes * Fixing shell outs * Removal of unneeded vandor * Lint fixes * Unit test fixes * Update deps to include knative/pkg#1912 * Fix unit test when running without proper git checkout * Using new shell-out package from knative.dev/hack * Fixing code style * Adjusting location of project file We need to point ourselves to specific directory as our scripts are location sensitive. * Bash scripts work with set -Eeuo pipefail * Upgrade knative.dev/hack to include knative/hack#30
Fixes #1911
Changes
Skipat BackgroundOperation's verify stage doesn't hang tests anymore