You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2020/01/30 17:43:58 UTC

[GitHub] [flink] zentol commented on a change in pull request #10954: [FLINK-15785][travis][e2e] Rework E2E test activations

zentol commented on a change in pull request #10954: [FLINK-15785][travis][e2e] Rework E2E test activations
URL: https://github.com/apache/flink/pull/10954#discussion_r373096066
 
 

 ##########
 File path: flink-end-to-end-tests/pom.xml
 ##########
 @@ -35,8 +35,19 @@ under the License.
 	<name>flink-end-to-end-tests</name>
 
 	<properties>
-		<includeE2E>org.apache.flink.tests.util.categories.Dummy</includeE2E>
-		<excludeE2E></excludeE2E>
+		<includeE2E/> <!-- keep this empty -->
+		<excludeE2E/> <!-- keep this empty -->
+		<!-- functions as a global exclude; required since an empty set of included groups implicitly includes all -->
+		<includeE2E.default>org.apache.flink.tests.util.categories.Dummy</includeE2E.default>
+		<!-- default inclusions / exclusions -->
+		<e2e.include.org.apache.flink.tests.util.categories.TravisGroup1>false</e2e.include.org.apache.flink.tests.util.categories.TravisGroup1>
+		<e2e.include.org.apache.flink.tests.util.categories.TravisGroup2>false</e2e.include.org.apache.flink.tests.util.categories.TravisGroup2>
+		<e2e.include.org.apache.flink.tests.util.categories.TravisGroup3>false</e2e.include.org.apache.flink.tests.util.categories.TravisGroup3>
+		<e2e.include.org.apache.flink.tests.util.categories.TravisGroup4>false</e2e.include.org.apache.flink.tests.util.categories.TravisGroup4>
+		<e2e.include.org.apache.flink.tests.util.categories.TravisGroup5>false</e2e.include.org.apache.flink.tests.util.categories.TravisGroup5>
+		<e2e.include.org.apache.flink.tests.util.categories.TravisGroup6>false</e2e.include.org.apache.flink.tests.util.categories.TravisGroup6>
+		<e2e.exclude.org.apache.flink.tests.util.categories.Hadoop>true</e2e.exclude.org.apache.flink.tests.util.categories.Hadoop>
+		<e2e.exclude.org.apache.flink.testutils.junit.FailsOnJava11>true</e2e.exclude.org.apache.flink.testutils.junit.FailsOnJava11>
 
 Review comment:
   we can. technically it's not necessary, but it's a good idea to do so for clarity.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services