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

Lars Hofhansl commented on PHOENIX-5327:
----------------------------------------

I will say that error reporting in Pherf is pretty bad.

You fix one thing, and then anything that is wrong in the XML description just 
throws another NullPointerException.

You forget an attribute on a tag: NullPointerException

A data that cannot be parsed: NullPointerException

DDL provided as tag content instead of an attriute: NullPointerException 

Feels like some 1/2 finished things that was started and never really finished.

I'm going to disable this test until we fix it.

> PherfMainIT fails with duplicate TABLE/INDEX.
> ---------------------------------------------
>
>                 Key: PHOENIX-5327
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-5327
>             Project: Phoenix
>          Issue Type: Test
>            Reporter: Lars Hofhansl
>            Priority: Major
>
> {code:java}
> INFO] Running org.apache.phoenix.pherf.PherfMainIT
> [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 
> 54.221 s <<< FAILURE! - in org.apache.phoenix.pherf.PherfMainIT
> [ERROR] testPherfMain(org.apache.phoenix.pherf.PherfMainIT) Time elapsed: 
> 10.455 s <<< ERROR!
> java.util.concurrent.ExecutionException: 
> org.apache.phoenix.schema.TableAlreadyExistsException: ERROR 1013 (42M04): 
> Table already exists. tableName=PHERF.IDX_DIVISION
>  at org.apache.phoenix.pherf.PherfMainIT.testPherfMain(PherfMainIT.java:42)
> Caused by: org.apache.phoenix.schema.TableAlreadyExistsException: ERROR 1013 
> (42M04): Table already exists. tableName=PHERF.IDX_DIVISION
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to