Class OcpAvroMySqlConnectorIT
- java.lang.Object
-
- io.debezium.testing.system.tests.ConnectorTest<D>
-
- io.debezium.testing.system.tests.OcpConnectorTest<io.debezium.testing.system.tools.databases.SqlDatabaseController>
-
- io.debezium.testing.system.tests.mysql.OcpAvroMySqlConnectorIT
-
- All Implemented Interfaces:
Assertions,ConnectorDecoratorFixture,ConnectorRuntimeFixture,ConnectorSetupFixture,MySqlConnector,DatabaseRuntimeFixture<io.debezium.testing.system.tools.databases.SqlDatabaseController>,DatabaseSetupFixture,OcpMySql,SqlDatabaseFixture,KafkaRuntimeFixture,KafkaSetupFixture,OcpKafka,OcpClient,ApicurioAvroConnectorDecorator,OcpApicurio,RegistryRuntimeFixture,RegistrySetupFixture,TestRuntimeFixture<io.debezium.testing.system.tools.databases.SqlDatabaseController>,TestSetupFixture,MySqlTestCases
@TestMethodOrder(org.junit.jupiter.api.MethodOrderer.OrderAnnotation.class) @Tag("mysql") @Tag("openshift") @Tag("avro") @Tag("apicurio") @TestInstance(PER_CLASS) public class OcpAvroMySqlConnectorIT extends OcpConnectorTest<io.debezium.testing.system.tools.databases.SqlDatabaseController> implements OcpKafka, OcpMySql, MySqlConnector, OcpApicurio, ApicurioAvroConnectorDecorator, MySqlTestCases- Author:
- Jakub Cechacek
-
-
Field Summary
-
Fields inherited from class io.debezium.testing.system.tests.OcpConnectorTest
ocp
-
Fields inherited from interface io.debezium.testing.system.fixtures.connectors.MySqlConnector
CONNECTOR_NAME
-
Fields inherited from interface io.debezium.testing.system.fixtures.registry.OcpApicurio
REGISTRY_ID_TOPIC_PATH, REGISTRY_STORAGE_TOPIC_PATH, REGISTRY_V1_DEPLOYMENT_PATH, REGISTRY_V2_DEPLOYMENT_PATH
-
Fields inherited from interface io.debezium.testing.system.fixtures.kafka.OcpKafka
ARTIFACT_SERVER_DEPLOYMENT, ARTIFACT_SERVER_SERVICE, KAFKA, KAFKA_CONNECT, KAFKA_CONNECT_BUILD, KAFKA_CONNECT_LOGGING
-
Fields inherited from interface io.debezium.testing.system.fixtures.databases.OcpMySql
DB_DEPLOYMENT_PATH, DB_SERVICE_PATH, DB_SERVICE_PATH_LB
-
Fields inherited from interface io.debezium.testing.system.fixtures.registry.RegistrySetupFixture
LOGGER
-
-
Constructor Summary
Constructors Constructor Description OcpAvroMySqlConnectorIT()
-
Method Summary
-
Methods inherited from class io.debezium.testing.system.tests.OcpConnectorTest
getOcpClient, setOcpClient, 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.registry.ApicurioAvroConnectorDecorator
decorateConnectorConfig
-
Methods inherited from interface io.debezium.testing.system.fixtures.Assertions
assertions
-
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.KafkaRuntimeFixture
getConnectorMetrics, getKafkaConnectController, getKafkaController, setKafkaConnectController, setKafkaController
-
Methods inherited from interface io.debezium.testing.system.fixtures.connectors.MySqlConnector
setupConnector, teardownConnector
-
Methods inherited from interface io.debezium.testing.system.tests.mysql.MySqlTestCases
insertCustomer, shouldBeDown, shouldBeDownAfterCrash, shouldCreateKafkaTopics, shouldHaveRegisteredConnector, shouldResumeStreamingAfterCrash, shouldResumeStreamingAfterRedeployment, shouldSnapshotChanges, shouldStreamChanges
-
Methods inherited from interface io.debezium.testing.system.fixtures.registry.OcpApicurio
setupApicurioV1, setupApicurioV2, setupRegistry, teardownRegistry, updateApicurioOperator
-
Methods inherited from interface io.debezium.testing.system.fixtures.OcpClient
getOcpClient, setOcpClient, setupOcpClient, teardownOcpClient
-
Methods inherited from interface io.debezium.testing.system.fixtures.kafka.OcpKafka
deployArtifactServer, deployKafkaCluster, deployKafkaConnectCluster, setupKafka, teardownKafka, updateKafkaOperator
-
Methods inherited from interface io.debezium.testing.system.fixtures.databases.OcpMySql
setupDatabase, teardownDatabase
-
Methods inherited from interface io.debezium.testing.system.fixtures.registry.RegistryRuntimeFixture
getRegistryController, setRegistryController
-
-