[
https://issues.apache.org/jira/browse/PHOENIX-3896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16032371#comment-16032371
]
Hadoop QA commented on PHOENIX-3896:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12870698/PHOENIX-3896.001.patch
against master branch at commit bd0f49d9e1bcb225e85c2de9f35438038c5dd4a3.
ATTACHMENT ID: 12870698
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 6 new
or modified tests.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:red}-1 javadoc{color}. The javadoc tool appears to have generated
45 warning messages.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:red}-1 lineLengths{color}. The patch introduces the following lines
longer than 100:
+ testTraceWriter = new TestTraceWriter(generateUniqueName(),
defaultTracingThreadPoolForTest, defaultTracingBatchSizeForTest, done);
+ testTraceWriter = new TestTraceWriter(tableName,
defaultTracingThreadPoolForTest, defaultTracingBatchSizeForTest, done);
+ testTraceWriter = new TestTraceWriter(tracingTableName,
defaultTracingThreadPoolForTest, defaultTracingBatchSizeForTest, done);
+ testTraceWriter = new TestTraceWriter(tracingTableName,
defaultTracingThreadPoolForTest, defaultTracingBatchSizeForTest, done);
+ testTraceWriter = new TestTraceWriter(tracingTableName,
defaultTracingThreadPoolForTest, defaultTracingBatchSizeForTest, done);
+ testTraceWriter = new TestTraceWriter(tracingTableName,
defaultTracingThreadPoolForTest, defaultTracingBatchSizeForTest, done);
+ testTraceWriter = new TestTraceWriter(tracingTableName,
defaultTracingThreadPoolForTest, defaultTracingBatchSizeForTest, done);
+ testTraceWriter = new TestTraceWriter(tracingTableName,
defaultTracingThreadPoolForTest, defaultTracingBatchSizeForTest, done);
+ testTraceWriter = new TestTraceWriter(tracingTableName,
defaultTracingThreadPoolForTest, defaultTracingBatchSizeForTest, done);
+ LOG.error("Tracing will NOT be pursued. New connection failed for
tracing Table: " + tableName, e);
{color:red}-1 core tests{color}. The patch failed these unit tests:
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.trace.PhoenixTracingEndToEndIT
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.monitoring.PhoenixMetricsIT
Test results:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/955//testReport/
Javadoc warnings:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/955//artifact/patchprocess/patchJavadocWarnings.txt
Console output:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/955//console
This message is automatically generated.
> Fix test failures related to tracing changes
> --------------------------------------------
>
> Key: PHOENIX-3896
> URL: https://issues.apache.org/jira/browse/PHOENIX-3896
> Project: Phoenix
> Issue Type: Bug
> Reporter: James Taylor
> Assignee: Karan Mehta
> Attachments: PHOENIX-3896.001.patch
>
>
> Looks like our unit tests are breaking after these commits:
> - PHOENIX-3248 Enable HBase server-side scan metrics to be returned to client
> and surfaced through metrics
> - PHOENIX-3752 Remove hadoop metrics integration from the tracing framework
> For example, see https://builds.apache.org/job/Phoenix-master/1628/ and
> https://builds.apache.org/job/Phoenix-4.x-HBase-1.1/405/.
>
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)