[==========] 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 06:37:46.984750  6246 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260812 06:37:46.984879  6246 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 06:37:46.984929  6246 hybrid_clock.cc:648] HybridClock initialized: now 1786516666984925 us; error 0 us; skew 500 ppm
[       OK ] TimeManagerTest.TestTimeManagerNonLeaderMode (103 ms)
[ RUN      ] TimeManagerTest.TestTimeManagerLeaderMode
I20260812 06:37:47.087111  6246 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260812 06:37:47.087165  6246 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 06:37:47.087180  6246 hybrid_clock.cc:648] HybridClock initialized: now 1786516667087180 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 (425 ms)
[ RUN      ] TimeManagerTest.TestUpdateClockWithCommitTimestamp
I20260812 06:37:47.512552  6246 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260812 06:37:47.512615  6246 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 06:37:47.512630  6246 hybrid_clock.cc:648] HybridClock initialized: now 1786516667512630 us; error 0 us; skew 500 ppm
[       OK ] TimeManagerTest.TestUpdateClockWithCommitTimestamp (21 ms)
[----------] 3 tests from TimeManagerTest (549 ms total)

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