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

Preventing tests using s3_impostor from running in parallel #24024

Closed mmaslankaprv closed 1 week ago

mmaslankaprv commented 1 week ago

Preventing tests using s3_impostor from running in parallel with each other to prevent listen port conflict.

Backports Required

Release Notes

rockwotj commented 1 week ago

ld.lld: error: duplicate symbol: unit_test_httpd_port_number()

Because s3_imposter already declares this you get errors. We could either: