You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2019/01/08 22:01:00 UTC

[jira] [Assigned] (ARROW-3344) [Python] test_plasma.py fails (in test_plasma_list)

     [ https://issues.apache.org/jira/browse/ARROW-3344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wes McKinney reassigned ARROW-3344:
-----------------------------------

    Assignee: Wes McKinney

> [Python] test_plasma.py fails (in test_plasma_list)
> ---------------------------------------------------
>
>                 Key: ARROW-3344
>                 URL: https://issues.apache.org/jira/browse/ARROW-3344
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Plasma (C++), Python
>            Reporter: Antoine Pitrou
>            Assignee: Wes McKinney
>            Priority: Major
>             Fix For: 0.12.0
>
>
> I routinely get the following failure in {{test_plasma.py}}:
> {code}
> Traceback (most recent call last):
>   File "/home/antoine/arrow/python/pyarrow/tests/test_plasma.py", line 825, in test_plasma_list
>     assert l3[v]["ref_count"] == 1
> AssertionError: assert 0 == 1
> -------------------------------- Captured stderr call ---------------------------------
> ../src/plasma/store.cc:926: Allowing the Plasma store to use up to 0.1GB of memory.
> ../src/plasma/store.cc:956: Starting object store with directory /dev/shm and huge page support disabled
> {code}
> I'm not sure whether there's something wrong in my setup (on Ubuntu 18.04, x86-64), or it's a genuine bug.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)