You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 24, 2024. It is now read-only.
KafkaIntegrationTest
These tests are hardly to fail on CI environment but easily to fail on local environment. The reason seems to be related to TestContainers. When some docker containers started too quick (it usually happened with Golang containers because the native binaries start faster), the waited condition might never meet because it relies on the output that may not be captured by TestContainers.
This issue is tracking the existed broken or flaky tests. If some test
Broken tests:
Flaky tests:
These tests are hardly to fail on CI environment but easily to fail on local environment. The reason seems to be related to
TestContainers. When some docker containers started too quick (it usually happened with Golang containers because the native binaries start faster), the waited condition might never meet because it relies on the output that may not be captured byTestContainers.