You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2021/11/17 09:59:00 UTC

[jira] [Created] (ARROW-14734) [C++][CI] CountingSemaphore sporadic test crash

Antoine Pitrou created ARROW-14734:
--------------------------------------

             Summary: [C++][CI] CountingSemaphore sporadic test crash
                 Key: ARROW-14734
                 URL: https://issues.apache.org/jira/browse/ARROW-14734
             Project: Apache Arrow
          Issue Type: Bug
          Components: C++, Continuous Integration
            Reporter: Antoine Pitrou


This may be a fluke, but this crash appeared on CI:
https://github.com/apache/arrow/runs/4234285140?check_suite_focus=true#step:8:110

{code}

[==========] Running 134 tests from 23 test suites.
[----------] Global test environment set-up.
[----------] 7 tests from CancelTest
[ RUN      ] CancelTest.StopBasics
[       OK ] CancelTest.StopBasics (0 ms)
[ RUN      ] CancelTest.StopTokenCopy
[       OK ] CancelTest.StopTokenCopy (0 ms)
[ RUN      ] CancelTest.RequestStopTwice
[       OK ] CancelTest.RequestStopTwice (0 ms)
[ RUN      ] CancelTest.Unstoppable
[       OK ] CancelTest.Unstoppable (0 ms)
[ RUN      ] CancelTest.SourceVanishes
[       OK ] CancelTest.SourceVanishes (0 ms)
[ RUN      ] CancelTest.ThreadedPollSuccess
[       OK ] CancelTest.ThreadedPollSuccess (11 ms)
[ RUN      ] CancelTest.ThreadedPollCancel
[       OK ] CancelTest.ThreadedPollCancel (11 ms)
[----------] 7 tests from CancelTest (23 ms total)

[----------] 2 tests from SignalCancelTest
[ RUN      ] SignalCancelTest.Register
[       OK ] SignalCancelTest.Register (1 ms)
[ RUN      ] SignalCancelTest.RegisterUnregister
[       OK ] SignalCancelTest.RegisterUnregister (111 ms)
[----------] 2 tests from SignalCancelTest (113 ms total)

[----------] 3 tests from CountingSemaphore
[ RUN      ] CountingSemaphore.Basic

{code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)