GH-50876: [C++][FS][Azure] Wait for Azurite to start - #50878
Open
booxter wants to merge 1 commit into
Open
Conversation
|
|
|
|
booxter
added a commit
to booxter/nixpkgs
that referenced
this pull request
Aug 15, 2026
This happened in Hydra on darwin 26.05: https://hydra.nixos.org/log/gddq769pa1lyj3x3fnm9c0m13k26qsci-arrow-cpp-23.0.0.drv Upstream: apache/arrow#50876 apache/arrow#50878
kou
reviewed
Aug 15, 2026
This should help with flakiness. Fixes apache#50876 Assisted-by: Codex
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.
Rationale for this change
Tests may fail due to race between process start and when it opens the port.
What changes are included in this PR?
Wait for the process to open the port before proceeding with the test.
AI disclosure: Codex was used to root cause the issue and draft the initial
version of the patch that was then iterated on by a human (me).
Are these changes tested?
Yes, I built and ran the test suite locally.
Are there any user-facing changes?
No.