You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by TisonKun <gi...@git.apache.org> on 2018/07/25 08:13:22 UTC

[GitHub] flink pull request #6414: [hotfix] Enrich exception message

GitHub user TisonKun opened a pull request:

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

    [hotfix] Enrich exception message

    ## What is the purpose of the change
    
    There is a time I got fail on ExecutionGraphTestUtils#waitUntilJobStatus, it throws `TimeoutException` without detailed message. I'd like to throw with the status excepted and what it actually is.
    
    ## Brief change log
    
    Trivial work.


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

    $ git pull https://github.com/TisonKun/flink patch-1

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

    https://github.com/apache/flink/pull/6414.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 #6414
    
----
commit df17b34fd94cb89fa8073508ea920991c2f17134
Author: 陈梓立 <wa...@...>
Date:   2018-07-25T08:11:06Z

    [hotfix] Enrich exception message

----


---

[GitHub] flink pull request #6414: [hotfix] Enrich exception message

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

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


---

[GitHub] flink issue #6414: [hotfix] Enrich exception message

Posted by TisonKun <gi...@git.apache.org>.
Github user TisonKun commented on the issue:

    https://github.com/apache/flink/pull/6414
  
    cc @zentol 


---