You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2016/09/14 08:33:20 UTC

[jira] [Commented] (PHOENIX-3250) Remove static member variables to enable method-level parallelization

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

Hudson commented on PHOENIX-3250:
---------------------------------

FAILURE: Integrated in Jenkins build Phoenix-master #1397 (See [https://builds.apache.org/job/Phoenix-master/1397/])
PHOENIX-3250 Remove static member variables to enable method-level (jamestaylor: rev 850b02c6d7798a7ed466af3de4256da3aaa1616e)
* (edit) phoenix-core/src/it/java/org/apache/phoenix/end2end/ToCharFunctionIT.java
* (edit) phoenix-core/src/it/java/org/apache/phoenix/end2end/StoreNullsIT.java
* (edit) phoenix-core/src/it/java/org/apache/phoenix/end2end/ArrayToStringFunctionIT.java
* (edit) phoenix-core/src/it/java/org/apache/phoenix/end2end/PrimitiveTypeIT.java
* (edit) phoenix-core/src/it/java/org/apache/phoenix/end2end/RegexpSplitFunctionIT.java


> Remove static member variables to enable method-level parallelization
> ---------------------------------------------------------------------
>
>                 Key: PHOENIX-3250
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-3250
>             Project: Phoenix
>          Issue Type: Sub-task
>            Reporter: prakul agarwal
>            Assignee: James Taylor
>             Fix For: 4.9.0
>
>         Attachments: PHOENIX-3250.patch
>
>
> {code}
>   ArrayToStringFunctionIT.testArrayToStringFunctionWithUpsert1:268
>   ArrayToStringFunctionIT.testArrayToStringFunctionWithUpsert4:337
>   ArrayToStringFunctionIT.testArrayToStringFunctionWithUpsert2:281 » TableAlreadyExists
>   ArrayToStringFunctionIT.testArrayToStringFunctionWithUpsertSelect1:354 » TableAlreadyExists
>   ArrayToStringFunctionIT.testArrayToStringFunctionWithUpsertSelect3:450 » PhoenixIO
>   PrimitiveTypeIT.testBooleanAsObject:219 » PhoenixIO
>   PrimitiveTypeIT.testCompareLongGTDecimal:60 » PhoenixIO
>   PrimitiveTypeIT.testCompareLongGTEDecimal:81 » PhoenixIO
>   PrimitiveTypeIT.testCompareLongGTEDecimal2:158 » PhoenixIO
>   PrimitiveTypeIT.testCompareLongLTDecimal2:177 » PhoenixIO
>   PrimitiveTypeIT.testCompareLongLTEDecimal:121 » PhoenixIO
>   RegexpSplitFunctionIT.testSplit_AlternateSeparator:144 array lengths differed, expected.length=3 actual.length=1
>   RegexpSplitFunctionIT.testSplit_NoSplitString:170 array lengths differed, expected.length=1 actual.length=3
>   RegexpSplitFunctionIT.testSplit_NullDynamicSeparator:231 expected null, but was:<['ONE', 'TWO', 'THREE']>
>   RegexpSplitFunctionIT.testSplit_NullString:207 expected null, but was:<['ONE', 'TWO', 'THREE']>
>   RegexpSplitFunctionIT.testSplit_PatternBasedSplit:183 array lengths differed, expected.length=4 actual.length=1
>   RegexpSplitFunctionIT.testSplit_PatternEscape:196 array lengths differed, expected.length=3 actual.length=1
>   ToCharFunctionIT.initTable:114 » TableNotFound ERROR 1012 (42M03): Table undef...
>   ToCharFunctionIT.initTable:114 » TableNotFound ERROR 1012 (42M03): Table undef...
>   ToCharFunctionIT.initTable:114 » TableNotFound ERROR 1012 (42M03): Table undef...
>   ToCharFunctionIT.initTable:114 » TableNotFound ERROR 1012 (42M03): Table undef...
>   ToCharFunctionIT.initTable:114 » TableNotFound ERROR 1012 (42M03): Table undef...
>   ToCharFunctionIT.initTable:114 » TableNotFound ERROR 1012 (42M03): Table undef...
>   ToCharFunctionIT.initTable:114 » TableNotFound ERROR 1012 (42M03): Table undef...
>   ToCharFunctionIT.initTable:114 » TableNotFound ERROR 1012 (42M03): Table undef...
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)