You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by zentol <gi...@git.apache.org> on 2018/03/19 09:43:55 UTC

[GitHub] flink pull request #5714: [FLINK-8925][tests] Enable Flip6 on travis

GitHub user zentol opened a pull request:

    https://github.com/apache/flink/pull/5714

    [FLINK-8925][tests] Enable Flip6 on travis 

    ## What is the purpose of the change
    
    This PR enables Flip6 for half of our travis profiles.
    
    ## Brief change log
    
    * add `Old` junit category 
    * mark various tests with the new category 
    * remove 2 existing flip6 profiles
    * remove `OldAndFlip6` category (implicitly applies to all tests not annotated with `Old` or `Flip6`)
    * invert flip6 profile; it now *disables* flip6 and is called `old`
    * add activation property to `old` profile
    * activate `old` profile in half of our travis profiles


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/zentol/flink 8924

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/5714.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #5714
    
----
commit 88923d3420dd8fc7a9c227cb45d020d8a38ab61d
Author: zentol <ch...@...>
Date:   2018-03-12T12:04:50Z

    [FLINK-8924][tests] Add "Old" junit category

commit 164b2ce94a1b54543810599a83b3e361358f4968
Author: zentol <ch...@...>
Date:   2018-03-12T12:05:55Z

    [FLINK-8925][tests] Enable Flip6 on travis

----


---

[GitHub] flink pull request #5714: [FLINK-8925][tests] Enable Flip6 on travis

Posted by zentol <gi...@git.apache.org>.
Github user zentol closed the pull request at:

    https://github.com/apache/flink/pull/5714


---