Class OutboxWithoutOpenTelemetryTest

java.lang.Object
io.debezium.outbox.quarkus.it.AbstractOutboxTest
io.debezium.outbox.quarkus.it.OutboxWithoutOpenTelemetryTest

@QuarkusTestResource(DatabaseTestResource.class) public class OutboxWithoutOpenTelemetryTest extends AbstractOutboxTest
Integration tests for the Debezium Outbox extension, disabling OpenTelemetry behavior.
Author:
Chris Cranford
  • Constructor Details

    • OutboxWithoutOpenTelemetryTest

      public OutboxWithoutOpenTelemetryTest()
  • Method Details

    • testOutboxEntityMetamodelDoesntHaveTracingSpanColumn

      @Test public void testOutboxEntityMetamodelDoesntHaveTracingSpanColumn() throws Exception
      Throws:
      Exception