goutham created FLINK-18970:
-------------------------------
Summary: 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
Fix For: 1.11.1
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)