[
https://issues.apache.org/jira/browse/PHOENIX-3808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16658903#comment-16658903
]
Archana Katiyar commented on PHOENIX-3808:
------------------------------------------
Thanks [~apurtell] for the explanation; got your point. Native implementation
makes more sense here.
I was looking at existing integration tests of Phoenix
([End2EndTestDriver.java|https://github.com/apache/phoenix/blob/master/phoenix-core/src/it/java/org/apache/phoenix/end2end/End2EndTestDriver.java]);
during post test cleanup, these tests (well, majority of these) delete ALL the
tables in the clusters. This is very destructive things to do IMHO, at-least
when want to run these tests with chaos enabled as this limits us to run these
tests in pure test clusters.
I am thinking of implementing IntegrationTestBigLinkedList without such
cleanup; so that it can be executed on any cluster. Please let me know if I am
not going in right direction.
> Implement chaos tests using HBase's hbase-it facility
> -----------------------------------------------------
>
> Key: PHOENIX-3808
> URL: https://issues.apache.org/jira/browse/PHOENIX-3808
> Project: Phoenix
> Issue Type: Improvement
> Reporter: Andrew Purtell
> Assignee: Archana Katiyar
> Priority: Major
>
> Implement chaos tests using HBase's hbase-it facility. Especially,
> correctness testing with an active server killing monkey policy.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)