You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Aljoscha Krettek (JIRA)" <ji...@apache.org> on 2018/04/30 09:00:00 UTC

[jira] [Closed] (FLINK-8924) Add @Old junit category

     [ 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)