[
https://issues.apache.org/jira/browse/PHOENIX-4186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16162049#comment-16162049
]
Hadoop QA commented on PHOENIX-4186:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12886480/PHOENIX-4186-v2.patch
against master branch at commit 7865a59b0bbc4ea5e8ab775b920f5f608115707b.
ATTACHMENT ID: 12886480
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 3 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:
+ final String tableName =
SchemaUtil.getTableName(generateUniqueName(), generateUniqueName());
+ String query = "SELECT uint_key, ulong_key, string_key FROM " +
tableName + " WHERE uint_key > 20 and ulong_key >= 400";
+ String query = "SELECT uint_key, ulong_key, string_key FROM " +
tableName + " WHERE uint_key > 20 and uint_key < 40";
+ String query = "SELECT uint_key, ulong_key, string_key FROM " +
tableName + " WHERE ulong_key > 200 and ulong_key < 400";
+ String query = "SELECT uint_key, ulong_key, string_key FROM " +
tableName + " WHERE ulong_key < -1";
+ PreparedStatement stmt = conn.prepareStatement("UPSERT INTO " +
tableName + "(uint_key,ulong_key,string_key, uint_col) VALUES(?,?,?,?)");
+ PhoenixConnection conn =
DriverManager.getConnection(getUrl()).unwrap(PhoenixConnection.class);
+ put.add(family, QueryConstants.EMPTY_COLUMN_BYTES,
HConstants.LATEST_TIMESTAMP, ByteUtil.EMPTY_BYTE_ARRAY);
{color:red}-1 core tests{color}. The patch failed these unit tests:
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.QueryDatabaseMetaDataIT
{color:red}-1 core zombie tests{color}. There are 5 zombie test(s):
at
org.apache.phoenix.end2end.FlappingLocalIndexIT.testLocalIndexScanWithSmallChunks(FlappingLocalIndexIT.java:119)
Test results:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/1420//testReport/
Console output:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/1420//console
This message is automatically generated.
> Modify NativeHBaseTypesIT to not use CurrentSCN
> -----------------------------------------------
>
> Key: PHOENIX-4186
> URL: https://issues.apache.org/jira/browse/PHOENIX-4186
> Project: Phoenix
> Issue Type: Test
> Reporter: Thomas D'Silva
> Assignee: Thomas D'Silva
> Fix For: 4.12.0
>
> Attachments: PHOENIX-4186.patch, PHOENIX-4186-v2.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)