Repository: phoenix Updated Branches: refs/heads/4.x-HBase-1.2 b9f453703 -> 3ebc2a37d
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/3ebc2a37 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/3ebc2a37 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/3ebc2a37 Branch: refs/heads/4.x-HBase-1.2 Commit: 3ebc2a37dbae32fed7ed548642772dc1ba5b23c1 Parents: b9f4537 Author: Samarth Jain <[email protected]> Authored: Sat Jun 10 14:42:21 2017 -0700 Committer: Samarth Jain <[email protected]> Committed: Sat Jun 10 14:42:21 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/3ebc2a37/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 853647e..1c774ff 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;
