You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Wes McKinney (Jira)" <ji...@apache.org> on 2021/02/20 03:10:00 UTC

[jira] [Closed] (ARROW-4829) [C++][Plasma] plasma-serialization_tests fails in release builds

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

Wes McKinney closed ARROW-4829.
-------------------------------
    Resolution: Won't Fix

> [C++][Plasma] plasma-serialization_tests fails in release builds
> ----------------------------------------------------------------
>
>                 Key: ARROW-4829
>                 URL: https://issues.apache.org/jira/browse/ARROW-4829
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++ - Plasma
>            Reporter: Wes McKinney
>            Priority: Major
>
> On Ubuntu 18.10 with conda-forge toolchain (gcc 7.3.x)
> {code}
> $ ./release/plasma-serialization_tests 
> Running main() from gmock_main.cc
> [==========] Running 14 tests from 1 test case.
> [----------] Global test environment set-up.
> [----------] 14 tests from PlasmaSerialization
> [ RUN      ] PlasmaSerialization.CreateRequest
> [       OK ] PlasmaSerialization.CreateRequest (0 ms)
> [ RUN      ] PlasmaSerialization.CreateReply
> [       OK ] PlasmaSerialization.CreateReply (0 ms)
> [ RUN      ] PlasmaSerialization.SealRequest
> [       OK ] PlasmaSerialization.SealRequest (1 ms)
> [ RUN      ] PlasmaSerialization.SealReply
> [       OK ] PlasmaSerialization.SealReply (0 ms)
> [ RUN      ] PlasmaSerialization.GetRequest
> [       OK ] PlasmaSerialization.GetRequest (0 ms)
> [ RUN      ] PlasmaSerialization.GetReply
> ../src/plasma/test/serialization_tests.cc:191: Failure
> Expected equality of these values:
>   memcmp(&plasma_objects[object_ids[0]], &plasma_objects_return[0], sizeof(PlasmaObject))
>     Which is: 127
>   0
> [  FAILED  ] PlasmaSerialization.GetReply (0 ms)
> [ RUN      ] PlasmaSerialization.ReleaseRequest
> [       OK ] PlasmaSerialization.ReleaseRequest (0 ms)
> [ RUN      ] PlasmaSerialization.ReleaseReply
> [       OK ] PlasmaSerialization.ReleaseReply (0 ms)
> [ RUN      ] PlasmaSerialization.DeleteRequest
> [       OK ] PlasmaSerialization.DeleteRequest (0 ms)
> [ RUN      ] PlasmaSerialization.DeleteReply
> [       OK ] PlasmaSerialization.DeleteReply (0 ms)
> [ RUN      ] PlasmaSerialization.EvictRequest
> [       OK ] PlasmaSerialization.EvictRequest (0 ms)
> [ RUN      ] PlasmaSerialization.EvictReply
> [       OK ] PlasmaSerialization.EvictReply (0 ms)
> [ RUN      ] PlasmaSerialization.DataRequest
> [       OK ] PlasmaSerialization.DataRequest (0 ms)
> [ RUN      ] PlasmaSerialization.DataReply
> [       OK ] PlasmaSerialization.DataReply (0 ms)
> [----------] 14 tests from PlasmaSerialization (1 ms total)
> [----------] Global test environment tear-down
> [==========] 14 tests from 1 test case ran. (2 ms total)
> [  PASSED  ] 13 tests.
> [  FAILED  ] 1 test, listed below:
> [  FAILED  ] PlasmaSerialization.GetReply
>  1 FAILED TEST
> {code}



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