GitHub user NicoK opened a pull request:

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

    [FLINK-7102] improve ClassLoaderITCase

    * ClassLoaderITCase unnecessarily runs multiple tests in a single test case
    * ClassLoaderITCase#testDisposeSavepointWithCustomKvState() does not cancel 
its
      job (thus the order of execution of test cases defines the outcome)
    * ClassLoaderITCase uses e.getCause().getCause() which may cause
      {{NullPointerException}}s hiding the original error

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

    $ git pull https://github.com/NicoK/flink flink-7102

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

    https://github.com/apache/flink/pull/4255.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 #4255
    
----
commit 87f28e5d972d33c82f44c05ab62743cb614e5239
Author: Nico Kruber <n...@data-artisans.com>
Date:   2017-07-04T11:49:55Z

    [FLINK-7102] improve ClassLoaderITCase
    
    * ClassLoaderITCase unnecessarily runs multiple tests in a single test case
    * ClassLoaderITCase#testDisposeSavepointWithCustomKvState() does not cancel 
its
      job (thus the order of execution of test cases defines the outcome)
    * ClassLoaderITCase uses e.getCause().getCause() which may cause
      {{NullPointerException}}s hiding the original error

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to