Class OcpShardedReplicaMongoConnectorIT
java.lang.Object
io.debezium.testing.system.tests.ConnectorTest
io.debezium.testing.system.tests.mongodb.sharded.ShardedMongoTests
io.debezium.testing.system.tests.mongodb.sharded.OcpShardedReplicaMongoConnectorIT
@TestMethodOrder(org.junit.jupiter.api.MethodOrderer.OrderAnnotation.class)
@Tag("acceptance") @Tag("mongo") @Tag("openshift") @Tag("mongo-sharded")
@ExtendWith(fixture5.FixtureExtension.class)
public class OcpShardedReplicaMongoConnectorIT
extends ShardedMongoTests
-
Field Summary
Fields inherited from class io.debezium.testing.system.tests.ConnectorTest
assertions, connectController, connectorConfig, kafkaController -
Constructor Summary
ConstructorsConstructorDescriptionOcpShardedReplicaMongoConnectorIT(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
Modifier and TypeMethodDescriptionvoidshouldStreamInReplicaSetMode(io.debezium.testing.system.tools.databases.mongodb.OcpMongoShardedController dbController) Methods inherited from class io.debezium.testing.system.tests.mongodb.sharded.ShardedMongoTests
addAndRemoveShardTest, insertCustomer, insertProduct, removeCustomer
-
Constructor Details
-
OcpShardedReplicaMongoConnectorIT
public OcpShardedReplicaMongoConnectorIT(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 Details
-
shouldStreamInReplicaSetMode
@Test public void shouldStreamInReplicaSetMode(io.debezium.testing.system.tools.databases.mongodb.OcpMongoShardedController dbController) throws IOException, InterruptedException - Throws:
IOExceptionInterruptedException
-