Repository: phoenix Updated Branches: refs/heads/4.x-HBase-0.98 ca9c52dc6 -> 9984aa5ac
PHOENIX-3932 MutableIndexFailureIT doesn't need a teardown method Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/9984aa5a Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/9984aa5a Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/9984aa5a Branch: refs/heads/4.x-HBase-0.98 Commit: 9984aa5ac7b8f58173d750eda1a449a28aff1933 Parents: ca9c52d Author: Samarth Jain <[email protected]> Authored: Sat Jun 10 14:43:30 2017 -0700 Committer: Samarth Jain <[email protected]> Committed: Sat Jun 10 14:43:30 2017 -0700 ---------------------------------------------------------------------- .../org/apache/phoenix/end2end/index/MutableIndexFailureIT.java | 5 ----- 1 file changed, 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/phoenix/blob/9984aa5a/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/MutableIndexFailureIT.java ---------------------------------------------------------------------- diff --git a/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/MutableIndexFailureIT.java b/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/MutableIndexFailureIT.java index 9b11c0a..95fa214 100644 --- a/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/MutableIndexFailureIT.java +++ b/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/MutableIndexFailureIT.java @@ -104,11 +104,6 @@ public class MutableIndexFailureIT extends BaseTest { private String schema = generateUniqueName(); private List<CommitException> exceptions = Lists.newArrayList(); - @AfterClass - public static void doTeardown() throws Exception { - tearDownMiniCluster(); - } - public MutableIndexFailureIT(boolean transactional, boolean localIndex, boolean isNamespaceMapped, Boolean disableIndexOnWriteFailure, Boolean rebuildIndexOnWriteFailure) { this.transactional = transactional; this.localIndex = localIndex;
