Michael Blow has submitted this change and it was merged. Change subject: [NO ISSUE][TEST] rebalance jenkins test distribution ......................................................................
[NO ISSUE][TEST] rebalance jenkins test distribution Change-Id: I81bbe02695d4534116ddd6bf3f36b8b5a4977a62 Reviewed-on: https://asterix-gerrit.ics.uci.edu/3196 Sonar-Qube: Jenkins <[email protected]> Tested-by: Jenkins <[email protected]> Reviewed-by: Michael Blow <[email protected]> --- M asterixdb/asterix-app/pom.xml 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: Jenkins: Verified; No violations found Michael Blow: Looks good to me, approved Objections: Anon. E. Moose #1000171: Violations found 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: merged Gerrit-Change-Id: I81bbe02695d4534116ddd6bf3f36b8b5a4977a62 Gerrit-PatchSet: 2 Gerrit-Project: asterixdb Gerrit-Branch: stabilization-f69489 Gerrit-Owner: Michael Blow <[email protected]> Gerrit-Reviewer: Anon. E. Moose #1000171 Gerrit-Reviewer: Jenkins <[email protected]> Gerrit-Reviewer: Michael Blow <[email protected]>
