Class OcpAvroPostgreSqlConnectorIT
- java.lang.Object
-
- io.debezium.testing.system.tests.ConnectorTest
-
- io.debezium.testing.system.tests.mysql.MySqlTests
-
- io.debezium.testing.system.tests.postgresql.OcpAvroPostgreSqlConnectorIT
-
@TestMethodOrder(org.junit.jupiter.api.MethodOrderer.OrderAnnotation.class) @Tag("postgresql") @Tag("openshift") @Tag("avro") @Tag("apicurio") @ExtendWith(fixture5.FixtureExtension.class) public class OcpAvroPostgreSqlConnectorIT extends MySqlTests
-
-
Field Summary
-
Fields inherited from class io.debezium.testing.system.tests.ConnectorTest
assertions, connectController, connectorConfig, kafkaController
-
-
Constructor Summary
Constructors Constructor Description OcpAvroPostgreSqlConnectorIT(io.debezium.testing.system.tools.kafka.KafkaController kafkaController, io.debezium.testing.system.tools.kafka.KafkaConnectController connectController, io.debezium.testing.system.tools.kafka.ConnectorConfigBuilder connectorConfig, KafkaAssertions<?,?> assertions)
-
Method Summary
-
Methods inherited from class io.debezium.testing.system.tests.mysql.MySqlTests
insertCustomer, shouldBeDown, shouldBeDownAfterCrash, shouldCreateKafkaTopics, shouldHaveRegisteredConnector, shouldResumeStreamingAfterCrash, shouldResumeStreamingAfterRedeployment, shouldSnapshotChanges, shouldStreamChanges
-
-
-
-
Constructor Detail
-
OcpAvroPostgreSqlConnectorIT
public OcpAvroPostgreSqlConnectorIT(io.debezium.testing.system.tools.kafka.KafkaController kafkaController, io.debezium.testing.system.tools.kafka.KafkaConnectController connectController, io.debezium.testing.system.tools.kafka.ConnectorConfigBuilder connectorConfig, KafkaAssertions<?,?> assertions)
-
-