[==========] 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 08:03:51.519601 31922 logging-test.cc:54] test
I20260812 08:03:52.520475 31922 logging-test.cc:54] test [suppressed 889 similar messages]
[       OK ] LoggingTest.TestThrottledLogging (1002 ms)
[ RUN      ] LoggingTest.ThrottledLoggingNoThrottleMsg
I20260812 08:03:52.522270 31922 logging-test.cc:73] test
I20260812 08:03:53.522905 31922 logging-test.cc:73] test
[       OK ] LoggingTest.ThrottledLoggingNoThrottleMsg (1002 ms)
[ RUN      ] LoggingTest.ThrottledLoggingLowFrequency
I20260812 08:03:53.524358 31922 logging-test.cc:101] test 0
I20260812 08:03:54.574620 31922 logging-test.cc:101] test 1
I20260812 08:03:55.625007 31922 logging-test.cc:101] test 2
I20260812 08:03:56.675359 31922 logging-test.cc:101] test 3
I20260812 08:03:57.725688 31922 logging-test.cc:101] test 4
[       OK ] LoggingTest.ThrottledLoggingLowFrequency (5251 ms)
[ RUN      ] LoggingTest.ThrottledLoggingShortBurst
I20260812 08:03:58.776257 31922 logging-test.cc:135] test 0
[       OK ] LoggingTest.ThrottledLoggingShortBurst (2159 ms)
[ RUN      ] LoggingTest.LogThrottleDestructorReport
I20260812 08:04:00.935617 31922 logging-test.cc:162] test 0
I20260812 08:04:01.936064 31922 logging.cc:436] LogThrottler in test: suppressed but not reported on 99 messages since previous log ~1 seconds ago
[       OK ] LoggingTest.LogThrottleDestructorReport (1001 ms)
[ RUN      ] LoggingTest.TestAsyncLogger
[       OK ] LoggingTest.TestAsyncLogger (1733 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 08:04:04.696422 31922 logging-test.cc:323] Time spent foo: real 0.000s	user 0.000s	sys 0.000s
I20260812 08:04:04.696547 31922 logging-test.cc:326] Time spent bar: real 0.000s	user 0.000s	sys 0.000s
I20260812 08:04:04.696576 31922 logging-test.cc:336] hello
[       OK ] LoggingTest.TestLogTiming (0 ms)
[ RUN      ] LoggingTest.TestVlogDoesNotEvaluateMessage
[       OK ] LoggingTest.TestVlogDoesNotEvaluateMessage (0 ms)
[----------] 11 tests from LoggingTest (13177 ms total)

[----------] Global test environment tear-down
[==========] 11 tests from 1 test suite ran. (13177 ms total)
[  PASSED  ] 11 tests.
I20260812 08:04:04.697311 31922 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
