You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Nico Kruber (JIRA)" <ji...@apache.org> on 2017/07/04 15:50:00 UTC

[jira] [Created] (FLINK-7102) improve ClassLoaderITCase

Nico Kruber created FLINK-7102:
----------------------------------

             Summary: improve ClassLoaderITCase
                 Key: FLINK-7102
                 URL: https://issues.apache.org/jira/browse/FLINK-7102
             Project: Flink
          Issue Type: Bug
          Components: Tests
    Affects Versions: 1.4.0
            Reporter: Nico Kruber
            Assignee: Nico Kruber


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



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)