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 2018/07/05 14:06:00 UTC

[jira] [Created] (FLINK-9766) Incomplete/incorrect cleanup in RemoteInputChannelTest

Nico Kruber created FLINK-9766:
----------------------------------

             Summary: Incomplete/incorrect cleanup in RemoteInputChannelTest
                 Key: FLINK-9766
                 URL: https://issues.apache.org/jira/browse/FLINK-9766
             Project: Flink
          Issue Type: Bug
          Components: Network, Tests
    Affects Versions: 1.4.2, 1.4.1, 1.5.0, 1.4.0, 1.5.1
            Reporter: Nico Kruber
            Assignee: Nico Kruber
             Fix For: 1.6.0, 1.5.2


If an assertion in the tests fails and as a result the cleanup code wrapped into a {{finally}} block also fails, in most tests the original assertion was swallowed making it hard to debug
in the successful case.
Furthermore, {{testConcurrentRecycleAndRelease2()}} does even not clean up at all.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)