-
Notifications
You must be signed in to change notification settings - Fork 244
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
Update alizer dependency #6650
Update alizer dependency #6650
Conversation
✅ Deploy Preview for odo-docusaurus-preview canceled.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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! 0 Bugs No Coverage information |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[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 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:
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: