[
https://issues.apache.org/jira/browse/ARROW-2318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16401097#comment-16401097
]
Wes McKinney commented on ARROW-2318:
-------------------------------------
Here's another failure:
{code}
$ ./release/client_tests
[==========] Running 7 tests from 1 test case.
[----------] Global test environment set-up.
[----------] 7 tests from TestPlasmaStore
[ RUN ] TestPlasmaStore.DeleteTest
[ OK ] TestPlasmaStore.DeleteTest (1 ms)
[ RUN ] TestPlasmaStore.ContainsTest
[ OK ] TestPlasmaStore.ContainsTest (1 ms)
[ RUN ] TestPlasmaStore.GetTest
[ OK ] TestPlasmaStore.GetTest (1 ms)
[ RUN ] TestPlasmaStore.MultipleGetTest
[ OK ] TestPlasmaStore.MultipleGetTest (1 ms)
[ RUN ] TestPlasmaStore.AbortTest
[ OK ] TestPlasmaStore.AbortTest (1 ms)
[ RUN ] TestPlasmaStore.MultipleClientTest
[ OK ] TestPlasmaStore.MultipleClientTest (2 ms)
[ RUN ] TestPlasmaStore.ManyObjectTest
Connection to IPC socket failed for pathname /tmp/store, retrying 50 more times
../src/plasma/test/client_tests.cc:289: Failure
Expected: has_object
Which is: false
To be equal to: true
[ FAILED ] TestPlasmaStore.ManyObjectTest (118 ms)
[----------] 7 tests from TestPlasmaStore (125 ms total)
[----------] Global test environment tear-down
[==========] 7 tests from 1 test case ran. (125 ms total)
[ PASSED ] 6 tests.
[ FAILED ] 1 test, listed below:
[ FAILED ] TestPlasmaStore.ManyObjectTest
1 FAILED TEST
{code}
> [C++] TestPlasmaStore.MultipleClientTest is flaky (hangs) in release builds
> ---------------------------------------------------------------------------
>
> Key: ARROW-2318
> URL: https://issues.apache.org/jira/browse/ARROW-2318
> Project: Apache Arrow
> Issue Type: Bug
> Components: C++
> Reporter: Wes McKinney
> Priority: Major
> Fix For: 0.9.0
>
>
> Here's my setup:
> * Ubuntu 16.04
> * clang 5.0 (gcc 5.4.0 base toolchain)
> I can reliably get {{release/client_tests}} to hang. I hit this while looking
> at a possible 0.9.0 release candidate
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)