You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Rajini Sivaram (JIRA)" <ji...@apache.org> on 2019/03/17 15:47:00 UTC

[jira] [Created] (KAFKA-8118) Ensure that tests close ZooKeeper clients since they can impact subsequent tests

Rajini Sivaram created KAFKA-8118:
-------------------------------------

             Summary: Ensure that tests close ZooKeeper clients since they can impact subsequent tests
                 Key: KAFKA-8118
                 URL: https://issues.apache.org/jira/browse/KAFKA-8118
             Project: Kafka
          Issue Type: Test
          Components: core
            Reporter: Rajini Sivaram
            Assignee: Rajini Sivaram
             Fix For: 2.3.0, 2.2.1


A while ago, we added a check to verify that tests are closing ZooKeeper clients in ZooKeeperTestHarness since left over clients can impact subsequent tests (e.g by overwriting static JAAS configuration). But we have changed the ZK client since then and hence the thread name being verified is no longer correct. As a result, we have tests that are leaving ZK clients behind and we need to fix that (as well as the incorrect verification).



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