[
https://issues.apache.org/jira/browse/PHOENIX-5962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17139496#comment-17139496
]
Hadoop QA commented on PHOENIX-5962:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/13005970/PHOENIX-5962.master.v6.patch
against master branch at commit 11c24925ec29f91970c36322cf3d7a00a32efc40.
ATTACHMENT ID: 13005970
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 0 new
or modified tests.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{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:
+ conn.createStatement().execute("CREATE "+ (localIndex ? "LOCAL
" : "") + " INDEX " + indexName + " on " +
+ (view ? viewName : dataTableName) + " (val) include (ts)"
+ (async ? "ASYNC" : ""));
+ IndexToolIT.runIndexTool(true, false, null, (view ? viewName :
dataTableName), indexName);
+ String selectSql = String.format("SELECT * FROM %s WHERE val =
'abc'", (view ? viewName : dataTableName));
+ assertExplainPlan(conn, localIndex, selectSql, dataTableName,
(view ? "_IDX_" + dataTableName : indexName));
+
assertTrue(rs.unwrap(PhoenixResultSet.class).getCurrentRow().getValue(0).getTimestamp()
< clock2.initialTime() &&
+
rs.unwrap(PhoenixResultSet.class).getCurrentRow().getValue(0).getTimestamp() >=
clock1.initialTime());
+ String.format("SELECT * FROM %s WHERE val = 'bcd'", (view
? viewName : dataTableName));
+ assertExplainPlan(conn, localIndex, selectSql, dataTableName,
(view ? "_IDX_" + dataTableName : indexName));
+
assertTrue(rs.unwrap(PhoenixResultSet.class).getCurrentRow().getValue(0).getTimestamp()
< clock3.initialTime() &&
{color:red}-1 core tests{color}. The patch failed these unit tests:
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.DropTableWithViewsIT
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.IndexToolForNonTxGlobalIndexIT
{color:red}-1 core zombie tests{color}. There are 1 zombie test(s):
Test results:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/3978//testReport/
Code Coverage results:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/3978//artifact/phoenix-core/target/site/jacoco/index.html
Console output:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/3978//console
This message is automatically generated.
> Stabilize builds
> ----------------
>
> Key: PHOENIX-5962
> URL: https://issues.apache.org/jira/browse/PHOENIX-5962
> Project: Phoenix
> Issue Type: Task
> Reporter: Richard Antal
> Assignee: Richard Antal
> Priority: Major
> Attachments: PHOENIX-5962.4.x.v1.patch, PHOENIX-5962.master.v1.patch,
> PHOENIX-5962.master.v2.patch, PHOENIX-5962.master.v3.patch,
> PHOENIX-5962.master.v4.patch, PHOENIX-5962.master.v5.patch,
> PHOENIX-5962.master.v6.patch
>
>
> Last 2 build was aborted becauseĀ Build timed out (after 360 minutes).
> Search the possible cause of the problem and try to fix it.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)