You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by la...@apache.org on 2019/02/05 08:28:51 UTC

[phoenix] branch 4.x-HBase-1.3 updated: PHOENIX-5120; 4.x-HBase-1.3 and 4.x-HBase-1.2 only, allow ParallelStatsDisabledIT.doSetup to be overridden just like in 4.x-HBase-1.4

This is an automated email from the ASF dual-hosted git repository.

larsh pushed a commit to branch 4.x-HBase-1.3
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/4.x-HBase-1.3 by this push:
     new 64774d0  PHOENIX-5120; 4.x-HBase-1.3 and 4.x-HBase-1.2 only, allow ParallelStatsDisabledIT.doSetup to be overridden just like in 4.x-HBase-1.4
64774d0 is described below

commit 64774d0a140357b06de9bb6a918833c3c5087e69
Author: Lars Hofhansl <la...@apache.org>
AuthorDate: Tue Feb 5 00:29:13 2019 -0800

    PHOENIX-5120; 4.x-HBase-1.3 and 4.x-HBase-1.2 only, allow ParallelStatsDisabledIT.doSetup to be overridden just like in 4.x-HBase-1.4
---
 .../src/it/java/org/apache/phoenix/end2end/ParallelStatsDisabledIT.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/phoenix-core/src/it/java/org/apache/phoenix/end2end/ParallelStatsDisabledIT.java b/phoenix-core/src/it/java/org/apache/phoenix/end2end/ParallelStatsDisabledIT.java
index 561aee5..2fcc3ea 100644
--- a/phoenix-core/src/it/java/org/apache/phoenix/end2end/ParallelStatsDisabledIT.java
+++ b/phoenix-core/src/it/java/org/apache/phoenix/end2end/ParallelStatsDisabledIT.java
@@ -47,7 +47,7 @@ import static org.junit.Assert.fail;
 public abstract class ParallelStatsDisabledIT extends BaseTest {
 
     @BeforeClass
-    public static final void doSetup() throws Exception {
+    public static void doSetup() throws Exception {
         setUpTestDriver(ReadOnlyProps.EMPTY_PROPS);
     }