Skip to content

ARROW-11908: [C++] Work around flaky integration by retrying#9755

Closed
lidavidm wants to merge 1 commit intoapache:masterfrom
lidavidm:arrow-11908
Closed

ARROW-11908: [C++] Work around flaky integration by retrying#9755
lidavidm wants to merge 1 commit intoapache:masterfrom
lidavidm:arrow-11908

Conversation

@lidavidm
Copy link
Copy Markdown
Member

In principle I don't like tests which retry until they succeed, but in the meantime, flaky integration tests are making them a bad signal for maintainers. While the Rust side gets sorted out, this should paper over the issues. (It doesn't help that 'connected' in gRPC is (for reasonable reasons) nebulous, such that you don't get an actual connection error until you make a call.)

(The main issue is that it appears Rust's gRPC server returns to application code before it's quite fully listening, so a fast-enough client like C++ might run into a server that's not quite ready yet.)

@github-actions
Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants