GitHub user zentol opened a pull request:

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

    [FLINK-8961][tests] Port JobRetrievalITCase to flip6 

    ## What is the purpose of the change
    
    This PR ports the `JobRetrievalITCase` to flip6. The existing test was 
renamed to `LegacyJobRetrievalITCase`, and a ported copy was added.
    
    The job retrieval works differently hence why we had to explicitly split 
the tests.
    
    ## Brief change log
    
    * add utility method to `ExceptionUtils` for finding a `Throwable` matching 
a `Predicate`
    * rename `JobRetrievalITCase` to `LegacyJobRetrievalITCase`
    * add ported `JobRetrievalITCase`

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

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

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

    https://github.com/apache/flink/pull/5730.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 #5730
    
----
commit 359e4dde8b31b3e27992d2ad40d17e4e13994f9b
Author: zentol <chesnay@...>
Date:   2018-03-20T10:38:24Z

    [hotfix][utils] Add ExceptionUtils#findThrowable with predicate

commit 94f6d48ab7bd5be42f8997e5894cbb820297402f
Author: zentol <chesnay@...>
Date:   2018-03-20T14:19:47Z

    [FLINK-8961][tests] Port JobRetrievalITCase to flip6

----


---

Reply via email to