Antoine Pitrou created ARROW-2284:
-------------------------------------
Summary: [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
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
(v7.6.3#76005)