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

[jira] [Commented] (FLINK-8925) Activate flip6 on travis

    [ https://issues.apache.org/jira/browse/FLINK-8925?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16404557#comment-16404557 ] 

ASF GitHub Bot commented on FLINK-8925:
---------------------------------------

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

----


> Activate flip6 on travis
> ------------------------
>
>                 Key: FLINK-8925
>                 URL: https://issues.apache.org/jira/browse/FLINK-8925
>             Project: Flink
>          Issue Type: Improvement
>          Components: Travis
>    Affects Versions: 1.5.0
>            Reporter: Chesnay Schepler
>            Assignee: Chesnay Schepler
>            Priority: Blocker
>             Fix For: 1.5.0
>
>
> For proper CI we should activate flip6 on half of our travis builds, so that all tests are run once against old/flip6 clusters.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)