Class DockerRhelPostgreSqlConnectorIT
- java.lang.Object
-
- io.debezium.testing.system.tests.ConnectorTest<D>
-
- io.debezium.testing.system.tests.DockerConnectorTest<io.debezium.testing.system.tools.databases.SqlDatabaseController>
-
- io.debezium.testing.system.tests.postgresql.DockerRhelPostgreSqlConnectorIT
-
- All Implemented Interfaces:
Assertions,ConnectorDecoratorFixture,ConnectorRuntimeFixture,ConnectorSetupFixture,PostgreSqlConnector,DatabaseRuntimeFixture<io.debezium.testing.system.tools.databases.SqlDatabaseController>,DatabaseSetupFixture,DockerPostgreSql,SqlDatabaseFixture,DockerNetwork,DockerKafka,KafkaRuntimeFixture,KafkaSetupFixture,RegistryRuntimeFixture,RegistrySetupFixture,TestRuntimeFixture<io.debezium.testing.system.tools.databases.SqlDatabaseController>,TestSetupFixture,PostgreSqlTestCases
@TestMethodOrder(org.junit.jupiter.api.MethodOrderer.OrderAnnotation.class) @Tag("acceptance") @Tag("postgresql") @Tag("docker") @Tag("rhel") @TestInstance(PER_CLASS) public class DockerRhelPostgreSqlConnectorIT extends DockerConnectorTest<io.debezium.testing.system.tools.databases.SqlDatabaseController> implements DockerKafka, DockerPostgreSql, PostgreSqlConnector, PostgreSqlTestCases- Author:
- Jakub Cechacek
-
-
Field Summary
-
Fields inherited from class io.debezium.testing.system.tests.DockerConnectorTest
network
-
Fields inherited from interface io.debezium.testing.system.fixtures.connectors.PostgreSqlConnector
CONNECTOR_NAME
-
Fields inherited from interface io.debezium.testing.system.fixtures.registry.RegistrySetupFixture
LOGGER
-
-
Constructor Summary
Constructors Constructor Description DockerRhelPostgreSqlConnectorIT()
-
Method Summary
-
Methods inherited from class io.debezium.testing.system.tests.DockerConnectorTest
getNetwork, setNetwork, setupFixtures, teardownFixtures
-
Methods inherited from class io.debezium.testing.system.tests.ConnectorTest
getConnectorConfig, getDbController, getKafkaConnectController, getKafkaController, getRegistryController, setConnectorConfig, setDbController, setKafkaConnectController, setKafkaController, setRegistryController
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.debezium.testing.system.fixtures.Assertions
assertions
-
Methods inherited from interface io.debezium.testing.system.fixtures.connectors.ConnectorDecoratorFixture
decorateConnectorConfig
-
Methods inherited from interface io.debezium.testing.system.fixtures.connectors.ConnectorRuntimeFixture
getConnectorConfig, setConnectorConfig
-
Methods inherited from interface io.debezium.testing.system.fixtures.databases.DatabaseRuntimeFixture
getDbController, setDbController
-
Methods inherited from interface io.debezium.testing.system.fixtures.kafka.DockerKafka
setupKafka, teardownKafka
-
Methods inherited from interface io.debezium.testing.system.fixtures.DockerNetwork
getNetwork, setNetwork, setupNetwork, teardownNetwork
-
Methods inherited from interface io.debezium.testing.system.fixtures.databases.DockerPostgreSql
setupDatabase, teardownDatabase
-
Methods inherited from interface io.debezium.testing.system.fixtures.kafka.KafkaRuntimeFixture
getConnectorMetrics, getKafkaConnectController, getKafkaController, setKafkaConnectController, setKafkaController
-
Methods inherited from interface io.debezium.testing.system.fixtures.connectors.PostgreSqlConnector
setupConnector, teardownConnector
-
Methods inherited from interface io.debezium.testing.system.tests.postgresql.PostgreSqlTestCases
insertCustomer, shouldBeDown, shouldBeDownAfterCrash, shouldContainRecordsInCustomersTopic, shouldCreateKafkaTopics, shouldHaveRegisteredConnector, shouldResumeStreamingAfterCrash, shouldResumeStreamingAfterRedeployment, shouldStreamChanges
-
Methods inherited from interface io.debezium.testing.system.fixtures.registry.RegistryRuntimeFixture
getRegistryController, setRegistryController
-
Methods inherited from interface io.debezium.testing.system.fixtures.registry.RegistrySetupFixture
setupRegistry, teardownRegistry
-
-