Michael Blow has uploaded a new change for review.
https://asterix-gerrit.ics.uci.edu/3158
Change subject: [NO ISSUE][TEST] Move compression & SSL tests to new job
......................................................................
[NO ISSUE][TEST] Move compression & SSL tests to new job
Change-Id: I15510e9cba571f5e485364b1218166130ef1cf2b
---
M asterixdb/asterix-app/pom.xml
1 file changed, 9 insertions(+), 4 deletions(-)
git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb
refs/changes/58/3158/1
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/>
--
To view, visit https://asterix-gerrit.ics.uci.edu/3158
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I15510e9cba571f5e485364b1218166130ef1cf2b
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: master
Gerrit-Owner: Michael Blow <[email protected]>