[jira] [Updated] (PHOENIX-3253) Make changes to support method level parallelization

2016-09-15 Thread James Taylor (JIRA)

 [ 
https://issues.apache.org/jira/browse/PHOENIX-3253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

James Taylor updated PHOENIX-3253:
--
Description: 
Changes are necessary in our BaseHBaseTimeManagedIT tests to ensure that they 
can run in parallel:
- Using unique table names in all tests
- Removing any usage of BaseTest.ensureTableCreated()
- Change static methods and member variables to be instance level
- Remove any required state dependencies between tests

  was:
error log
{code}  
GroupByCaseIT.testScanUri:172 expected: but was:
   StoreNullsIT.testQueryingHistory:116
  PhoenixTraceReaderIT.testMultipleSpans:122->validateTraces:132 Got an 
unexpected traceid expected:<12345> but was:<987654>
  TransactionIT.testTxnClosedCorrecty:152 There should be no invalid 
transactions
  DynamicUpsertIT.testFullUpsert:152 expected:<[a]Value> but was:<[DynCol]Value>
{code}


> Make changes to support method level parallelization
> 
>
> Key: PHOENIX-3253
> URL: https://issues.apache.org/jira/browse/PHOENIX-3253
> Project: Phoenix
>  Issue Type: Sub-task
>Reporter: prakul agarwal
>Assignee: James Taylor
> Fix For: 4.9.0
>
> Attachments: PHOENIX-3253.patch
>
>
> Changes are necessary in our BaseHBaseTimeManagedIT tests to ensure that they 
> can run in parallel:
> - Using unique table names in all tests
> - Removing any usage of BaseTest.ensureTableCreated()
> - Change static methods and member variables to be instance level
> - Remove any required state dependencies between tests



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


[jira] [Updated] (PHOENIX-3253) Make changes to support method level parallelization

2016-09-15 Thread James Taylor (JIRA)

 [ 
https://issues.apache.org/jira/browse/PHOENIX-3253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

James Taylor updated PHOENIX-3253:
--
Summary: Make changes to support method level parallelization  (was: Make 
changes in various classes for method level parallelization in 
BaseHBaseManagedTimeTableReuseIT)

> Make changes to support method level parallelization
> 
>
> Key: PHOENIX-3253
> URL: https://issues.apache.org/jira/browse/PHOENIX-3253
> Project: Phoenix
>  Issue Type: Sub-task
>Reporter: prakul agarwal
>Assignee: James Taylor
> Fix For: 4.9.0
>
> Attachments: PHOENIX-3253.patch
>
>
> error log
> {code}  
> GroupByCaseIT.testScanUri:172 expected: but was:
>StoreNullsIT.testQueryingHistory:116
>   PhoenixTraceReaderIT.testMultipleSpans:122->validateTraces:132 Got an 
> unexpected traceid expected:<12345> but was:<987654>
>   TransactionIT.testTxnClosedCorrecty:152 There should be no invalid 
> transactions
>   DynamicUpsertIT.testFullUpsert:152 expected:<[a]Value> but 
> was:<[DynCol]Value>
> {code}



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