Skip to content

PHOENIX-6293 PHOENIX-6193 breaks projects depending on the phoenix-cl… - #1052

Closed
stoty wants to merge 1 commit into
apache:4.xfrom
stoty:PHOENIX-6293-4.x
Closed

PHOENIX-6293 PHOENIX-6193 breaks projects depending on the phoenix-cl…#1052
stoty wants to merge 1 commit into
apache:4.xfrom
stoty:PHOENIX-6293-4.x

Conversation

@stoty

@stotystoty commented Jan 4, 2021

Copy link
Copy Markdown
Contributor

…ient artifact

@stoty
stoty requested a review from joshelserJanuary 4, 2021 09:11
@stoty

stoty commented Jan 4, 2021

Copy link
Copy Markdown
ContributorAuthor

💔 -1 overall

VoteSubsystemRuntimeComment
+0 🆗reexec0m 36sDocker mode activated.
_ Prechecks _
+1 💚dupname0m 0sNo case conflicting files found.
+1 💚@author0m 0sThe patch does not contain any @author tags.
-1 ❌test4tests0m 0sThe patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ 4.x Compile Tests _
+1 💚mvninstall13m 17s4.x passed
+1 💚compile1m 31s4.x passed
+1 💚javadoc1m 17s4.x passed
_ Patch Compile Tests _
+1 💚mvninstall6m 10sthe patch passed
+1 💚compile1m 30sthe patch passed
+1 💚javac1m 30sthe patch passed
+1 💚whitespace0m 0sThe patch has no whitespace issues.
+1 💚xml0m 1sThe patch has no ill-formed XML file.
+1 💚javadoc1m 9sthe patch passed
_ Other Tests _
-1 ❌unit134m 36sroot in the patch failed.
-1 ❌asflicense0m 48sThe patch generated 1 ASF License warnings.
163m 32s
ReasonTests
Failed junit testsphoenix.end2end.ViewMetadataIT
SubsystemReport/Notes
DockerClientAPI=1.41 ServerAPI=1.41 base: https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1052/1/artifact/yetus-general-check/output/Dockerfile
GITHUB PR#1052
Optional Testsdupname asflicense javac javadoc unit xml compile
unameLinux 3b4b0781aa5b 4.15.0-58-generic #64-Ubuntu SMP Tue Aug 6 11:12:41 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personalitydev/phoenix-personality.sh
git revision4.x / 5ad54f9
Default JavaPrivate Build-1.8.0_242-8u242-b08-0ubuntu3~16.04-b08
unithttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1052/1/artifact/yetus-general-check/output/patch-unit-root.txt
Test Resultshttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1052/1/testReport/
asflicensehttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1052/1/artifact/yetus-general-check/output/patch-asflicense-problems.txt
Max. process+thread count5920 (vs. ulimit of 30000)
modulesC: . U: .
Console outputhttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1052/1/console
versionsgit=2.7.4 maven=3.3.9
Powered byApache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

@virajjasanivirajjasani left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 (non-binding)

@stoty

stoty commented Jan 4, 2021

Copy link
Copy Markdown
ContributorAuthor

Pushed new version to fix RAT confusion

<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<configuration>
<skip>true</skip>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And phoenix-client is going to run RAT check even in the presence of this right? It overrides plugin from parent pom?

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No it won't. We could re-enable RAT by specifying skip=false in the submodules, but there is nothing to audit in either submodule, they both have only a single pom.xml file in them.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh yes, there is nothing in sub modules either.

@virajjasani

virajjasani commented Jan 4, 2021

Copy link
Copy Markdown
Contributor

+1 (non-binding) with RAT fix

@stoty

stoty commented Jan 4, 2021

Copy link
Copy Markdown
ContributorAuthor

💔 -1 overall

VoteSubsystemRuntimeComment
+0 🆗reexec0m 31sDocker mode activated.
_ Prechecks _
+1 💚dupname0m 0sNo case conflicting files found.
+1 💚@author0m 0sThe patch does not contain any @author tags.
-1 ❌test4tests0m 0sThe patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ 4.x Compile Tests _
+0 🆗mvndep4m 31sMaven dependency ordering for branch
+1 💚mvninstall9m 8s4.x passed
+1 💚compile1m 28s4.x passed
+1 💚javadoc1m 18s4.x passed
_ Patch Compile Tests _
+0 🆗mvndep0m 16sMaven dependency ordering for patch
+1 💚mvninstall6m 8sthe patch passed
+1 💚compile1m 29sthe patch passed
+1 💚javac1m 29sthe patch passed
-1 ❌whitespace0m 0sThe patch has 1 line(s) that end in whitespace. Use git apply --whitespace=fix <<patch_file>>. Refer https://git-scm.com/docs/git-apply
+1 💚xml0m 3sThe patch has no ill-formed XML file.
+1 💚javadoc1m 21sthe patch passed
_ Other Tests _
-1 ❌unit156m 7sroot in the patch failed.
+1 💚asflicense0m 26sThe patch does not generate ASF License warnings.
183m 36s
SubsystemReport/Notes
DockerClientAPI=1.41 ServerAPI=1.41 base: https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1052/2/artifact/yetus-general-check/output/Dockerfile
GITHUB PR#1052
Optional Testsdupname asflicense javac javadoc unit xml compile
unameLinux 5d529c270fe5 4.15.0-112-generic #113-Ubuntu SMP Thu Jul 9 23:41:39 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personalitydev/phoenix-personality.sh
git revision4.x / 5ad54f9
Default JavaPrivate Build-1.8.0_242-8u242-b08-0ubuntu3~16.04-b08
whitespacehttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1052/2/artifact/yetus-general-check/output/whitespace-eol.txt
unithttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1052/2/artifact/yetus-general-check/output/patch-unit-root.txt
Test Resultshttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1052/2/testReport/
Max. process+thread count6039 (vs. ulimit of 30000)
modulesC: phoenix-client-parent . U: .
Console outputhttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1052/2/console
versionsgit=2.7.4 maven=3.3.9
Powered byApache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

@joshelserjoshelser left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This does the trick! Thanks, Istvan. I had no clue why it wasn't finding this module in the pqs build :)

@stoty

stoty commented Jan 4, 2021

Copy link
Copy Markdown
ContributorAuthor

💔 -1 overall

VoteSubsystemRuntimeComment
+0 🆗reexec7m 17sDocker mode activated.
_ Prechecks _
+1 💚dupname0m 0sNo case conflicting files found.
+1 💚@author0m 0sThe patch does not contain any @author tags.
-1 ❌test4tests0m 0sThe patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ 4.x Compile Tests _
+0 🆗mvndep4m 55sMaven dependency ordering for branch
+1 💚mvninstall12m 0s4.x passed
+1 💚compile2m 6s4.x passed
+1 💚javadoc1m 46s4.x passed
_ Patch Compile Tests _
+0 🆗mvndep0m 20sMaven dependency ordering for patch
+1 💚mvninstall8m 4sthe patch passed
+1 💚compile2m 1sthe patch passed
+1 💚javac2m 1sthe patch passed
-1 ❌whitespace0m 0sThe patch has 1 line(s) that end in whitespace. Use git apply --whitespace=fix <<patch_file>>. Refer https://git-scm.com/docs/git-apply
+1 💚xml0m 3sThe patch has no ill-formed XML file.
+1 💚javadoc1m 41sthe patch passed
_ Other Tests _
-1 ❌unit197m 28sroot in the patch failed.
+1 💚asflicense1m 26sThe patch does not generate ASF License warnings.
242m 2s
SubsystemReport/Notes
DockerClientAPI=1.41 ServerAPI=1.41 base: https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1052/3/artifact/yetus-general-check/output/Dockerfile
GITHUB PR#1052
Optional Testsdupname asflicense javac javadoc unit xml compile
unameLinux b7fbd270b641 4.15.0-65-generic #74-Ubuntu SMP Tue Sep 17 17:06:04 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personalitydev/phoenix-personality.sh
git revision4.x / 3116705
Default JavaPrivate Build-1.8.0_242-8u242-b08-0ubuntu3~16.04-b08
whitespacehttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1052/3/artifact/yetus-general-check/output/whitespace-eol.txt
unithttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1052/3/artifact/yetus-general-check/output/patch-unit-root.txt
Test Resultshttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1052/3/testReport/
Max. process+thread count6243 (vs. ulimit of 30000)
modulesC: phoenix-client-parent . U: .
Console outputhttps://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1052/3/console
versionsgit=2.7.4 maven=3.3.9
Powered byApache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

@stotystoty closed this Jan 5, 2021
@stoty
stoty deleted the PHOENIX-6293-4.x branch July 29, 2021 14:00
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@stoty@virajjasani@joshelser