You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2020/05/11 12:11:00 UTC

[jira] [Resolved] (ARROW-8759) [C++] TestPlasmaSerialization.DeleteReply tests failure on big-endian platforms

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

Antoine Pitrou resolved ARROW-8759.
-----------------------------------
    Fix Version/s: 1.0.0
       Resolution: Fixed

Issue resolved by pull request 7148
[https://github.com/apache/arrow/pull/7148]

> [C++] TestPlasmaSerialization.DeleteReply tests failure on big-endian platforms
> -------------------------------------------------------------------------------
>
>                 Key: ARROW-8759
>                 URL: https://issues.apache.org/jira/browse/ARROW-8759
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++ - Plasma
>            Reporter: Kazuaki Ishizaki
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 1.0.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> TestPlasmaSerialization.DeleteReply test in plasma-serialization-tests causes a failure as follows:
> {code}
> 1: [==========] Running 14 tests from 1 test case.
> 1: [----------] Global test environment set-up.
> 1: [----------] 14 tests from TestPlasmaSerialization
> 1: [ RUN      ] TestPlasmaSerialization.CreateRequest
> 1: /home/ishizaki/Arrow/arrow/cpp/src/plasma/test/serialization_tests.cc:87: file path: '/tmp/ser-test-kk8t88p9/fileXXXXXX'
> 1: [       OK ] TestPlasmaSerialization.CreateRequest (2 ms)
> 1: [ RUN      ] TestPlasmaSerialization.CreateReply
> 1: /home/ishizaki/Arrow/arrow/cpp/src/plasma/test/serialization_tests.cc:87: file path: '/tmp/ser-test-97gspx5v/fileXXXXXX'
> 1: [       OK ] TestPlasmaSerialization.CreateReply (0 ms)
> 1: [ RUN      ] TestPlasmaSerialization.SealRequest
> 1: /home/ishizaki/Arrow/arrow/cpp/src/plasma/test/serialization_tests.cc:87: file path: '/tmp/ser-test-dkksx76p/fileXXXXXX'
> 1: [       OK ] TestPlasmaSerialization.SealRequest (1 ms)
> 1: [ RUN      ] TestPlasmaSerialization.SealReply
> 1: /home/ishizaki/Arrow/arrow/cpp/src/plasma/test/serialization_tests.cc:87: file path: '/tmp/ser-test-oqbs9vm0/fileXXXXXX'
> 1: [       OK ] TestPlasmaSerialization.SealReply (0 ms)
> 1: [ RUN      ] TestPlasmaSerialization.GetRequest
> 1: /home/ishizaki/Arrow/arrow/cpp/src/plasma/test/serialization_tests.cc:87: file path: '/tmp/ser-test-d7q6h5q4/fileXXXXXX'
> 1: [       OK ] TestPlasmaSerialization.GetRequest (1 ms)
> 1: [ RUN      ] TestPlasmaSerialization.GetReply
> 1: /home/ishizaki/Arrow/arrow/cpp/src/plasma/test/serialization_tests.cc:87: file path: '/tmp/ser-test-sxsncs72/fileXXXXXX'
> 1: [       OK ] TestPlasmaSerialization.GetReply (1 ms)
> 1: [ RUN      ] TestPlasmaSerialization.ReleaseRequest
> 1: /home/ishizaki/Arrow/arrow/cpp/src/plasma/test/serialization_tests.cc:87: file path: '/tmp/ser-test-njc3g3b5/fileXXXXXX'
> 1: [       OK ] TestPlasmaSerialization.ReleaseRequest (0 ms)
> 1: [ RUN      ] TestPlasmaSerialization.ReleaseReply
> 1: /home/ishizaki/Arrow/arrow/cpp/src/plasma/test/serialization_tests.cc:87: file path: '/tmp/ser-test-917ybxmo/fileXXXXXX'
> 1: [       OK ] TestPlasmaSerialization.ReleaseReply (1 ms)
> 1: [ RUN      ] TestPlasmaSerialization.DeleteRequest
> 1: /home/ishizaki/Arrow/arrow/cpp/src/plasma/test/serialization_tests.cc:87: file path: '/tmp/ser-test-1kwauefv/fileXXXXXX'
> 1: [       OK ] TestPlasmaSerialization.DeleteRequest (0 ms)
> 1: [ RUN      ] TestPlasmaSerialization.DeleteReply
> 1: /home/ishizaki/Arrow/arrow/cpp/src/plasma/test/serialization_tests.cc:87: file path: '/tmp/ser-test-4ftq28pq/fileXXXXXX'
> 1: /home/ishizaki/Arrow/arrow/cpp/src/plasma/test/serialization_tests.cc:271: Failure
> 1: Value of: error_vec[0] == PlasmaError::ObjectExists
> 1:   Actual: false
> 1: Expected: true
> 1: [  FAILED  ] TestPlasmaSerialization.DeleteReply (1 ms)
> 1: [ RUN      ] TestPlasmaSerialization.EvictRequest
> 1: /home/ishizaki/Arrow/arrow/cpp/src/plasma/test/serialization_tests.cc:87: file path: '/tmp/ser-test-vl97870w/fileXXXXXX'
> 1: [       OK ] TestPlasmaSerialization.EvictRequest (0 ms)
> 1: [ RUN      ] TestPlasmaSerialization.EvictReply
> 1: /home/ishizaki/Arrow/arrow/cpp/src/plasma/test/serialization_tests.cc:87: file path: '/tmp/ser-test-3am9a6rv/fileXXXXXX'
> 1: [       OK ] TestPlasmaSerialization.EvictReply (1 ms)
> 1: [ RUN      ] TestPlasmaSerialization.DataRequest
> 1: /home/ishizaki/Arrow/arrow/cpp/src/plasma/test/serialization_tests.cc:87: file path: '/tmp/ser-test-plye5tmm/fileXXXXXX'
> 1: [       OK ] TestPlasmaSerialization.DataRequest (0 ms)
> 1: [ RUN      ] TestPlasmaSerialization.DataReply
> 1: /home/ishizaki/Arrow/arrow/cpp/src/plasma/test/serialization_tests.cc:87: file path: '/tmp/ser-test-mbu6lqsq/fileXXXXXX'
> 1: [       OK ] TestPlasmaSerialization.DataReply (1 ms)
> 1: [----------] 14 tests from TestPlasmaSerialization (9 ms total)
> 1: 
> 1: [----------] Global test environment tear-down
> 1: [==========] 14 tests from 1 test case ran. (9 ms total)
> 1: [  PASSED  ] 13 tests.
> 1: [  FAILED  ] 1 test, listed below:
> 1: [  FAILED  ] TestPlasmaSerialization.DeleteReply
> 1: 
> 1:  1 FAILED TEST
> 1: /home/ishizaki/Arrow/arrow/cpp/src/plasma
> 1/3 Test #1: plasma-serialization-tests .......***Failed    0.27 sec
> ...
> 3/3 Test #3: plasma-external-store-tests ......   Passed    0.46 sec
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)