Class JdbcSinkSchemaEvolutionIT
java.lang.Object
io.debezium.connector.jdbc.integration.AbstractJdbcSinkTest
io.debezium.connector.jdbc.integration.AbstractJdbcSinkSchemaEvolutionTest
io.debezium.connector.jdbc.integration.oracle.JdbcSinkSchemaEvolutionIT
@Tag("all") @Tag("it") @Tag("it-oracle")
@ExtendWith(OracleSinkDatabaseContextProvider.class)
public class JdbcSinkSchemaEvolutionIT
extends AbstractJdbcSinkSchemaEvolutionTest
Schema Evolution tests for Oracle
- Author:
- Chris Cranford
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.debezium.connector.jdbc.integration.AbstractJdbcSinkSchemaEvolutionTest
shouldCreateTableWithDefaultValues, testCreateShouldFailIfSchemaEvolutionIsDisabled, testDeleteShouldFailOnUnknownTableIfSchemaEvolutionIsDisabled, testNonKeyColumnTypeResolutionFromKafkaSchemaType, testNonKeyColumnTypeResolutionFromKafkaSchemaTypeWithOptionalsWithDefaultValues, testTableCreatedOnCreateRecordWithDefaultInsertMode, testTableCreatedOnDeleteRecordWithDefaultInsertMode, testTableCreatedOnUpdateRecordWithDefaultInsertMode, testTableCreatedThenAlteredWithNewColumn, testTableCreatedThenNotAlteredWithRemovedColumn, testUpdateShouldFailOnUnknownTableIfSchemaEvolutionIsDisabledMethods inherited from class io.debezium.connector.jdbc.integration.AbstractJdbcSinkTest
afterEach, assertSinkConnectorIsRunning, consume, consume, dataSource, destinationTableName, getConfig, getDefaultSinkConfig, getSink, randomTableName, startSinkConnector, stopSinkConnector, topicName
-
Constructor Details
-
JdbcSinkSchemaEvolutionIT
-