You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/04/05 13:37:47 UTC

[GitHub] [arrow] cyb70289 commented on a diff in pull request #12722: ARROW-15710: [C++] Intermittent deadlock on arrow-threading-utility-test

cyb70289 commented on code in PR #12722:
URL: https://github.com/apache/arrow/pull/12722#discussion_r842795557


##########
cpp/src/arrow/util/thread_pool_test.cc:
##########
@@ -722,6 +722,9 @@ TEST_F(TestThreadPoolForkSafety, MultipleChildThreads) {
 
 TEST_F(TestThreadPoolForkSafety, NestedChild) {
   {
+#ifndef __APPLE__

Review Comment:
   Typo? `#ifndef` -> `#ifdef`?
   See test failure on macos from a recent pr
   https://github.com/apache/arrow/runs/5818260165?check_suite_focus=true#step:8:420



-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org