FlumeSpecException, InterruptedException {
// we don't care about the durability parts of the walMan, only the ack
// parts. Normally this manager would want to delete a wal file (or wal
// entries). This stubs that out to a call doesn't cause a file not found
// exception.
WALManager mockWalMan = mock(WALManager.class);
BenchmarkHarness.setupFlumeNode(null, mockWalMan, null, null, null);
FlumeNode node = FlumeNode.getInstance();
File tmpdir = FileUtil.mktempdir();
EventSource ackedmem = setupAckRoll();