You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@curator.apache.org by "Jordan Zimmerman (JIRA)" <ji...@apache.org> on 2019/01/07 21:39:00 UTC

[jira] [Created] (CURATOR-501) TestRemoveWatches has expectedExceptions list with ZK 3.5 only class

Jordan Zimmerman created CURATOR-501:
----------------------------------------

             Summary: TestRemoveWatches has expectedExceptions list with ZK 3.5 only class
                 Key: CURATOR-501
                 URL: https://issues.apache.org/jira/browse/CURATOR-501
             Project: Apache Curator
          Issue Type: Improvement
          Components: Tests
    Affects Versions: 4.1.0
            Reporter: Jordan Zimmerman
             Fix For: 4.1.1


{{TestRemoveWatches.testRemoveUnregisteredWatcher}} is defined with the TestNG annotation of {{@Test(expectedExceptions=KeeperException.NoWatcherException.class)}}. When this is run by "curator-test-zk34" using ZooKeeper 3.4.x it results in a deeply nested {{TypeNotPresentExceptionProxy}} as {{NoWatcherException}} doesn't exist in ZK 3.4. The test should be re-written to avoid this issue.



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