[==========] Running 26 tests from 2 test suites.
[----------] Global test environment set-up.
[----------] 22 tests from TestMemRowSet
[ RUN      ] TestMemRowSet.TestInsertAndIterate
[       OK ] TestMemRowSet.TestInsertAndIterate (5 ms)
[ RUN      ] TestMemRowSet.TestInsertAndIterateCompoundKey
[       OK ] TestMemRowSet.TestInsertAndIterateCompoundKey (0 ms)
[ RUN      ] TestMemRowSet.TestInsertDuplicate
[       OK ] TestMemRowSet.TestInsertDuplicate (0 ms)
[ RUN      ] TestMemRowSet.TestUpdate
[       OK ] TestMemRowSet.TestUpdate (1 ms)
[ RUN      ] TestMemRowSet.TestInsertCopiesToArena
WARNING: Logging before InitGoogleLogging() is written to STDERR
W20260812 08:03:07.664746 25512 compilation_manager.cc:213] RowProjector compilation request submit failed: Service unavailable: Thread pool is at capacity (1/1 tasks running, 100/100 tasks queued)
[       OK ] TestMemRowSet.TestInsertCopiesToArena (19 ms)
[ RUN      ] TestMemRowSet.TestDelete
[       OK ] TestMemRowSet.TestDelete (1 ms)
[ RUN      ] TestMemRowSet.TestMemRowSetInsertCountAndScan
I20260812 08:03:07.743510 25512 memrowset-test.cc:607] Time spent Inserting rows: real 0.076s	user 0.076s	sys 0.000s
I20260812 08:03:07.743999 25512 memrowset-test.cc:611] Time spent Counting rows: real 0.000s	user 0.000s	sys 0.000s
I20260812 08:03:07.749778 25512 memrowset-test.cc:620] Time spent Scanning rows where none are committed: real 0.006s	user 0.008s	sys 0.000s
I20260812 08:03:07.761036 25512 memrowset-test.cc:625] Time spent Scanning rows where all are committed: real 0.011s	user 0.008s	sys 0.000s
[       OK ] TestMemRowSet.TestMemRowSetInsertCountAndScan (94 ms)
[ RUN      ] TestMemRowSet.TestInsertionMVCC
I20260812 08:03:07.762533 25512 memrowset-test.cc:657] MemRowSet after inserts:
I20260812 08:03:07.762683 25512 memrowset.cc:159] @1: row (string key="op0", uint32 val=0) mutations=[]
I20260812 08:03:07.762737 25512 memrowset.cc:159] @2: row (string key="op1", uint32 val=1) mutations=[]
I20260812 08:03:07.762755 25512 memrowset.cc:159] @3: row (string key="op2", uint32 val=2) mutations=[]
I20260812 08:03:07.762784 25512 memrowset.cc:159] @4: row (string key="op3", uint32 val=3) mutations=[]
I20260812 08:03:07.762814 25512 memrowset.cc:159] @5: row (string key="op4", uint32 val=4) mutations=[]
[       OK ] TestMemRowSet.TestInsertionMVCC (1 ms)
[ RUN      ] TestMemRowSet.TestUpdateMVCC
I20260812 08:03:07.764382 25512 memrowset-test.cc:700] MemRowSet after updates:
I20260812 08:03:07.764497 25512 memrowset.cc:159] @1: row (string key="my row", uint32 val=0) mutations=[@2(SET val=1), @3(SET val=2), @4(SET val=3), @5(SET val=4), @6(SET val=5)]
I20260812 08:03:07.764727 25512 memrowset-test.cc:715] Reading with snapshot MvccSnapshot[applied={T|T < 1 or (T in {1})}]: (string key="my row", uint32 val=0)
I20260812 08:03:07.764930 25512 memrowset-test.cc:715] Reading with snapshot MvccSnapshot[applied={T|T < 1 or (T in {1,2})}]: (string key="my row", uint32 val=1)
I20260812 08:03:07.765151 25512 memrowset-test.cc:715] Reading with snapshot MvccSnapshot[applied={T|T < 1 or (T in {1,2,3})}]: (string key="my row", uint32 val=2)
I20260812 08:03:07.765385 25512 memrowset-test.cc:715] Reading with snapshot MvccSnapshot[applied={T|T < 1 or (T in {1,2,3,4})}]: (string key="my row", uint32 val=3)
I20260812 08:03:07.765580 25512 memrowset-test.cc:715] Reading with snapshot MvccSnapshot[applied={T|T < 1 or (T in {1,2,3,4,5})}]: (string key="my row", uint32 val=4)
I20260812 08:03:07.765766 25512 memrowset-test.cc:715] Reading with snapshot MvccSnapshot[applied={T|T < 1 or (T in {1,2,3,4,5,6})}]: (string key="my row", uint32 val=5)
[       OK ] TestMemRowSet.TestUpdateMVCC (2 ms)
[ RUN      ] TestMemRowSet.TestScanIncludeDeletedRows
[       OK ] TestMemRowSet.TestScanIncludeDeletedRows (1 ms)
[ RUN      ] TestMemRowSet.TestScanVirtualColumnIsDeleted
[       OK ] TestMemRowSet.TestScanVirtualColumnIsDeleted (1 ms)
[ RUN      ] TestMemRowSet.TestMemRowSetUpdatePerformance
I20260812 08:03:07.775708 25512 memrowset-test.cc:884] Time spent Inserting rows: real 0.007s	user 0.008s	sys 0.000s
I20260812 08:03:07.775794 25512 memrowset-test.cc:888] Time spent Counting rows: real 0.000s	user 0.000s	sys 0.000s
I20260812 08:03:28.141986 25512 memrowset-test.cc:901] Time spent Updating rows: real 20.366s	user 20.193s	sys 0.172s
[       OK ] TestMemRowSet.TestMemRowSetUpdatePerformance (20395 ms)
[ RUN      ] TestMemRowSet.TestCountLiveRows
[       OK ] TestMemRowSet.TestCountLiveRows (1 ms)
[ RUN      ] TestMemRowSet.TestCommittedTransactionalRows
[       OK ] TestMemRowSet.TestCommittedTransactionalRows (1 ms)
[ RUN      ] TestMemRowSet.TestAbortBeforeBeginningToCommitTransactionalRows
[       OK ] TestMemRowSet.TestAbortBeforeBeginningToCommitTransactionalRows (1 ms)
[ RUN      ] TestMemRowSet.TestAbortAfterBeginningToCommitTransactionalRows
[       OK ] TestMemRowSet.TestAbortAfterBeginningToCommitTransactionalRows (2 ms)
[ RUN      ] TestMemRowSet.TestUpdateWithPartialColumnProjection
[       OK ] TestMemRowSet.TestUpdateWithPartialColumnProjection (1 ms)
[ RUN      ] TestMemRowSet.TestPartialProjectionWithSnapshotBetweenMutations
[       OK ] TestMemRowSet.TestPartialProjectionWithSnapshotBetweenMutations (1 ms)
[ RUN      ] TestMemRowSet.TestPartialProjectionWithSnapToExclude
[       OK ] TestMemRowSet.TestPartialProjectionWithSnapToExclude (2 ms)
[ RUN      ] TestMemRowSet.TestPartialProjectionMultipleRows
[       OK ] TestMemRowSet.TestPartialProjectionMultipleRows (1 ms)
[ RUN      ] TestMemRowSet.TestKeyOnlyProjection
[       OK ] TestMemRowSet.TestKeyOnlyProjection (1 ms)
[ RUN      ] TestMemRowSet.TestIncludeDeletedRowsWithPartialProjection
[       OK ] TestMemRowSet.TestIncludeDeletedRowsWithPartialProjection (1 ms)
[----------] 22 tests from TestMemRowSet (20601 ms total)

[----------] 4 tests from RowIteratorOptionsPermutations/ParameterizedTestMemRowSet
[ RUN      ] RowIteratorOptionsPermutations/ParameterizedTestMemRowSet.TestScanSnapToExclude/0
[       OK ] RowIteratorOptionsPermutations/ParameterizedTestMemRowSet.TestScanSnapToExclude/0 (2 ms)
[ RUN      ] RowIteratorOptionsPermutations/ParameterizedTestMemRowSet.TestScanSnapToExclude/1
[       OK ] RowIteratorOptionsPermutations/ParameterizedTestMemRowSet.TestScanSnapToExclude/1 (2 ms)
[ RUN      ] RowIteratorOptionsPermutations/ParameterizedTestMemRowSet.TestScanSnapToExclude/2
[       OK ] RowIteratorOptionsPermutations/ParameterizedTestMemRowSet.TestScanSnapToExclude/2 (2 ms)
[ RUN      ] RowIteratorOptionsPermutations/ParameterizedTestMemRowSet.TestScanSnapToExclude/3
[       OK ] RowIteratorOptionsPermutations/ParameterizedTestMemRowSet.TestScanSnapToExclude/3 (3 ms)
[----------] 4 tests from RowIteratorOptionsPermutations/ParameterizedTestMemRowSet (10 ms total)

[----------] Global test environment tear-down
[==========] 26 tests from 2 test suites ran. (20612 ms total)
[  PASSED  ] 26 tests.
I20260812 08:03:28.447402 25512 logging.cc:436] LogThrottler /workspace/apache/dev/local/kudu/src/kudu/codegen/compilation_manager.cc:213: suppressed but not reported on 24 messages since previous log ~20 seconds ago
