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

larsh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/master by this push:
     new cb6c388  PHOENIX-5347 Turn ChunkedResultIteratorTest and 
CoprocessorHConnectionTableFactoryTest into ITs.
cb6c388 is described below

commit cb6c388a0055f63dc070d603996634267ed0039d
Author: Lars Hofhansl <[email protected]>
AuthorDate: Sat Jun 15 15:47:01 2019 -0700

    PHOENIX-5347 Turn ChunkedResultIteratorTest and 
CoprocessorHConnectionTableFactoryTest into ITs.
---
 .../java/org/apache/phoenix/iterate/ChunkedResultIteratorIT.java}     | 2 +-
 .../apache/phoenix/util/CoprocessorHConnectionTableFactoryIT.java}    | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/phoenix-core/src/test/java/org/apache/phoenix/iterate/ChunkedResultIteratorTest.java
 
b/phoenix-core/src/it/java/org/apache/phoenix/iterate/ChunkedResultIteratorIT.java
similarity index 99%
rename from 
phoenix-core/src/test/java/org/apache/phoenix/iterate/ChunkedResultIteratorTest.java
rename to 
phoenix-core/src/it/java/org/apache/phoenix/iterate/ChunkedResultIteratorIT.java
index 18402f0..4a59844 100644
--- 
a/phoenix-core/src/test/java/org/apache/phoenix/iterate/ChunkedResultIteratorTest.java
+++ 
b/phoenix-core/src/it/java/org/apache/phoenix/iterate/ChunkedResultIteratorIT.java
@@ -39,7 +39,7 @@ import org.apache.phoenix.schema.TableRef;
 import org.junit.Assert;
 import org.junit.Test;
 
-@SuppressWarnings("deprecated") public class ChunkedResultIteratorTest
+@SuppressWarnings("deprecated") public class ChunkedResultIteratorIT
         extends ParallelStatsDisabledIT {
 
     @Test
diff --git 
a/phoenix-core/src/test/java/org/apache/phoenix/util/CoprocessorHConnectionTableFactoryTest.java
 
b/phoenix-core/src/it/java/org/apache/phoenix/util/CoprocessorHConnectionTableFactoryIT.java
similarity index 97%
rename from 
phoenix-core/src/test/java/org/apache/phoenix/util/CoprocessorHConnectionTableFactoryTest.java
rename to 
phoenix-core/src/it/java/org/apache/phoenix/util/CoprocessorHConnectionTableFactoryIT.java
index f3f189c..cd8c3d4 100644
--- 
a/phoenix-core/src/test/java/org/apache/phoenix/util/CoprocessorHConnectionTableFactoryTest.java
+++ 
b/phoenix-core/src/it/java/org/apache/phoenix/util/CoprocessorHConnectionTableFactoryIT.java
@@ -37,10 +37,10 @@ import org.slf4j.LoggerFactory;
  * This test is wrt to https://issues.apache.org/jira/browse/PHOENIX-4993.Test 
checks region
  * close should not close the shared connections
  */
-public class CoprocessorHConnectionTableFactoryTest extends 
BaseUniqueNamesOwnClusterIT {
+public class CoprocessorHConnectionTableFactoryIT extends 
BaseUniqueNamesOwnClusterIT {
   private static String ORG_PREFIX = "ORG";
   private static final Logger LOGGER =
-          
LoggerFactory.getLogger(CoprocessorHConnectionTableFactoryTest.class);
+          LoggerFactory.getLogger(CoprocessorHConnectionTableFactoryIT.class);
 
   @BeforeClass
   public static final void doSetup() throws Exception {

Reply via email to