[==========] Running 11 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 11 tests from LoggingTest
[ RUN      ] LoggingTest.TestThrottledLogging
WARNING: Logging before InitGoogleLogging() is written to STDERR
I20260812 06:37:34.283473 27850 logging-test.cc:54] test
I20260812 06:37:35.284412 27850 logging-test.cc:54] test [suppressed 904 similar messages]
[       OK ] LoggingTest.TestThrottledLogging (1002 ms)
[ RUN      ] LoggingTest.ThrottledLoggingNoThrottleMsg
I20260812 06:37:35.286126 27850 logging-test.cc:73] test
I20260812 06:37:36.287097 27850 logging-test.cc:73] test
[       OK ] LoggingTest.ThrottledLoggingNoThrottleMsg (1002 ms)
[ RUN      ] LoggingTest.ThrottledLoggingLowFrequency
I20260812 06:37:36.288654 27850 logging-test.cc:101] test 0
I20260812 06:37:37.338910 27850 logging-test.cc:101] test 1
I20260812 06:37:38.389256 27850 logging-test.cc:101] test 2
I20260812 06:37:39.439636 27850 logging-test.cc:101] test 3
I20260812 06:37:40.489980 27850 logging-test.cc:101] test 4
[       OK ] LoggingTest.ThrottledLoggingLowFrequency (5251 ms)
[ RUN      ] LoggingTest.ThrottledLoggingShortBurst
I20260812 06:37:41.540617 27850 logging-test.cc:135] test 0
[       OK ] LoggingTest.ThrottledLoggingShortBurst (2150 ms)
[ RUN      ] LoggingTest.LogThrottleDestructorReport
I20260812 06:37:43.691571 27850 logging-test.cc:162] test 0
I20260812 06:37:44.692013 27850 logging.cc:436] LogThrottler in test: suppressed but not reported on 99 messages since previous log ~1 seconds ago
[       OK ] LoggingTest.LogThrottleDestructorReport (1000 ms)
[ RUN      ] LoggingTest.TestAsyncLogger
[       OK ] LoggingTest.TestAsyncLogger (1731 ms)
[ RUN      ] LoggingTest.TestAsyncLoggerAutoFlush
[       OK ] LoggingTest.TestAsyncLoggerAutoFlush (1025 ms)
[ RUN      ] LoggingTest.TestRedactionBasic
[       OK ] LoggingTest.TestRedactionBasic (0 ms)
[ RUN      ] LoggingTest.TestRedactionIllustrateUsage
[       OK ] LoggingTest.TestRedactionIllustrateUsage (0 ms)
[ RUN      ] LoggingTest.TestLogTiming
I20260812 06:37:47.449728 27850 logging-test.cc:323] Time spent foo: real 0.000s	user 0.000s	sys 0.000s
I20260812 06:37:47.449878 27850 logging-test.cc:326] Time spent bar: real 0.000s	user 0.000s	sys 0.000s
I20260812 06:37:47.449910 27850 logging-test.cc:336] hello
[       OK ] LoggingTest.TestLogTiming (0 ms)
[ RUN      ] LoggingTest.TestVlogDoesNotEvaluateMessage
[       OK ] LoggingTest.TestVlogDoesNotEvaluateMessage (0 ms)
[----------] 11 tests from LoggingTest (13166 ms total)

[----------] Global test environment tear-down
[==========] 11 tests from 1 test suite ran. (13166 ms total)
[  PASSED  ] 11 tests.
I20260812 06:37:47.450676 27850 logging.cc:436] LogThrottler /workspace/apache/dev/local/kudu/src/kudu/util/logging-test.cc:135: suppressed but not reported on 1999 messages since previous log ~5 seconds ago
