id summary reporter owner description type status priority milestone component version resolution keywords cc drp_resources i_links o_links remaining_time sprint 10664 Bug: non-deterministic behavior in RTypes jamoore rleigh "With the code in https://github.com/openmicroscopy/openmicroscopy/pull/963, periodic failures (depending on the gtest filter) arise in `RTypesTest`: {{{ hudson@howe:~/hudson/workspace/OMERO-merge-stable/src/components/tools/OmeroCpp$ LD_LIBRARY_PATH=. test/unit/unit --gtest_filter=RTypesTest.* Running main() from gtest_main.cc Note: Google Test filter = RTypesTest.* [==========] Running 10 tests from 1 test case. [----------] Global test environment set-up. [----------] 10 tests from RTypesTest [ RUN ] RTypesTest.RDouble [ OK ] RTypesTest.RDouble (0 ms) [ RUN ] RTypesTest.RFloat [ OK ] RTypesTest.RFloat (0 ms) [ RUN ] RTypesTest.RInt test/unit/rtypes.cpp:30: Failure Expected: (rv1) < (rv2), actual: 1 vs 1 [ FAILED ] RTypesTest.RInt (0 ms) [ RUN ] RTypesTest.RLong test/unit/rtypes.cpp:30: Failure Expected: (rv1) < (rv2), actual: 1 vs 1 [ FAILED ] RTypesTest.RLong (0 ms) [ RUN ] RTypesTest.RTime test/unit/rtypes.cpp:30: Failure Expected: (rv1) < (rv2), actual: 1 vs 1 [ FAILED ] RTypesTest.RTime (0 ms) [ RUN ] RTypesTest.RString test/unit/rtypes.cpp:30: Failure Expected: (rv1) < (rv2), actual: 1 vs 1 [ FAILED ] RTypesTest.RString (0 ms) [ RUN ] RTypesTest.RArray test/unit/rtypes.cpp:30: Failure Expected: (rv1) < (rv2), actual: 1 vs 1 [ FAILED ] RTypesTest.RArray (0 ms) [ RUN ] RTypesTest.RList test/unit/rtypes.cpp:30: Failure Expected: (rv1) < (rv2), actual: 1 vs 1 [ FAILED ] RTypesTest.RList (0 ms) [ RUN ] RTypesTest.RSet test/unit/rtypes.cpp:30: Failure Expected: (rv1) < (rv2), actual: 1 vs 1 [ FAILED ] RTypesTest.RSet (0 ms) [ RUN ] RTypesTest.RMap [ OK ] RTypesTest.RMap (1 ms) [----------] 10 tests from RTypesTest (1 ms total) [----------] Global test environment tear-down [==========] 10 tests from 1 test case ran. (1 ms total) [ PASSED ] 3 tests. [ FAILED ] 7 tests, listed below: [ FAILED ] RTypesTest.RInt [ FAILED ] RTypesTest.RLong [ FAILED ] RTypesTest.RTime [ FAILED ] RTypesTest.RString [ FAILED ] RTypesTest.RArray [ FAILED ] RTypesTest.RList [ FAILED ] RTypesTest.RSet 7 FAILED TESTS }}} Comments also in https://github.com/openmicroscopy/openmicroscopy/pull/984 " task new critical Unscheduled OmeroCpp 4.4.8 cpp@…