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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3be5c45  [NO ISSUE] Fix test suite profiles
3be5c45 is described below

commit 3be5c4591a43d251e5e51cea0ad6064580192981
Author: Michael Blow <mb...@apache.org>
AuthorDate: Thu Feb 14 16:13:46 2019 -0500

    [NO ISSUE] Fix test suite profiles
    
    Change-Id: Ibe3da546a2f32b3945bf051b9cd89e8c6b6cbf35
    Reviewed-on: https://asterix-gerrit.ics.uci.edu/3203
    Reviewed-by: Murtadha Hubail <mhub...@apache.org>
    Integration-Tests: Murtadha Hubail <mhub...@apache.org>
    Tested-by: Michael Blow <mb...@apache.org>
---
 asterixdb/asterix-app/pom.xml | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/asterixdb/asterix-app/pom.xml b/asterixdb/asterix-app/pom.xml
index e9c45a3..77e31c0 100644
--- a/asterixdb/asterix-app/pom.xml
+++ b/asterixdb/asterix-app/pom.xml
@@ -288,6 +288,7 @@
       <id>asterix-gerrit-asterix-app</id>
       <properties>
         
<test.excludes>**/SqlppExecutionWithCancellationTest.java,**/DmlTest.java,**/RepeatedTest.java,**/SqlppExecutionTest.java,**/*Compression*Test.java,**/*Ssl*Test.java</test.excludes>
+        <itest.excludes>**/*.java</itest.excludes>
       </properties>
       <build>
         <plugins>
@@ -319,7 +320,7 @@
     <profile>
       <id>asterix-gerrit-asterix-app-sql-execution</id>
       <properties>
-        <test.includes/>
+        <test.excludes>**/*.java</test.excludes>
         <itest.includes>**/SqlppExecution*IT.java</itest.includes>
         <failIfNoTests>false</failIfNoTests>
       </properties>
@@ -328,14 +329,14 @@
       <id>asterix-gerrit-ssl-compression</id>
       <properties>
         
<test.includes>**/*Compression*Test.java,**/*Ssl*Test.java</test.includes>
-        <itest.includes/>
+        <itest.excludes>**/*.java</itest.excludes>
         <failIfNoTests>false</failIfNoTests>
       </properties>
     </profile>
     <profile>
       <id>asterix-gerrit-verify-asterix-app</id>
       <properties>
-        <test.includes/>
+        <test.excludes>**/*.java</test.excludes>
         
<itest.excludes>**/SqlppExecution*IT.java,**/RebalanceWithCancellationIT.java</itest.excludes>
         <failIfNoTests>false</failIfNoTests>
       </properties>
@@ -343,7 +344,9 @@
     <profile>
       <id>asterix-gerrit-rebalance-cancellation</id>
       <properties>
-        <test.includes>**/RebalanceWithCancellationIT.java</test.includes>
+        <test.excludes>**/*.java</test.excludes>
+        <itest.includes>**/RebalanceWithCancellationIT.java</itest.includes>
+        <failIfNoTests>false</failIfNoTests>
       </properties>
     </profile>
   </profiles>

Reply via email to