-
Task
-
Resolution: Unresolved
-
Minor
-
None
-
False
-
-
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(...));
- is triggered by
-
DBZ-9460 Upgrade to Kafka 4.1.0
-
- Closed
-