Michael Blow has submitted this change and it was merged. 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 Reviewed-on: https://asterix-gerrit.ics.uci.edu/3158 Integration-Tests: Jenkins <[email protected]> Reviewed-by: Michael Blow <[email protected]> Tested-by: Michael Blow <[email protected]> Reviewed-by: Murtadha Hubail <[email protected]> --- M asterixdb/asterix-app/pom.xml 1 file changed, 9 insertions(+), 4 deletions(-) Approvals: Anon. E. Moose #1000171: Jenkins: Verified Michael Blow: Looks good to me, approved; Verified Murtadha Hubail: Looks good to me, approved 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: merged Gerrit-Change-Id: I15510e9cba571f5e485364b1218166130ef1cf2b Gerrit-PatchSet: 2 Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Owner: Michael Blow <[email protected]> Gerrit-Reviewer: Anon. E. Moose #1000171 Gerrit-Reviewer: Jenkins <[email protected]> Gerrit-Reviewer: Michael Blow <[email protected]> Gerrit-Reviewer: Murtadha Hubail <[email protected]>
