[
https://issues.apache.org/jira/browse/ARROW-6092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16897915#comment-16897915
]
Antoine Pitrou commented on ARROW-6092:
---------------------------------------
Thanks for noticing. Looks like we're not running this test on Python 2.7
anymore. Note the failure is benign.
Also, by the way, we plan to stop supporting Python 2.7 after Arrow 1.0: see
ARROW-5757
> [C++] unit test failure due to unexpected result
> -------------------------------------------------
>
> Key: ARROW-6092
> URL: https://issues.apache.org/jira/browse/ARROW-6092
> Project: Apache Arrow
> Issue Type: Bug
> Components: C++, Python
> Environment: python 2.7.13 in Mac OS
> Reporter: Lee June Woo
> 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
(v7.6.14#76016)