Class AbstractDatabaseHistoryTest

java.lang.Object
io.debezium.relational.history.AbstractDatabaseHistoryTest
Direct Known Subclasses:
FileDatabaseHistoryTest, MemoryDatabaseHistoryTest

public abstract class AbstractDatabaseHistoryTest extends Object
Author:
Randall Hauch
  • Field Details

  • Constructor Details

    • AbstractDatabaseHistoryTest

      public AbstractDatabaseHistoryTest()
  • Method Details

    • beforeEach

      public void beforeEach()
    • afterEach

      public void afterEach()
    • createHistory

      protected abstract DatabaseHistory createHistory()
    • server

      protected Map<String,Object> server(String serverName)
    • position

      protected Map<String,Object> position(String filename, long position, int entry)
    • record

      protected void record(long pos, int entry, String ddl, Tables... update)
    • recover

      protected Tables recover(long pos, int entry)
    • shouldRecordChangesAndRecoverToVariousPoints

      public void shouldRecordChangesAndRecoverToVariousPoints()