Github user afine commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/450#discussion_r163472195 --- Diff: src/java/test/org/apache/zookeeper/server/persistence/FileTxnSnapLogTest.java --- @@ -159,4 +159,222 @@ public void onTxnLoaded(TxnHeader hdr, Record rec) { } } } + + @Test --- End diff -- there is a lot of code duplication in these tests, i'm wondering if they can be cleaned up.
---