[ 
https://issues.apache.org/jira/browse/PHOENIX-3918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16049743#comment-16049743
 ] 

Hadoop QA commented on PHOENIX-3918:
------------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12873008/PHOENIX-3918-v3.patch
  against master branch at commit 3d2ae5445362c5180636af3c825ebcb550a5a23b.
  ATTACHMENT ID: 12873008

    {color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

    {color:red}-1 tests included{color}.  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.

    {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 
47 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:
    +        conn.createStatement().execute("CREATE TABLE " + tableName + "(k1 
decimal, k2 decimal, constraint pk primary key (k1))");
+        ResultSet rs = conn.createStatement().executeQuery("SELECT 
coalesce(null, null) FROM " + tableName);
+        String ddl = "CREATE TABLE " + tableName + " ( pk VARCHAR(10) NOT 
NULL, val INTEGER CONSTRAINT PK PRIMARY KEY (pk))";
+        PreparedStatement ps = conn.prepareStatement("UPSERT INTO " + 
tableName + " (pk,val) VALUES (?,?)");
+        ResultSet rs = conn.createStatement().executeQuery("SELECT ENCODE(val, 
'BASE62') FROM " + tableName);
+                        .executeQuery("SELECT OCTET_LENGTH(vb1), 
OCTET_LENGTH(b), OCTET_LENGTH(vb2) FROM " + TABLE_NAME);
+        conn.createStatement().execute("CREATE TABLE " + tableName + " (k 
CHAR(3) PRIMARY KEY, v1 VARCHAR, v2 INTEGER)");
+            if (ptr.getLength()!=0 && 
!secondChild.getDataType().isCoercibleTo(firstChild.getDataType(), 
secondChild.getDataType().toObject(ptr))) {

     {color:red}-1 core tests{color}.  The patch failed these unit tests:
     
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.MutableIndexFailureIT

     {color:red}-1 core zombie tests{color}.  There are 3 zombie test(s):       
at 
org.apache.hadoop.hbase.master.assignment.TestAssignmentManager.testRetriesExhaustedFailure(TestAssignmentManager.java:279)
        at 
org.apache.hadoop.hbase.master.assignment.TestAssignmentManager.testServerNotYetRunning(TestAssignmentManager.java:265)
        at 
org.apache.hadoop.hbase.master.procedure.MasterProcedureTestingUtility.testRecoveryAndDoubleExecution(MasterProcedureTestingUtility.java:409)
        at 
org.apache.hadoop.hbase.master.assignment.TestMergeTableRegionsProcedure.testRecoveryAndDoubleExecution(TestMergeTableRegionsProcedure.java:245)

Test results: 
https://builds.apache.org/job/PreCommit-PHOENIX-Build/1094//testReport/
Javadoc warnings: 
https://builds.apache.org/job/PreCommit-PHOENIX-Build/1094//artifact/patchprocess/patchJavadocWarnings.txt
Console output: 
https://builds.apache.org/job/PreCommit-PHOENIX-Build/1094//console

This message is automatically generated.

> Ensure all function implementations handle null args correctly
> --------------------------------------------------------------
>
>                 Key: PHOENIX-3918
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-3918
>             Project: Phoenix
>          Issue Type: Bug
>            Reporter: Samarth Jain
>            Assignee: Thomas D'Silva
>             Fix For: 4.12.0
>
>         Attachments: PHOENIX-3918.patch, PHOENIX-3918-v2.patch, 
> PHOENIX-3918-v3.patch, PHOENIX-3918-v4.patch, PHOENIX-3918-v5.patch
>
>
> {code}
> testBothParametersNull(org.apache.phoenix.end2end.TimezoneOffsetFunctionIT)  
> Time elapsed: 2.272 sec  <<< ERROR!
> java.sql.SQLException: ERROR 201 (22000): Illegal data. Unknown timezone 
>       at 
> org.apache.phoenix.end2end.TimezoneOffsetFunctionIT.testBothParametersNull(TimezoneOffsetFunctionIT.java:130)
> timezoneParameterNull(org.apache.phoenix.end2end.TimezoneOffsetFunctionIT)  
> Time elapsed: 2.273 sec  <<< ERROR!
> java.sql.SQLException: ERROR 201 (22000): Illegal data. Unknown timezone 
>       at 
> org.apache.phoenix.end2end.TimezoneOffsetFunctionIT.timezoneParameterNull(TimezoneOffsetFunctionIT.java:151)
> dateParameterNull(org.apache.phoenix.end2end.TimezoneOffsetFunctionIT)  Time 
> elapsed: 2.254 sec  <<< ERROR!
> java.sql.SQLException: ERROR 201 (22000): Illegal data. Expected length of at 
> least 8 bytes, but had 0
>       at 
> org.apache.phoenix.end2end.TimezoneOffsetFunctionIT.dateParameterNull(TimezoneOffsetFunctionIT.java:172)
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to