public class MySqlConnectorRegressionIT extends AbstractConnectorTest
AbstractConnectorTest.SourceRecordsTesting.Debug, Testing.Files, Testing.InterruptableFunction, Testing.Network, Testing.Print, Testing.Timer| Modifier and Type | Field and Description |
|---|---|
private static TemporalAdjuster |
ADJUSTER |
private Configuration |
config |
private UniqueDatabase |
DATABASE |
private static Path |
DB_HISTORY_PATH |
engine, logger, logTestName, NO_MONITORED_TABLES_WARNING, OFFSET_STORE_PATH, pollTimeoutInMs, skipTestRule| Constructor and Description |
|---|
MySqlConnectorRegressionIT() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterEach() |
private void |
assertTimestamp(String c4) |
void |
beforeEach() |
void |
shouldConsumeAllEventsFromDatabaseUsingBinlogAndNoSnapshot() |
void |
shouldConsumeAllEventsFromDatabaseUsingBinlogAndNoSnapshotAndConnectTimesTypes() |
void |
shouldConsumeAllEventsFromDatabaseUsingSnapshot() |
void |
shouldConsumeAllEventsFromDecimalTableInDatabaseUsingBinlogAndNoSnapshot() |
void |
shouldConsumeDatesCorrectlyWhenClientTimezonePrecedesServerTimezoneUsingSnapshot() |
void |
shouldConsumeDecimalAsStringFromBinlog() |
void |
shouldConsumeDecimalAsStringFromSnapshot() |
private Duration |
toDuration(String duration) |
assertConfigurationErrors, assertConfigurationErrors, assertConfigurationErrors, assertConnectorIsRunning, assertConnectorNotRunning, assertDelete, assertEngineIsRunning, assertHasNoSourceQuery, assertInsert, assertKey, assertNoConfigurationErrors, assertNoRecordsToConsume, assertOffset, assertOffset, assertSchemaMatchesStruct, assertSchemaMatchesStruct, assertSourceQuery, assertTombstone, assertTombstone, assertUpdate, assertValueField, configValue, consumeAvailableRecords, consumeRecord, consumeRecords, consumeRecords, consumeRecords, consumeRecordsByTopic, consumeRecordsByTopic, consumeRecordsByTopic, debug, getMaximumEnqueuedRecordCount, getSnapshotMetricsObjectName, getStreamingMetricsObjectName, getStreamingMetricsObjectName, initializeConnectorTestFramework, loggingCompletion, print, readLastCommittedOffset, readLastCommittedOffsets, setConsumeTimeout, start, start, start, start, stopConnector, stopConnector, validate, waitForAvailableRecords, waitForSnapshotToBeCompleted, waitForStreamingRunning, waitForStreamingRunningclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdebug, once, once, print, print, printError, printError, printError, resetBeforeEachTest, time, timeprivate static final Path DB_HISTORY_PATH
private final UniqueDatabase DATABASE
private static final TemporalAdjuster ADJUSTER
private Configuration config
public void beforeEach()
public void afterEach()
@FixFor(value="DBZ-61") public void shouldConsumeAllEventsFromDatabaseUsingBinlogAndNoSnapshot() throws SQLException, InterruptedException
SQLExceptionInterruptedException@FixFor(value="DBZ-61") public void shouldConsumeAllEventsFromDatabaseUsingBinlogAndNoSnapshotAndConnectTimesTypes() throws SQLException, InterruptedException
SQLExceptionInterruptedExceptionpublic void shouldConsumeAllEventsFromDatabaseUsingSnapshot()
throws SQLException,
InterruptedException
SQLExceptionInterruptedExceptionpublic void shouldConsumeDatesCorrectlyWhenClientTimezonePrecedesServerTimezoneUsingSnapshot()
throws SQLException,
InterruptedException
SQLExceptionInterruptedException@FixFor(value="DBZ-147") public void shouldConsumeAllEventsFromDecimalTableInDatabaseUsingBinlogAndNoSnapshot() throws SQLException, InterruptedException
SQLExceptionInterruptedException@FixFor(value="DBZ-611") public void shouldConsumeDecimalAsStringFromBinlog() throws SQLException, InterruptedException
SQLExceptionInterruptedException@FixFor(value="DBZ-611") public void shouldConsumeDecimalAsStringFromSnapshot() throws SQLException, InterruptedException
SQLExceptionInterruptedExceptionprivate void assertTimestamp(String c4)
Copyright © 2020 JBoss by Red Hat. All rights reserved.