redpanda-data / redpanda

Redpanda is a streaming data platform for developers. Kafka API compatible. 10x faster. No ZooKeeper. No JVM!
https://redpanda.com
9.65k stars 589 forks source link

app: fixes crashes when running fixture tests with port conflicts #23490

Closed bharathv closed 1 month ago

bharathv commented 1 month ago

This is not a real concerning crash, a bunch of asserts I ran into when running fixture tests with port conflicts (because there were already some RP instances running in the background). In such cases the test fails with a confusing assert due to incorrect cleanup.

Backports Required

Release Notes