[
https://issues.apache.org/jira/browse/FLINK-8924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aljoscha Krettek closed FLINK-8924.
-----------------------------------
Resolution: Not A Problem
Fix Version/s: (was: 1.5.0)
This is not a problem anymore. [~Zentol] please reopen if you think it still is.
> Add @Old junit category
> -----------------------
>
> Key: FLINK-8924
> URL: https://issues.apache.org/jira/browse/FLINK-8924
> Project: Flink
> Issue Type: Improvement
> Components: Tests
> Affects Versions: 1.5.0
> Reporter: Chesnay Schepler
> Assignee: Chesnay Schepler
> Priority: Major
>
> To enable Flip6 for one of our test groups it would be beneficial to have a
> {{Old}} category to exclude tests that are irrelevant for Flip6, similar to
> the {{Flip6}} category.
> Note that in this scheme the {{OldAndFlip6}} category becomes redundant and
> is the assumed default for all tests.
> The group configuration in the parent pom would then be:
> {code}
> <!-- default property -->
> <test.excludedGroups>org.apache.flink.testutils.category.Flip6</test.excludedGroups>
> <!-- flip6 profile -->
> <test.excludedGroups>org.apache.flink.testutils.category.Old</test.excludedGroups>
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)