Github user phunt commented on a diff in the pull request:
https://github.com/apache/zookeeper/pull/420#discussion_r153592079
--- Diff: src/java/test/org/apache/zookeeper/test/LoadFromLogTest.java ---
@@ -332,20 +173,10 @@ public void testPad() throws Exception {
*/
@Test
public void testRestore() throws Exception {
- final String hostPort = HOST + PortAssignment.unique();
- // setup a single server cluster
- File tmpDir = ClientBase.createTmpDir();
- ClientBase.setupTestEnv();
- ZooKeeperServer zks = new ZooKeeperServer(tmpDir, tmpDir, 3000);
SyncRequestProcessor.setSnapCount(10000);
--- End diff --
Same issue here...
---