-
Notifications
You must be signed in to change notification settings - Fork 243
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
Fixes TestDownloadFile for go 1.14.2 #3434
Conversation
0341b53
to
8ad48b0
Compare
@mik-dass Currently our odo release bits build on go 1.12 due to certain constraint in our internal build environment, so make sure that your change should not bring any last moment release failure surprises. /hold |
Even our travis builds use 1.12+ and the tests have passed on travis. |
On Travis the exact go version is By seeing the go version in travis, i guess your changes will work on the version we use in brew build but for double sure can you please test your change on the build env go version once @mohammedzee1000 confirms. |
@amitkrout currently it is 1.12 although new build env does provide us with go 1.13 so we should be moving to that in the near future. I don't see any problems here as it does not seem to effect anything current. |
/hold cancel |
Why put this PR on hold? This doesn't change the minimal required Go version. /approve Small fix. Approving and lgtming |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kadel 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 |
/retest
|
Codecov Report
@@ Coverage Diff @@
## master #3434 +/- ##
==========================================
- Coverage 46.39% 46.36% -0.03%
==========================================
Files 112 112
Lines 11233 11233
==========================================
- Hits 5211 5208 -3
- Misses 5517 5520 +3
Partials 505 505
Continue to review full report at Codecov.
|
TBH i did not see the code change for it. When i see the pr title like updating something that will be compiled on go 1.14.0, which reminds me the last time failure on our internal release env having go 1.12.0. So i though instead of reviewing the code at first place, better to get confirmation from @mohammedzee1000 if this is doable. |
/retest Please review the full test history for this PR and help us cut down flakes. |
10 similar comments
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
19 similar comments
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
@mik-dass: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
/retest Please review the full test history for this PR and help us cut down flakes. |
* Update Node test devfile Signed-off-by: Maysun J Faisal <maysun.j.faisal@ibm.com> * Update node test template check in test Signed-off-by: Maysun J Faisal <maysun.j.faisal@ibm.com> * resolved devfile debug tests * revert devfile vol changes Signed-off-by: Maysun J Faisal <maysun.j.faisal@ibm.com> * removed unnecessary git clones * resolved serial debug test * resolved failing docker test Co-authored-by: Girish Ramnani <gramnani@redhat.com>
8ad48b0
to
9210a18
Compare
New changes are detected. LGTM label has been removed. |
@mik-dass: Closed this PR. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
What type of PR is this?
/kind bug
What does does this PR do / why we need it:
This PR fixes TestDownloadFile for go version
go version go1.14.2 linux/amd64
by removing""
from the expected error string.Which issue(s) this PR fixes:
Fixes #3433
How to test changes / Special notes to the reviewer:
make test should pass on go 1.14.2