[==========] Running 3 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 3 tests from TimeManagerTest
[ RUN      ] TimeManagerTest.TestTimeManagerNonLeaderMode
WARNING: Logging before InitGoogleLogging() is written to STDERR
I20260812 08:04:03.514086 25124 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260812 08:04:03.514219 25124 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260812 08:04:03.514268 25124 hybrid_clock.cc:648] HybridClock initialized: now 1786521843514265 us; error 0 us; skew 500 ppm
[       OK ] TimeManagerTest.TestTimeManagerNonLeaderMode (103 ms)
[ RUN      ] TimeManagerTest.TestTimeManagerLeaderMode
I20260812 08:04:03.616495 25124 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260812 08:04:03.616545 25124 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260812 08:04:03.616560 25124 hybrid_clock.cc:648] HybridClock initialized: now 1786521843616559 us; error 0 us; skew 500 ppm

[WARNING] /home/jenkins-slave/workspace/build_and_test/thirdparty/src/googletest-release-1.12.1/googletest/src/gtest-death-test.cc:1108:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 2 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.

[WARNING] /home/jenkins-slave/workspace/build_and_test/thirdparty/src/googletest-release-1.12.1/googletest/src/gtest-death-test.cc:1108:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 2 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
[       OK ] TimeManagerTest.TestTimeManagerLeaderMode (429 ms)
[ RUN      ] TimeManagerTest.TestUpdateClockWithCommitTimestamp
I20260812 08:04:04.045787 25124 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260812 08:04:04.045846 25124 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260812 08:04:04.045866 25124 hybrid_clock.cc:648] HybridClock initialized: now 1786521844045865 us; error 0 us; skew 500 ppm
[       OK ] TimeManagerTest.TestUpdateClockWithCommitTimestamp (21 ms)
[----------] 3 tests from TimeManagerTest (553 ms total)

[----------] Global test environment tear-down
[==========] 3 tests from 1 test suite ran. (554 ms total)
[  PASSED  ] 3 tests.
