Uploaded image for project: 'Debezium'
  1. Debezium
  2. DBZ-9475

Flaky tests after DBZ-9460

XMLWordPrintable

    • False
    • Hide

      None

      Show
      None
    • False

      After DBZ-9460, two tests in IncrementalSnapshotIT started failing in CI environment due to timeout issues for Informix 12 (14 and 15 seem unaffected). Tests appear to run successfully in local environments.

      The tests in question are:

      • io.debezium.pipeline.source.snapshot.incremental.AbstractIncrementalSnapshotTest#removeNotYetCapturedCollectionFromInProgressIncrementalSnapshot
      • io.debezium.pipeline.source.snapshot.incremental.AbstractIncrementalSnapshotTest#removeStartedCapturedCollectionFromInProgressIncrementalSnapshot

      It is the flowing statement that times out in both tests:

              // Wait until the stop has been processed, verifying it was removed from the snapshot.
              Awaitility.await().atMost(60L, TimeUnit.SECONDS).until(() -> interceptor.containsMessage(...));
      

              Unassigned Unassigned
              nrkljo Lars Johansson
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: