Update alizer dependency#6650
Conversation
✅ Deploy Preview for odo-docusaurus-preview canceled.
|
rm3l
left a comment
There was a problem hiding this comment.
Added a comment on the related issue: #6210 (comment)
oh, you are right. I've removed "fix" from the issue description. This PR doesn't fix that issue, but I think that updating alizer still makes sense. |
rm3l
left a comment
There was a problem hiding this comment.
go run -mod=vendor github.com/frapposelli/wwhrd check -q
ERRO[0008] Found Non-Approved license license=UNKNOWN package=github.com/pjbgf/sha1cd/ubc
ERRO[0008] Found Non-Approved license license=UNKNOWN package=github.com/pjbgf/sha1cd
ERRO[0008] Found Non-Approved license license=UNKNOWN package=github.com/pjbgf/sha1cd/cgo
FATA[0008] Exiting: Non-Approved license found
exit status 1
make: *** [Makefile:109: validate-vendor-licenses] Error 1
License validation seems to fail. Not sure why wwhrd could not find the Apache 2.0 license for that indirect dependency..
Do we want to add an exception for this dependency?
I'll look into that |
|
I just noticed that the build of This seems to be caused by an upgrade of Since |
|
Kudos, SonarCloud Quality Gate passed!
|
rm3l
left a comment
There was a problem hiding this comment.
[FAILED] Expected
<*url.Error | 0xc0005e33e0>: {
Op: "Post",
URL: "http://127.0.0.1:54632/api/newuser",
Err: <*errors.errorString | 0xc000088130>{s: "EOF"},
}
to be nil
In [It] at: C:/Users/Administrator.ANSIBLE-TEST-VS/3482/tests/e2escenarios/e2e_test.go:306 @ 03/25/23 10:37:27.085
There were additional failures detected. To view them in detail run ginkgo -vv
------------------------------
Summarizing 1 Failure:
[FAIL] E2E Test starting with non-empty Directory add Binding [It] should verify developer workflow of using binding as env in innerloop
C:/Users/Administrator.ANSIBLE-TEST-VS/3482/tests/e2escenarios/e2e_test.go:306
Flaky E2E test (#6582)
/override windows-integration-test/Windows-test
|
@rm3l: Overrode contexts on behalf of rm3l: windows-integration-test/Windows-test DetailsIn 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:
What does this PR do / why we need it:
Update Alizer to the latest commit redhat-developer/alizer@ad2d305
Which issue(s) this PR fixes:
PR acceptance criteria:
Unit test
Integration test
Documentation
How to test changes / Special notes to the reviewer: