Michael Blow has uploaded a new change for review.
https://asterix-gerrit.ics.uci.edu/3196
Change subject: [NO ISSUE][TEST] rebalance jenkins test distribution
......................................................................
[NO ISSUE][TEST] rebalance jenkins test distribution
Change-Id: I81bbe02695d4534116ddd6bf3f36b8b5a4977a62
---
M asterixdb/asterix-app/pom.xml
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb
refs/changes/96/3196/1
diff --git a/asterixdb/asterix-app/pom.xml b/asterixdb/asterix-app/pom.xml
index 4cec16a..8ef9c45 100644
--- a/asterixdb/asterix-app/pom.xml
+++ b/asterixdb/asterix-app/pom.xml
@@ -286,7 +286,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,**/AqlExecutionTest.java</test.excludes>
</properties>
<build>
<plugins>
@@ -329,7 +329,7 @@
<profile>
<id>asterix-gerrit-verify-asterix-app</id>
<properties>
- <test.includes/>
+ <test.includes>**/AqlExecutionTest.java</test.includes>
<itest.excludes>**/SqlppExecution*IT.java,**/RebalanceWithCancellationIT.java</itest.excludes>
<failIfNoTests>false</failIfNoTests>
</properties>
--
To view, visit https://asterix-gerrit.ics.uci.edu/3196
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I81bbe02695d4534116ddd6bf3f36b8b5a4977a62
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: stabilization-f69489
Gerrit-Owner: Michael Blow <[email protected]>