AMBARI-25695 Pull request tests fail due to Maven 3.8.x blocks http repositories (santal)#3321
Merged
hapylestat merged 1 commit intoapache:branch-2.7from Nov 8, 2021
Merged
Conversation
…epositories (santal) Change-Id: Id36e44c4ee953d39b386e5989b2bea5ba9193d3c
Contributor
Author
|
@payert @hapylestat Could you please review this PR? |
Contributor
|
I was able to build ambari-admin successfully from latest branch-2.7. Probably some env issue on jenkins I also tried to use the latest maven 3.8.3 and the build was still successful. For me command output looks like this: Also jenkins logs we have this command fail: Maybe this is the root cause. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
Tests for ambari-infra and ambari-logsearch cannot be perfomed because the http repositories have been blocked since Maven 3.8.1.
command:
$ mvn -am test -Dmaven.artifact.threads=10 -Drat.skipoutput:
How was this patch tested?
manually tested