public class MySqlDatabaseHistoryIT extends AbstractConnectorTest
AbstractConnectorTest.SourceRecordsTesting.Debug, Testing.Files, Testing.InterruptableFunction, Testing.Network, Testing.Print, Testing.Timer| Modifier and Type | Field and Description |
|---|---|
private Configuration |
config |
private UniqueDatabase |
DATABASE |
private static Path |
DB_HISTORY_PATH |
private static int |
TABLE_COUNT |
engine, logger, logTestName, OFFSET_STORE_PATH, pollTimeoutInMs, skipTestRule| Constructor and Description |
|---|
MySqlDatabaseHistoryIT() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterEach() |
private void |
assertDdls(AbstractConnectorTest.SourceRecords records) |
void |
beforeEach() |
private String |
getDdl(List<org.apache.kafka.connect.source.SourceRecord> schemaChanges,
int index) |
void |
shouldStoreAlterRename() |
void |
shouldStoreMultipleRenames() |
void |
shouldStoreSingleRename() |
void |
shouldUseQuotedNameInDrop() |
assertBeginTransaction, assertConfigurationErrors, assertConfigurationErrors, assertConfigurationErrors, assertConnectorIsRunning, assertConnectorNotRunning, assertDelete, assertEndTransaction, assertEngineIsRunning, assertHasNoSourceQuery, assertInsert, assertKey, assertNoConfigurationErrors, assertNoRecordsToConsume, assertOffset, assertOffset, assertOnlyTransactionRecordsToConsume, assertRecordTransactionMetadata, assertSchemaMatchesStruct, assertSchemaMatchesStruct, assertSourceQuery, assertTombstone, assertTombstone, assertUpdate, assertValueField, configValue, consumeAvailableRecords, consumeDmlRecordsByTopic, consumeDmlRecordsByTopic, consumeDmlRecordsByTopic, consumeRecord, consumeRecords, consumeRecords, consumeRecords, consumeRecordsByTopic, consumeRecordsByTopic, consumeRecordsByTopic, debug, getMaximumEnqueuedRecordCount, getSnapshotMetricsObjectName, getStreamingMetricsObjectName, getStreamingMetricsObjectName, getStreamingNamespace, initializeConnectorTestFramework, isStreamingRunning, isStreamingRunning, isTransactionRecord, loggingCompletion, print, readLastCommittedOffset, readLastCommittedOffsets, setConsumeTimeout, skipAvroValidation, start, start, start, start, start, stopConnector, stopConnector, validate, waitForAvailableRecords, waitForConnectorShutdown, waitForSnapshotToBeCompleted, waitForStreamingRunning, waitForStreamingRunning, waitTimeForRecordsclone, 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 static final int TABLE_COUNT
private UniqueDatabase DATABASE
private Configuration config
public void beforeEach()
public void afterEach()
@FixFor(value="DBZ-3485") public void shouldUseQuotedNameInDrop() throws SQLException, InterruptedException
SQLExceptionInterruptedException@FixFor(value="DBZ-3399") public void shouldStoreSingleRename() throws SQLException, InterruptedException
SQLExceptionInterruptedException@FixFor(value="DBZ-3399") public void shouldStoreMultipleRenames() throws SQLException, InterruptedException
SQLExceptionInterruptedException@FixFor(value="DBZ-3399") public void shouldStoreAlterRename() throws SQLException, InterruptedException
SQLExceptionInterruptedExceptionprivate void assertDdls(AbstractConnectorTest.SourceRecords records)
Copyright © 2021 JBoss by Red Hat. All rights reserved.