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
Kafka integration tests in metricbeat can pass with unreported errors when there is an issue with container handling. Such as when the test is attempting to use a "pre-existing" container. This could be misleading and even allow breaking changes to pass.
ERROR: for metricbeat_9_0_0_4b253da3ea-snapshot_kafka_1 Cannot create container for service kafka: Conflict. The container name "/metricbeat_9_0_0_4b253da3ea-snapshot_kafka_1" is already in use by container "f06ce0d627f82450e05a94cbe116a8c8678a854b64e916a139ccd0ec974b07f6". You have to remove (or rename) that container to be able to reuse that name.
Some possible solutions:
Do not pass the test in case of errors due to container creation
Kafka integration tests in metricbeat can pass with unreported errors when there is an issue with container handling. Such as when the test is attempting to use a "pre-existing" container. This could be misleading and even allow breaking changes to pass.
Build for ref: https://buildkite.com/elastic/beats-metricbeat/builds/11616#01936543-5c04-4bd5-bcff-08412dd6c8b6
Errors as seen in logs
Some possible solutions:
The text was updated successfully, but these errors were encountered: