[ https://issues.apache.org/jira/browse/PHOENIX-3181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
James Taylor updated PHOENIX-3181: ---------------------------------- Attachment: PHOENIX-3181_v2.patch Tests run against HBase-1.2.0 (i.e. master branch) consistently do not hang, so that's good news. I've run them 7x in a row and they finish in 5:44min with the following failures: Failed tests: ArrayToStringFunctionIT.testArrayToStringFunctionWithUpsert3:314 ArrayToStringFunctionIT.testArrayToStringFunctionWithUpsert4:337 DynamicUpsertIT.testFullUpsert:152 expected:<[a]Value> but was:<[DynCol]Value> HashJoinMoreIT.assertNoUnfreedMemory:112 expected:<0> but was:<2811> PhoenixRuntimeIT.testGetTenantIdExpressionForSaltedTable:80->testGetTenantIdExpression:115->assertTenantIds:75 expected:<[, FMUSKJCAIGFTYUPRARZO]> but was:<[, , , , , , FMUSKJCAIGFTYUPRARZO]> PhoenixRuntimeIT.testGetTenantIdExpressionForUnsaltedTable:85->testGetTenantIdExpression:115->assertTenantIds:75 expected:<[, YYODODSANQYVGUCNSBKF]> but was:<[, , , , , , , FMUSKJCAIGFTYUPRARZO, YYODODSANQYVGUCNSBKF]> 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 StoreNullsIT.testQueryingHistory:154 PhoenixTraceReaderIT.testMultipleSpans:122->validateTraces:132 Got an unexpected traceid expected:<12345> but was:<987654> TransactionIT.testTxnClosedCorrecty:152 There should be no invalid transactions Tests in error: AlterSessionIT.testUpdateConsistency:65 » SQL ERROR 1101 (XCL01): ResultSet is... ArrayToStringFunctionIT.testArrayToStringFunctionWithUpsert1:263 » ConcurrentModification ArrayToStringFunctionIT.testArrayToStringFunctionWithUpsert2:286 » ConcurrentModification ArrayToStringFunctionIT.testArrayToStringFunctionWithUpsertSelect1:370 » PhoenixIO ArrayToStringFunctionIT.testArrayToStringFunctionWithUpsertSelect2:394 » NullPointer ArrayToStringFunctionIT.testArrayToStringFunctionWithUpsertSelect3:443 » PhoenixIO QueryMoreIT.testQueryMore1:53->testQueryMore:113->upsertSelectRecordsInCursorTableForTenant:207 » SequenceAlreadyExists QueryMoreIT.testQueryMore2:59->testQueryMore:113->upsertSelectRecordsInCursorTableForTenant:207 » SequenceAlreadyExists StoreNullsIT.testDeletes:171 » ArrayIndexOutOfBounds 1 StoreNullsIT.testStoringNulls:101 » ConcurrentModification ViewIndexIT.testDeleteViewIndexSequences:127->createBaseTable:84 » PhoenixIO o... Tests run: 1018, Failures: 15, Errors: 11, Skipped: 5 > Run test methods in parallel to reduce test suite run time > ---------------------------------------------------------- > > Key: PHOENIX-3181 > URL: https://issues.apache.org/jira/browse/PHOENIX-3181 > Project: Phoenix > Issue Type: Bug > Reporter: James Taylor > Assignee: prakul agarwal > Attachments: PHOENIX-3181_4.x-HBase-1.1_WIP.patch, > PHOENIX-3181_v1.patch, PHOENIX-3181_v2.patch, > parallelize_4.x-Hbase1.1_wip.patch > > > With PHOENIX-3036, the tests within a test class can be executed in parallel > since the table names won't conflict. This should greatly reduce the time > taken to run all of our tests. -- This message was sent by Atlassian JIRA (v6.3.4#6332)