You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Lee June Woo (JIRA)" <ji...@apache.org> on 2019/08/01 07:28:00 UTC

[jira] [Created] (ARROW-6092) [C++] unit test failure due to unexpected result

Lee June Woo created ARROW-6092:
-----------------------------------

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