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 9b79e73  [NO ISSUE][TEST] Move compression & SSL tests to new job
9b79e73 is described below

commit 9b79e739bac91737ac59c367ef698409d70fe877
Author: Michael Blow <mb...@apache.org>
AuthorDate: Thu Feb 7 09:26:11 2019 -0500

    [NO ISSUE][TEST] Move compression & SSL tests to new job
    
    Change-Id: I15510e9cba571f5e485364b1218166130ef1cf2b
    Reviewed-on: https://asterix-gerrit.ics.uci.edu/3158
    Integration-Tests: Jenkins <jenk...@fulliautomatix.ics.uci.edu>
    Reviewed-by: Michael Blow <mb...@apache.org>
    Tested-by: Michael Blow <mb...@apache.org>
    Reviewed-by: Murtadha Hubail <mhub...@apache.org>
---
 asterixdb/asterix-app/pom.xml | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/asterixdb/asterix-app/pom.xml b/asterixdb/asterix-app/pom.xml
index ba799e8..e9c45a3 100644
--- a/asterixdb/asterix-app/pom.xml
+++ b/asterixdb/asterix-app/pom.xml
@@ -287,7 +287,7 @@
     <profile>
       <id>asterix-gerrit-asterix-app</id>
       <properties>
-        
<test.excludes>**/SqlppExecutionWithCancellationTest.java,**/DmlTest.java,**/RepeatedTest.java,**/SqlppExecutionTest.java</test.excludes>
+        
<test.excludes>**/SqlppExecutionWithCancellationTest.java,**/DmlTest.java,**/RepeatedTest.java,**/SqlppExecutionTest.java,**/*Compression*Test.java,**/*Ssl*Test.java</test.excludes>
       </properties>
       <build>
         <plugins>
@@ -298,9 +298,6 @@
               <execution>
                 <id>SqlppExecutionTest</id>
                 <configuration>
-                  <includes combine.self="override">
-                    <include>**/SqlppExecutionTest.java</include>
-                  </includes>
                   <excludes combine.self="override"/>
                   <argLine>
                     -enableassertions -Xmx${test.heap.size}m
@@ -328,6 +325,14 @@
       </properties>
     </profile>
     <profile>
+      <id>asterix-gerrit-ssl-compression</id>
+      <properties>
+        
<test.includes>**/*Compression*Test.java,**/*Ssl*Test.java</test.includes>
+        <itest.includes/>
+        <failIfNoTests>false</failIfNoTests>
+      </properties>
+    </profile>
+    <profile>
       <id>asterix-gerrit-verify-asterix-app</id>
       <properties>
         <test.includes/>

Reply via email to