[
https://issues.apache.org/jira/browse/PHOENIX-4185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16163905#comment-16163905
]
Hadoop QA commented on PHOENIX-4185:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12886721/PHOENIX-4185-v1.patch
against master branch at commit 790e8d4d2b84a0e234609b2d8420e3ff398f0dee.
ATTACHMENT ID: 12886721
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+0 tests included{color}. The patch appears to be a
documentation, build,
or dev patch that doesn't require 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:
+ String query = "SELECT PERCENTILE_DISC(0.9) WITHIN GROUP (ORDER BY
A_INTEGER ASC) FROM " + tableName;
+ String query = "SELECT PERCENTILE_DISC(0.9) WITHIN GROUP (ORDER BY
A_INTEGER DESC) FROM " + tableName;
+ private static void initTableValues(String tablename, String tenantId,
byte[][] splits) throws Exception {
+ protected static void initTableValues(String tablename, Connection conn,
String tenantId) throws Exception {
+ private static void initDateTableValues(String tablename, String tenantId,
byte[][] splits, Date startDate) throws Exception {
+ private static void initDateTableValues(String tablename, String tenantId,
byte[][] splits, Date startDate, double dateIncrement) throws Exception {
+ private static void initDateTableValues(String tablename, Connection conn,
String tenantId, Date startDate, double dateIncrement) throws Exception {
+ String query = "SELECT count(1), feature f FROM "+tablename+" WHERE
organization_id=? AND \"DATE\" >= to_date(?) AND \"DATE\" <= to_date(?) GROUP
BY f";
+ String query = "SELECT \"DATE\" FROM "+tablename+" WHERE
organization_id=? AND unique_users >= 30 AND transactions >= 300 AND
cpu_utilization > 2 AND db_utilization > 0.5 AND io_time = 4000";
+ String query = "SELECT \"DATE\" FROM "+tablename+" WHERE
organization_id=? AND (transactions = 10000 OR unset_column = 5 OR io_time =
4000)";
{color:green}+1 core tests{color}. The patch passed unit tests in .
{color:red}-1 core zombie tests{color}. There are 1 zombie test(s):
at
org.apache.activemq.artemis.tests.integration.client.LargeMessageTest.testDLAOnExpiry(LargeMessageTest.java:730)
Test results:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/1430//testReport/
Console output:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/1430//console
This message is automatically generated.
> converting tests for disable DDL/DML for 4.12
> ---------------------------------------------
>
> Key: PHOENIX-4185
> URL: https://issues.apache.org/jira/browse/PHOENIX-4185
> Project: Phoenix
> Issue Type: Bug
> Affects Versions: 4.12.0
> Reporter: Ethan Wang
> Assignee: Ethan Wang
> Attachments: PHOENIX-4185-v1.patch
>
>
> converting tests for disable DDL/DML for 4.12. Disallow customized SCN
> timestamp assignment
> ./phoenix-core/src/it/java/org/apache/phoenix/end2end/PercentileIT.java
> ./phoenix-core/src/it/java/org/apache/phoenix/end2end/ProductMetricsIT.java
> ./phoenix-core/src/it/java/org/apache/phoenix/end2end/QueryDatabaseMetaDataIT.java
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)