Class OcpJdbcSinkConnectorIT
java.lang.Object
io.debezium.testing.system.tests.jdbc.sink.JdbcSinkTests
io.debezium.testing.system.tests.jdbc.sink.OcpJdbcSinkConnectorIT
@TestMethodOrder(org.junit.jupiter.api.MethodOrderer.OrderAnnotation.class)
@Tag("acceptance") @Tag("sink") @Tag("openshift")
@ExtendWith(fixture5.FixtureExtension.class)
public class OcpJdbcSinkConnectorIT
extends JdbcSinkTests
-
Field Summary
Fields inherited from class io.debezium.testing.system.tests.jdbc.sink.JdbcSinkTests
assertions, connectController, connectorConfig, kafkaController, kafkaProducer, LOGGER -
Constructor Summary
ConstructorsConstructorDescriptionOcpJdbcSinkConnectorIT(io.debezium.testing.system.tools.kafka.KafkaController kafkaController, io.debezium.testing.system.tools.kafka.KafkaConnectController connectController, JdbcAssertions assertions, io.debezium.testing.system.tools.kafka.ConnectorConfigBuilder connectorConfig) -
Method Summary
Methods inherited from class io.debezium.testing.system.tests.jdbc.sink.JdbcSinkTests
shouldBeDown, shouldBeDownAfterCrash, shouldHaveRegisteredConnector, shouldResumeStreamingAfterCrash, shouldResumeStreamingAfterRedeployment, shouldStreamChanges
-
Constructor Details
-
OcpJdbcSinkConnectorIT
public OcpJdbcSinkConnectorIT(io.debezium.testing.system.tools.kafka.KafkaController kafkaController, io.debezium.testing.system.tools.kafka.KafkaConnectController connectController, JdbcAssertions assertions, io.debezium.testing.system.tools.kafka.ConnectorConfigBuilder connectorConfig)
-