Github user anmolnar commented on a diff in the pull request:

    https://github.com/apache/zookeeper/pull/490#discussion_r175416374
  
    --- Diff: src/java/test/org/apache/zookeeper/test/AsyncHammerTest.java ---
    @@ -61,6 +61,7 @@ protected void restart() throws Exception {
             qb.startServers();
         }
     
    +    @SuppressWarnings("JUnit4TearDownNotRun")
    --- End diff --
    
    Why not annotate with After instead?
    Does it break any test?


---

Reply via email to