public class SnapshotReaderIT extends Object
| Modifier and Type | Field and Description |
|---|---|
private CountDownLatch |
completed |
private Configuration |
config |
private io.debezium.connector.mysql.MySqlTaskContext |
context |
private static Path |
DB_HISTORY_PATH |
private static String |
DB_NAME |
private static String |
LOGICAL_NAME |
private io.debezium.connector.mysql.SnapshotReader |
reader |
| Constructor and Description |
|---|
SnapshotReaderIT() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterEach() |
void |
beforeEach() |
void |
shouldCreateSnapshotOfSingleDatabase() |
void |
shouldCreateSnapshotOfSingleDatabaseUsingReadEvents() |
void |
shouldCreateSnapshotOfSingleDatabaseWithSchemaChanges() |
protected Configuration.Builder |
simpleConfig() |
private static final Path DB_HISTORY_PATH
private static final String DB_NAME
private static final String LOGICAL_NAME
private Configuration config
private io.debezium.connector.mysql.MySqlTaskContext context
private io.debezium.connector.mysql.SnapshotReader reader
private CountDownLatch completed
public void beforeEach()
public void afterEach()
protected Configuration.Builder simpleConfig()
public void shouldCreateSnapshotOfSingleDatabase()
throws Exception
Exceptionpublic void shouldCreateSnapshotOfSingleDatabaseUsingReadEvents()
throws Exception
ExceptionCopyright © 2016 JBoss by Red Hat. All rights reserved.