Github user leventov commented on a diff in the pull request:
https://github.com/apache/zookeeper/pull/490#discussion_r175569277
--- 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 --
Because it's called from test bodies directly. I've fixed that by making
the methods private instead of adding suppression.---
