[
https://issues.apache.org/jira/browse/FLINK-18970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17181900#comment-17181900
]
Stephan Ewen commented on FLINK-18970:
--------------------------------------
This distinction already exists: Files ending in "Test" are unit tests, files
ending in "ITCase" are integration tests.
> Adding Junit TestMarkers
> ------------------------
>
> Key: FLINK-18970
> URL: https://issues.apache.org/jira/browse/FLINK-18970
> Project: Flink
> Issue Type: Improvement
> Components: Test Infrastructure, Tests
> Affects Versions: 1.11.1
> Reporter: goutham
> Priority: Minor
> Fix For: 1.11.1
>
> Original Estimate: 10h
> Remaining Estimate: 10h
>
> I am planning to add Test Marker to run the Unit test and Integration test
> using markers.
> Currently, if you want to run the complete build locally it takes close to 2
> hours. Based on requirement developers can run unit tests only or just
> integration or both.
> By default, it will run all the tests.
> planning to introduce below markers
> @Tag("IntegrationTest")
> @Tag("UnitTest")
--
This message was sent by Atlassian Jira
(v8.3.4#803005)