Details
Description
The mini cluster is unnecessarily running with durable edit logs. The following change cut runtime of a single test from ~30s to ~10s.
EditLogFileOutputStream.setShouldSkipFsyncForTesting(true);
The mini cluster should default to this behavior after identifying the few edit log tests that probably depend on durable logs.