Package io.debezium.storage.jdbc.history
Class JdbcSchemaHistoryTest
java.lang.Object
io.debezium.storage.jdbc.history.JdbcSchemaHistoryTest
- Author:
- Ismail simsek
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static Instant(package private) static String(package private) String(package private) static String(package private) static DdlParserprotected SchemaHistory(package private) static HistoryRecord(package private) static HistoryRecord(package private) static String(package private) static Table(package private) static Table(package private) static TableChanges(package private) static TableChanges(package private) static TableId(package private) static TableId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidstatic voidvoidvoidvoid
-
Field Details
-
history
-
dbFile
String dbFile -
databaseName
-
schemaName
-
ddl
-
source
-
position
-
tableId
-
table
-
tableChanges
-
historyRecord
-
position2
-
tableId2
-
table2
-
tableChanges2
-
historyRecord2
-
ddlParser
-
currentInstant
-
-
Constructor Details
-
JdbcSchemaHistoryTest
public JdbcSchemaHistoryTest()
-
-
Method Details
-
beforeClass
public static void beforeClass() -
beforeEach
public void beforeEach() -
afterEach
- Throws:
IOException
-
shouldNotFailMultipleInitializeStorage
public void shouldNotFailMultipleInitializeStorage() -
shouldRecordChangesAndRecover
- Throws:
InterruptedException
-