pitrou opened a new issue, #45905: URL: https://github.com/apache/arrow/issues/45905
### Describe the bug, including details regarding any error messages, version, and platform. I regularly get test timing-dependent failures locally in `ConcurrentQueue.BasicTest`. ``` [----------] 1 test from ConcurrentQueue [ RUN ] ConcurrentQueue.BasicTest /home/antoine/arrow/dev/cpp/src/arrow/acero/util_test.cc:207: Failure Expected equality of these values: fut_pop.wait_for(std::chrono::milliseconds(10)) Which is: 4-byte object <01-00 00-00> std::future_status::ready Which is: 4-byte object <00-00 00-00> [ FAILED ] ConcurrentQueue.BasicTest (25 ms) [----------] 1 test from ConcurrentQueue (25 ms total) ``` I can further debug if you tell me where to look for. ### Component(s) C++ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org