You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/03/08 11:46:00 UTC

[jira] [Commented] (ARROW-2284) [Python] test_plasma error on plasma_store error

    [ https://issues.apache.org/jira/browse/ARROW-2284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16391130#comment-16391130 ] 

ASF GitHub Bot commented on ARROW-2284:
---------------------------------------

pitrou opened a new pull request #1724: ARROW-2284: [Python] Fix error display on test_plasma error
URL: https://github.com/apache/arrow/pull/1724
 
 
   Just a trivial fix.  stderr is captured by py.test, not by the subprocess call.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> [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
>
> 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)