Wes McKinney created ARROW-4829:
-----------------------------------

             Summary: [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
             Fix For: 0.14.0


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
(v7.6.3#76005)

Reply via email to