public class LogMinerHelperTest extends Object
| Modifier and Type | Field and Description |
|---|---|
private io.debezium.connector.oracle.OracleConnection |
connection |
private int |
current |
private String[][] |
mockRows |
| Constructor and Description |
|---|
LogMinerHelperTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
archiveExcludeLogsBeforeOffsetScn() |
void |
archiveLogsWithRegularScns() |
void |
archiveLogsWithVeryLargeScnAreSupported() |
void |
archiveNullsHandledAsMaxScn() |
void |
beforeEach() |
void |
canHandleMaxScn() |
void |
excludeLogsBeforeOffsetScn() |
private static io.debezium.connector.oracle.Scn |
getLogFileNextScnByName(List<io.debezium.connector.oracle.logminer.LogFile> logs,
String name) |
void |
logsWithRegularScns() |
void |
logsWithVeryLargeScnAreSupported() |
void |
nullsHandledAsMaxScn() |
private io.debezium.connector.oracle.OracleConnection connection
private int current
private String[][] mockRows
public void excludeLogsBeforeOffsetScn()
throws Exception
Exceptionpublic void logsWithVeryLargeScnAreSupported()
throws Exception
Exceptionpublic void archiveLogsWithRegularScns()
throws Exception
Exceptionpublic void archiveExcludeLogsBeforeOffsetScn()
throws Exception
Exceptionpublic void archiveNullsHandledAsMaxScn()
throws Exception
Exceptionpublic void archiveLogsWithVeryLargeScnAreSupported()
throws Exception
ExceptionCopyright © 2021 JBoss by Red Hat. All rights reserved.