Class SchemaHistoryTopicIT

java.lang.Object
io.debezium.embedded.AbstractConnectorTest
io.debezium.connector.oracle.SchemaHistoryTopicIT
All Implemented Interfaces:
Testing

public class SchemaHistoryTopicIT extends AbstractConnectorTest
Integration test for the user-facing history topic of the Debezium Oracle Server connector.

The tests should verify the CREATE schema events from snapshot and the CREATE and the ALTER schema events from streaming

Author:
Jiri Pechanec
  • Field Details

    • connection

      private static io.debezium.connector.oracle.OracleConnection connection
  • Constructor Details

    • SchemaHistoryTopicIT

      public SchemaHistoryTopicIT()
  • Method Details