Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion contrib/librdkafka
Submodule librdkafka updated 203 files
2 changes: 1 addition & 1 deletion tests/integration/test_kafka_bad_messages/test_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def test_log_to_exceptions(kafka_cluster, max_retries=20):

logging.debug(f"system.kafka_consumers content: {system_kafka_consumers_content}")
assert system_kafka_consumers_content.startswith(
f"[thrd:localhost:{non_existent_broker_port}/bootstrap]: localhost:{non_existent_broker_port}/bootstrap: Connect to ipv4#127.0.0.1:{non_existent_broker_port} failed: Connection refused"
f"[thrd:localhost:{non_existent_broker_port}/bootstrap]: 1/1 brokers are down"
)

instance.query("DROP TABLE foo_exceptions")
Expand Down
Loading