-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Fix test for PR #8046 #8059
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
Fix test for PR #8046 #8059
Conversation
Note: this PR will still fail CI because of the vendor problem. See #8057. |
* Use export GOPROXY=https://goproxy.cn before build * Add go version to generate command * Reproduced the entire build procedure - see notes I've used: sudo go clean -i -r -cache -testcache -modcache make clean make generate make golangci-lint make revive make swagger-check make swagger-validate make test-vendor <--- this now fails make vendor <--- this now produced changes git commit -a <--- this commit * Add fix from #8059 to complete CI tests
Closing because this was included in #8057 |
Codecov Report
@@ Coverage Diff @@
## master #8059 +/- ##
==========================================
- Coverage 41.59% 41.57% -0.02%
==========================================
Files 480 480
Lines 64144 64144
==========================================
- Hits 26678 26667 -11
- Misses 34009 34018 +9
- Partials 3457 3459 +2
Continue to review full report at Codecov.
|
PR #8046 causes integration tests to fail:
This PR fixes that.