Chesnay Schepler created FLINK-8924: ---------------------------------------
Summary: 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 Fix For: 1.5.0 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)