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 2015/09/23 13:33:04 UTC

[jira] [Commented] (FLINK-2746) Add RetryOnException annotation for tests

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

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

GitHub user StephanEwen opened a pull request:

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

    [FLINK-2746] [tests] Add RetryOnException annotation for tests

    This follows the same pattern as `RetryOnFailure`, but does it only for specific exceptions.

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

    $ git pull https://github.com/StephanEwen/incubator-flink retryOnException

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

    https://github.com/apache/flink/pull/1171.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 #1171
    
----
commit 04339c7458c38d1e2bed480d4fe8e18dbb69bc95
Author: Stephan Ewen <se...@apache.org>
Date:   2015-09-23T11:28:16Z

    [FLINK-2746] [tests] Add RetryOnException annotation for tests

----


> Add RetryOnException annotation for tests
> -----------------------------------------
>
>                 Key: FLINK-2746
>                 URL: https://issues.apache.org/jira/browse/FLINK-2746
>             Project: Flink
>          Issue Type: Improvement
>          Components: Tests
>    Affects Versions: 0.10
>            Reporter: Stephan Ewen
>            Assignee: Stephan Ewen
>             Fix For: 0.10
>
>
> Similar to the RetryOnFailure, I want to add a RetryOnException annotation which only retries tests in a specific exception...



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)