Class OcpAvroMongoConnectorIT
- java.lang.Object
-
- io.debezium.testing.system.tests.ConnectorTest<D>
-
- io.debezium.testing.system.tests.OcpConnectorTest<io.debezium.testing.system.tools.databases.mongodb.MongoDatabaseController>
-
- io.debezium.testing.system.tests.mongodb.OcpAvroMongoConnectorIT
-
- All Implemented Interfaces:
Assertions,ConnectorDecoratorFixture,ConnectorRuntimeFixture,ConnectorSetupFixture,MongoConnector,DatabaseRuntimeFixture<io.debezium.testing.system.tools.databases.mongodb.MongoDatabaseController>,DatabaseSetupFixture,MongoDatabaseFixture,OcpMongo,KafkaRuntimeFixture,KafkaSetupFixture,OcpKafka,OcpClient,ApicurioAvroConnectorDecorator,OcpApicurio,RegistryRuntimeFixture,RegistrySetupFixture,TestRuntimeFixture<io.debezium.testing.system.tools.databases.mongodb.MongoDatabaseController>,TestSetupFixture,MongoTestCases
@TestMethodOrder(org.junit.jupiter.api.MethodOrderer.OrderAnnotation.class) @Tag("mongo") @Tag("openshift") @Tag("apicurio") @Tag("avro") @TestInstance(PER_CLASS) public class OcpAvroMongoConnectorIT extends OcpConnectorTest<io.debezium.testing.system.tools.databases.mongodb.MongoDatabaseController> implements OcpKafka, OcpMongo, MongoConnector, OcpApicurio, ApicurioAvroConnectorDecorator, MongoTestCases- 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.MongoConnector
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.OcpMongo
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 OcpAvroMongoConnectorIT()
-
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.MongoConnector
setupConnector, teardownConnector
-
Methods inherited from interface io.debezium.testing.system.tests.mongodb.MongoTestCases
insertCustomer, shouldBeDown, shouldBeDownAfterCrash, shouldContainRecordsInCustomersTopic, shouldCreateKafkaTopics, shouldHaveRegisteredConnector, shouldResumeStreamingAfterCrash, shouldResumeStreamingAfterRedeployment, 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.OcpMongo
setupDatabase, teardownDatabase
-
Methods inherited from interface io.debezium.testing.system.fixtures.registry.RegistryRuntimeFixture
getRegistryController, setRegistryController
-
-