[
https://issues.apache.org/jira/browse/PHOENIX-6515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17382048#comment-17382048
]
ASF GitHub Bot commented on PHOENIX-6515:
-----------------------------------------
stoty commented on pull request #1269:
URL: https://github.com/apache/phoenix/pull/1269#issuecomment-881420384
:broken_heart: **-1 overall**
| Vote | Subsystem | Runtime | Comment |
|:----:|----------:|--------:|:--------|
| +0 :ok: | reexec | 0m 29s | Docker mode activated. |
||| _ Prechecks _ |
| +1 :green_heart: | dupname | 0m 0s | No case conflicting files
found. |
| +1 :green_heart: | @author | 0m 0s | The patch does not contain any
@author tags. |
| -1 :x: | test4tests | 0m 0s | The 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.
|
||| _ master Compile Tests _ |
| +0 :ok: | mvndep | 4m 56s | Maven dependency ordering for branch |
| +1 :green_heart: | mvninstall | 17m 0s | master passed |
| +0 | hbaserecompile | 28m 52s | HBase recompiled. |
| +1 :green_heart: | compile | 1m 50s | master passed |
| +1 :green_heart: | javadoc | 2m 39s | master passed |
||| _ Patch Compile Tests _ |
| +0 :ok: | mvndep | 0m 16s | Maven dependency ordering for patch |
| +1 :green_heart: | mvninstall | 13m 53s | the patch passed |
| +0 | hbaserecompile | 20m 47s | HBase recompiled. |
| +1 :green_heart: | compile | 1m 47s | the patch passed |
| +1 :green_heart: | javac | 1m 47s | the patch passed |
| +1 :green_heart: | whitespace | 0m 0s | The patch has no whitespace
issues. |
| +1 :green_heart: | xml | 0m 4s | The patch has no ill-formed XML
file. |
| +1 :green_heart: | javadoc | 2m 40s | the patch passed |
||| _ Other Tests _ |
| -1 :x: | unit | 116m 13s | root in the patch failed. |
| -1 :x: | asflicense | 2m 19s | The patch generated 614 ASF License
warnings. |
| | | 181m 8s | |
| Reason | Tests |
|-------:|:------|
| Failed junit tests | phoenix.end2end.ConcurrentUpsertsWithoutIndexedColsIT
|
| Subsystem | Report/Notes |
|----------:|:-------------|
| Docker | ClientAPI=1.41 ServerAPI=1.41 base:
https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1269/1/artifact/yetus-general-check/output/Dockerfile
|
| GITHUB PR | https://github.com/apache/phoenix/pull/1269 |
| Optional Tests | dupname asflicense javac javadoc unit xml compile |
| uname | Linux d62d6a53a902 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 tool | maven |
| Personality | dev/phoenix-personality.sh |
| git revision | master / 00d9031 |
| Default Java | Private Build-1.8.0_242-8u242-b08-0ubuntu3~16.04-b08 |
| unit |
https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1269/1/artifact/yetus-general-check/output/patch-unit-root.txt
|
| Test Results |
https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1269/1/testReport/
|
| asflicense |
https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1269/1/artifact/yetus-general-check/output/patch-asflicense-problems.txt
|
| Max. process+thread count | 15118 (vs. ulimit of 30000) |
| modules | C: phoenix-core phoenix-pherf . U: . |
| Console output |
https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1269/1/console
|
| versions | git=2.7.4 maven=3.3.9 |
| Powered by | Apache Yetus 0.12.0 https://yetus.apache.org |
This message was automatically generated.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
> Phoenix uses hbase-testing-util but does not list it as a dependency
> --------------------------------------------------------------------
>
> Key: PHOENIX-6515
> URL: https://issues.apache.org/jira/browse/PHOENIX-6515
> Project: Phoenix
> Issue Type: Bug
> Reporter: Josh Elser
> Assignee: Josh Elser
> Priority: Major
> Fix For: 5.2.0
>
>
> Just saw a build failure of Phoenix at $dayjob due to OMID-211. OMID-211
> removes the hbase-testing-util as a regular-scope dependency and adds it
> (properly) as a test-scope dependency. However, this means that phoenix-core
> no long has hbase-testing-util on the classpath and will fail to compile.
> Easy fix to just list the hbase-testing-util as a test-scope dependency.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)