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

Hudson commented on PHOENIX-5349:
---------------------------------

FAILURE: Integrated in Jenkins build Phoenix-4.x-HBase-1.5 #42 (See 
[https://builds.apache.org/job/Phoenix-4.x-HBase-1.5/42/])
PHOENIX-5349 Speed up AlterTableWithViewsIT. (larsh: rev 
61ca52c4296c9cbcdbf087ad7e95283bc7e7eb3d)
* (edit) 
phoenix-core/src/it/java/org/apache/phoenix/end2end/AlterTableWithViewsIT.java


> Speed up AlterTableWithViewsIT
> ------------------------------
>
>                 Key: PHOENIX-5349
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-5349
>             Project: Phoenix
>          Issue Type: Sub-task
>            Reporter: Lars Hofhansl
>            Assignee: Lars Hofhansl
>            Priority: Major
>         Attachments: 5349.txt
>
>
> This is - after ViewIT - the slowest test we have.
> Right now we're testing all combinations of columnEncoded, multiTenant, and 
> salted, i.e. 2^3 combinations.
> I think that is not necessary. We can instead do the following four 
> combinations instead:
> (false, false, false), (true, false, true), (true, true, false), (true, true, 
> true)
> We'd cover no-columnencoding only once, and make sure we have the other three 
> remaining combinations for a total of 4. That will cut the runtime to 1/2.



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

Reply via email to