fix(test): Fix Iceberg container readiness check to use HTTP health check#3077
Merged
mmodzelewski merged 1 commit intoapache:masterfrom Apr 6, 2026
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3077 +/- ##
============================================
- Coverage 70.58% 70.57% -0.01%
Complexity 943 943
============================================
Files 1113 1113
Lines 94590 94590
Branches 71790 71807 +17
============================================
- Hits 66763 66760 -3
+ Misses 25353 25336 -17
- Partials 2474 2494 +20
🚀 New features to boost your workflow:
|
43159f7 to
1f66d96
Compare
hubcio
approved these changes
Apr 6, 2026
mmodzelewski
approved these changes
Apr 6, 2026
This was referenced Apr 6, 2026
numinnex
pushed a commit
that referenced
this pull request
Apr 6, 2026
…alth check (#3079) Closes #3078 ## Summary - Replace unreliable `WaitFor::message_on_stdout("started")` with `HttpWaitStrategy` `on /_cluster/health`, matching the pattern from #3077 (Iceberg fix) - Remove redundant fixture health check loops in both sink and source fixtures, since the container startup now guarantees ES is healthy - Reduce excessive sleep durations and poll attempts in source tests
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
WaitFor::message_on_stderr("Started Server@")withWaitFor::http(HttpWaitStrategy)pollingGET /v1/configon port8181Closes #3076