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/08/20 23:11:00 UTC

[jira] [Assigned] (ARROW-6092) [C++] Python 2.7: arrow_python_test failure

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

Wes McKinney reassigned ARROW-6092:
-----------------------------------

    Assignee: Wes McKinney

> [C++] Python 2.7: arrow_python_test failure
> -------------------------------------------
>
>                 Key: ARROW-6092
>                 URL: https://issues.apache.org/jira/browse/ARROW-6092
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++, Python
>    Affects Versions: 0.14.1
>         Environment: python 2.7.13 in Mac OS
>            Reporter: Lee June Woo
>            Assignee: Wes McKinney
>            Priority: Trivial
>              Labels: test
>         Attachments: arrow-python-test.txt
>
>
> Please check the attached test log "arrow-python-test"
> The unit test was executed with python 2.7.13 version. I'm not sure this project would support the compatibility.
> [ RUN      ] CheckPyError.TestStatus
> /Users/OpenSourceProject/arrow_repo/arrow/cpp/src/arrow/python/python-test.cc:94: Failure
> Expected equality of these values:
>   detail->ToString()
>     Which is: "Python exception: exceptions.TypeError"
>   expected_detail
>     Which is: "Python exception: TypeError"
> /Users/OpenSourceProject/arrow_repo/arrow/cpp/src/arrow/python/python-test.cc:94: Failure
> Expected equality of these values:
>   detail->ToString()
>     Which is: "Python exception: exceptions.NotImplementedError"
>   expected_detail
>     Which is: "Python exception: NotImplementedError"
> [  FAILED  ] CheckPyError.TestStatus (0 ms) 
> [ RUN      ] CheckPyError.TestStatusNoGIL
> /Users/OpenSourceProject/arrow_repo/arrow/cpp/src/arrow/python/python-test.cc:144: Failure
> Expected equality of these values:
>   st.detail()->ToString()
>     Which is: "Python exception: exceptions.ZeroDivisionError"
>   "Python exception: ZeroDivisionError"
> [  FAILED  ] CheckPyError.TestStatusNoGIL (0 ms) 
> [----------] 2 tests from CheckPyError (0 ms total)
>  
> [----------] 1 test from RestorePyError
> [ RUN      ] RestorePyError.Basics
> /Users/OpenSourceProject/arrow_repo/arrow/cpp/src/arrow/python/python-test.cc:154: Failure
> Expected equality of these values:
>   st.detail()->ToString()
>     Which is: "Python exception: exceptions.ZeroDivisionError"



--
This message was sent by Atlassian Jira
(v8.3.2#803003)