Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-4829

[C++][Plasma] plasma-serialization_tests fails in release builds

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • None
    • None
    • C++ - Plasma
    • None

    Description

      On Ubuntu 18.10 with conda-forge toolchain (gcc 7.3.x)

      $ ./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
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            wesm Wes McKinney
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: