Skip to content

Conversation

@Hugo-C
Copy link

Related to #874.

Since those containers first need to be started to know their exposed ports, we cannot use DockerContainer._wait_strategy. We have to keep checking logs manually in their own start methods.

Let me know if there is anything to change.

@codecov
Copy link

codecovbot commented Oct 15, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.52%. Comparing base (5c1504c) to head (c410486).

Additional details and impacted files
@@ Coverage Diff @@## main #903 +/- ## ========================================== - Coverage 79.78% 79.52% -0.26%  ========================================== Files 14 14 Lines 1182 1182 Branches 184 184 ========================================== - Hits 943 940 -3 - Misses 197 201 +4 + Partials 42 41 -1 

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Hugo-CHugo-C changed the title Fix Kafka/Redpanda DeprecationWarning on wait_for_logsfix(kafka): Use wait strategy instead of deprecated wait_for_logsOct 15, 2025
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@Hugo-C