Class OcpMongoSharded

java.lang.Object
fixture5.TestFixture
io.debezium.testing.system.fixtures.databases.DatabaseFixture<T>
io.debezium.testing.system.fixtures.databases.ocp.OcpDatabaseFixture<io.debezium.testing.system.tools.databases.mongodb.OcpMongoShardedController>
io.debezium.testing.system.fixtures.databases.ocp.OcpMongoSharded

public class OcpMongoSharded extends OcpDatabaseFixture<io.debezium.testing.system.tools.databases.mongodb.OcpMongoShardedController>
  • Field Details

    • MONGOS_DEPLOYMENT

      public static final String MONGOS_DEPLOYMENT
      See Also:
    • CONFIG_DEPLOYMENT

      public static final String CONFIG_DEPLOYMENT
      See Also:
    • SERVICES

      public static final String[] SERVICES
    • controller

      private io.debezium.testing.system.tools.databases.mongodb.OcpMongoShardedController controller
  • Constructor Details

    • OcpMongoSharded

      public OcpMongoSharded(org.junit.jupiter.api.extension.ExtensionContext.Store store)
  • Method Details

    • databaseController

      protected io.debezium.testing.system.tools.databases.mongodb.OcpMongoShardedController databaseController() throws Exception
      Specified by:
      databaseController in class DatabaseFixture<io.debezium.testing.system.tools.databases.mongodb.OcpMongoShardedController>
      Throws:
      Exception