Skip to content

Conversation

@AAraKKe
Copy link
Contributor

@AAraKKe AAraKKe commented Aug 29, 2025

What does this PR do?

Fix the wait_for_health parameter in docker_run

Motivation

This was added back in #21104 but it was never made effective by mistake. This fixes it by passing the proper value to the compose command.

Review checklist (to be filled by reviewers)

  • Feature or bugfix MUST have appropriate tests (unit, integration, e2e)
  • Add the qa/skip-qa label if the PR doesn't need to be tested during QA.
  • If you need to backport this PR to another branch, you can add the backport/<branch-name> label to the PR and it will automatically open a backport PR once this one is merged
@AAraKKe AAraKKe force-pushed the aarakke/fix-wait-for-health branch from 0da03e7 to 1aad8cd Compare August 29, 2025 16:20
@AAraKKe AAraKKe added this pull request to the merge queue Aug 29, 2025
Merged via the queue into master with commit 17e34f8 Aug 29, 2025
44 checks passed
@AAraKKe AAraKKe deleted the aarakke/fix-wait-for-health branch August 29, 2025 16:22
@codecov
Copy link

codecov bot commented Aug 29, 2025

Codecov Report

❌ Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 90.95%. Comparing base (c9fb73d) to head (1aad8cd).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment