[
https://issues.apache.org/jira/browse/ARROW-2284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rok Mihevc updated ARROW-2284:
------------------------------
External issue URL: https://github.com/apache/arrow/issues/18239
> [Python] test_plasma error on plasma_store error
> ------------------------------------------------
>
> Key: ARROW-2284
> URL: https://issues.apache.org/jira/browse/ARROW-2284
> Project: Apache Arrow
> Issue Type: Bug
> Components: Python
> Reporter: Antoine Pitrou
> Assignee: Antoine Pitrou
> Priority: Trivial
> Labels: pull-request-available
> Fix For: 0.9.0
>
>
> This appears caused by my latest changes:
> {code:python}
> Traceback (most recent call last):
> File "/home/antoine/arrow/python/pyarrow/tests/test_plasma.py", line 192,
> in setup_method
> plasma_store_name, self.p = self.plasma_store_ctx.__enter__()
> File "/home/antoine/miniconda3/envs/pyarrow/lib/python3.6/contextlib.py",
> line 81, in __enter__
> return next(self.gen)
> File "/home/antoine/arrow/python/pyarrow/tests/test_plasma.py", line 168,
> in start_plasma_store
> err = proc.stderr.read().decode()
> AttributeError: 'NoneType' object has no attribute 'read'
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)