>From Ian Maxon <[email protected]>:
Ian Maxon has uploaded this change for review. (
https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/19375 )
Change subject: [NO ISSUE][*DB] Fix test inclusion/exclusion regexes
......................................................................
[NO ISSUE][*DB] Fix test inclusion/exclusion regexes
Ext-Ref: MB-65056
Change-Id: I554cff7048046d29606e966dc2bafac47304bb1b
---
M asterixdb/asterix-app/pom.xml
1 file changed, 11 insertions(+), 5 deletions(-)
git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb
refs/changes/75/19375/1
diff --git a/asterixdb/asterix-app/pom.xml b/asterixdb/asterix-app/pom.xml
index dab6007..c8515da 100644
--- a/asterixdb/asterix-app/pom.xml
+++ b/asterixdb/asterix-app/pom.xml
@@ -497,7 +497,6 @@
<id>asterix-gerrit-asterix-app-sql-execution</id>
<properties>
<test.includes>**/SqlppProfiledExecutionTest.java,**/SqlppExecutionTest.java</test.includes>
- <test.excludes>**/*.java</test.excludes>
<itest.includes>
**/SqlppExecution*IT.java,**/ExternalPythonFunctionIT.java,**/CloudPythonTest.java
</itest.includes>
@@ -507,7 +506,6 @@
<profile>
<id>asterix-gerrit-asterix-app-sql-rqg</id>
<properties>
- <test.excludes>**/*.java</test.excludes>
<test.includes>**/*RQG*.java, **/*RQJ*.java</test.includes>
<itest.includes>**/SqlppRQG*IT.java</itest.includes>
<failIfNoTests>false</failIfNoTests>
@@ -536,7 +534,6 @@
<id>asterix-gerrit-rebalance-cancellation</id>
<properties>
<test.excludes>**/*.java</test.excludes>
- <test.includes>**/RebalanceWithCancellationIT.java</test.includes>
<itest.includes>**/RebalanceWithCancellationIT.java</itest.includes>
<failIfNoTests>false</failIfNoTests>
</properties>
@@ -544,7 +541,6 @@
<profile>
<id>asterix-gerrit-cloud-tests</id>
<properties>
- <test.excludes>**/*.java</test.excludes>
<test.includes>
**/CloudStorageTest.java, **/CloudStorageUnstableTest.java,
**/SqlppSinglePointLookupExecutionTest.java, **/AwsS3*.java
@@ -555,7 +551,6 @@
<profile>
<id>asterix-gerrit-cloud-nons3-tests</id>
<properties>
- <test.excludes>**/*.java</test.excludes>
<test.includes>
**/CloudStorageGCSTest.java,
**/CloudStorageAzTest.java,**/AzureBlobStorageExternalDatasetTest.java,
**/AzureBlobStorageExternalDatasetOnePartitionTest.java,
**/*SqlppHdfs*.java
--
To view, visit https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/19375
To unsubscribe, or for help writing mail filters, visit
https://asterix-gerrit.ics.uci.edu/settings
Gerrit-Project: asterixdb
Gerrit-Branch: master
Gerrit-Change-Id: I554cff7048046d29606e966dc2bafac47304bb1b
Gerrit-Change-Number: 19375
Gerrit-PatchSet: 1
Gerrit-Owner: Ian Maxon <[email protected]>
Gerrit-MessageType: newchange