Github user phunt commented on a diff in the pull request:
https://github.com/apache/zookeeper/pull/420#discussion_r153592393
--- Diff: src/java/test/org/apache/zookeeper/test/LoadFromLogTest.java ---
@@ -413,20 +240,10 @@ public void testRestore() throws Exception {
*/
@Test
public void testRestoreWithTransactionErrors() 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...
---