[
https://issues.apache.org/jira/browse/PHOENIX-5942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17133573#comment-17133573
]
Geoffrey Jacoby commented on PHOENIX-5942:
------------------------------------------
Note: the Hudson error is because of a minicluster spin-up error on
AlterIndexIT, and not related to this JIRA.
> ParameterizedIndexUpgradeIT is too slow
> ---------------------------------------
>
> Key: PHOENIX-5942
> URL: https://issues.apache.org/jira/browse/PHOENIX-5942
> Project: Phoenix
> Issue Type: Bug
> Reporter: Geoffrey Jacoby
> Assignee: Geoffrey Jacoby
> Priority: Minor
> Fix For: 5.1.0, 4.16.0
>
> Attachments: PHOENIX-5942-4.x.v1.patch
>
> Time Spent: 1h
> Remaining Estimate: 0h
>
> The test creates the same tables and views for each test case, drops them
> between, and recreates them. In addition each test case is doing index
> upgrades / downgrades which requires disabling tables and rebuilding them.
> Plus there are a lot of test cases, because of the cross-product of the
> parameters.
> According to [~achouhan], this is causing some builds to fail with timeouts,
> and taking 20-30 min for me locally the last time I needed to add a test
> case. Looks like it's time to refactor this test so it goes faster.
> I suspect just having each test case create its own test-specific tables (so
> no more dropping) would help, but that may not be enough.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)