[
https://issues.apache.org/jira/browse/PHOENIX-3855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16013312#comment-16013312
]
Hudson commented on PHOENIX-3855:
---------------------------------
FAILURE: Integrated in Jenkins build Phoenix-master #1611 (See
[https://builds.apache.org/job/Phoenix-master/1611/])
PHOENIX-3855 Separate MutableIndexIT into multiple test classes (jamestaylor:
rev d2575288d1542c5b6e8dbe65448a22cf59aca8ff)
* (edit)
phoenix-core/src/it/java/org/apache/phoenix/end2end/index/MutableIndexIT.java
* (add)
phoenix-core/src/it/java/org/apache/phoenix/end2end/index/MutableIndexSplitIT.java
* (add)
phoenix-core/src/it/java/org/apache/phoenix/end2end/index/MutableIndexSplitForwardScanIT.java
* (add)
phoenix-core/src/it/java/org/apache/phoenix/end2end/index/MutableIndexSplitReverseScanIT.java
> Separate MutableIndexIT into multiple test classes
> --------------------------------------------------
>
> Key: PHOENIX-3855
> URL: https://issues.apache.org/jira/browse/PHOENIX-3855
> Project: Phoenix
> Issue Type: Bug
> Reporter: James Taylor
> Assignee: James Taylor
> Fix For: 4.11.0
>
> Attachments: PHOENIX-3855.patch
>
>
> MutableIndexIT is taking 50 minutes to run which is causing our test suite to
> hang. The two slowest tests are doing splits to ensure the queries succeed
> still, but there's no need to call these eight times (for all the
> combinations of parameterized tests). There's also no need to explicitly drop
> the tables created since the table names are unique.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)