debezium / debezium/dbz

Flaky tests after DBZ-9460 [DBZ-9475]

Open
#1,100 0 comments 0 reactions 0 assignees View on GitHub
component/informix-connector migrated-from-jira type/task
Dominant language
HTML
Stars
6
Forks
8
Avg merge
2d 19h
Merged PRs (30d)
1

Description

Migrated from [DBZ-9475](https://issues.redhat.com/browse/DBZ-9475)

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:
{code:java}
// Wait until the stop has been processed, verifying it was removed from the snapshot.
Awaitility.await().atMost(60L, TimeUnit.SECONDS).until(() -> interceptor.containsMessage(...));
{code}

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.