public final class BackwardsCompatibilityJournalGenerator
extends Object
Generates journals for consumption by the BackwardsCompatibilityIntegrationTest.
This class
1. starts a new cluster
2. runs all the test operations listed in OPS
3. takes a journal backup at stores it to src/test/resources/old_journals
4. stops the cluster
5. copies the journal to src/test/resources/old_journals
Later, BackwardsCompatibilityIntegrationTest will start clusters from the backups and copies
in old_journals, and validate that the operations' checks pass.