Class MongoDbConnectorCollectionRestrictedIT

java.lang.Object
io.debezium.embedded.AbstractConnectorTest
io.debezium.connector.mongodb.MongoDbConnectorCollectionRestrictedIT
All Implemented Interfaces:
Testing

public class MongoDbConnectorCollectionRestrictedIT extends AbstractConnectorTest
  • Field Details

  • Constructor Details

    • MongoDbConnectorCollectionRestrictedIT

      public MongoDbConnectorCollectionRestrictedIT()
  • Method Details

    • beforeAll

      public static void beforeAll()
    • afterAll

      public static void afterAll()
    • beforeEach

      public void beforeEach()
    • afterEach

      public void afterEach()
    • connect

      protected static com.mongodb.client.MongoClient connect()
    • populateCollection

      protected static void populateCollection(String dbName, String colName, int count)
    • populateCollection

      protected static void populateCollection(String dbName, String colName, int startId, int count)
    • connectorConfiguration

      protected Configuration connectorConfiguration()
    • shouldConsumeEventsFromSingleCollection

      @FixFor("DBZ-7760") public void shouldConsumeEventsFromSingleCollection() throws InterruptedException
      Throws:
      InterruptedException
    • shouldNotConsumeEventsFromCollectionWithoutScope

      @FixFor("DBZ-7760") public void shouldNotConsumeEventsFromCollectionWithoutScope() throws InterruptedException
      Throws:
      InterruptedException