C:\ci\ws\build\rclcpp\test\rclcpp\Release>test_rate.exe Running main() from C:\dev\ros2_rolling\src\gtest_vendor\src\gtest_main.cc [==========] Running 6 tests from 1 test suite. [----------] Global test environment set-up. [----------] 6 tests from TestRate [ RUN ] TestRate.rate_basics ALEX: Rate::sleep() next_interval <= now [ OK ] TestRate.rate_basics (8315 ms) [ RUN ] TestRate.wall_rate_basics ALEX: Rate::sleep() next_interval <= now [ OK ] TestRate.wall_rate_basics (556 ms) [ RUN ] TestRate.generic_rate C:\ci\ws\src\rclcpp\rclcpp\test\rclcpp\test_rate.cpp(253): error: Expected: (period) < (delta), actual: 8-byte object <64-00 00-00 00-00 00-00> vs 8-byte object <44-3E E6-05 00-00 00-00> [ FAILED ] TestRate.generic_rate (1059 ms) [ RUN ] TestRate.from_double [ OK ] TestRate.from_double (0 ms) [ RUN ] TestRate.clock_types [ OK ] TestRate.clock_types (0 ms) [ RUN ] TestRate.incorrect_constuctor [ OK ] TestRate.incorrect_constuctor (0 ms) [----------] 6 tests from TestRate (9957 ms total) [----------] Global test environment tear-down [==========] 6 tests from 1 test suite ran. (9968 ms total) [ PASSED ] 5 tests. [ FAILED ] 1 test, listed below: [ FAILED ] TestRate.generic_rate 1 FAILED TEST