Repository: phoenix Updated Branches: refs/heads/master 616cd057d -> 4196c64b9
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/4196c64b Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/4196c64b Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/4196c64b Branch: refs/heads/master Commit: 4196c64b9d29827d0208cd47de6f95697a63c372 Parents: 616cd05 Author: Samarth Jain <[email protected]> Authored: Sat Jun 10 14:41:30 2017 -0700 Committer: Samarth Jain <[email protected]> Committed: Sat Jun 10 14:41: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/4196c64b/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 07f587d..7622314 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 @@ -102,11 +102,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;
