BAEL-7199: Include feedback

This commit is contained in:
Constantin 2023-12-21 16:57:31 +02:00
parent fd9618cda6
commit b8a6e4f89f
2 changed files with 2 additions and 0 deletions

View File

@ -83,5 +83,6 @@ public class KafkaDltRetryOnErrorIntegrationTest {
assertThat(mainTopicCountDownLatch.await(5, TimeUnit.SECONDS)).isTrue();
assertThat(dlTTopicCountDownLatch.await(5, TimeUnit.SECONDS)).isTrue();
assertThat(dlTTopicCountDownLatch.getCount()).isEqualTo(0);
}
}

View File

@ -82,5 +82,6 @@ public class KafkaNoDltIntegrationTest {
assertThat(mainTopicCountDownLatch.await(5, TimeUnit.SECONDS)).isTrue();
assertThat(dlTTopicCountDownLatch.await(5, TimeUnit.SECONDS)).isFalse();
assertThat(dlTTopicCountDownLatch.getCount()).isEqualTo(1);
}
}