Github user anmolnar commented on a diff in the pull request:
https://github.com/apache/zookeeper/pull/490#discussion_r175718970
--- 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 --
Wow, that's crazy. We must fix this sometime.
Do you think it could fit into this PR?---
