strimzi / strimzi-kafka-operator

Apache Kafka® running on Kubernetes
https://strimzi.io/
Apache License 2.0
4.79k stars 1.28k forks source link

[ST] System tests should collect init-container logs for failed tests #9927

Open scholzj opened 5 months ago

scholzj commented 5 months ago

Some of the System Tests using things such as node ports or rack awareness rely on the use of init-containers. But when the system test fails, the logs from the init containers are not collected. This would be a useful enhancement to collect them if the init container was used.

see-quick commented 5 months ago

Yeah, this seems reasonable 👍 .

scholzj commented 5 months ago

Discussed on the community call on 18.4.: Makes sense and should be done.