[==========] Running 16 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 16 tests from LockManagerTest
[ RUN      ] LockManagerTest.TestLockUnlockSingleRow
[       OK ] LockManagerTest.TestLockUnlockSingleRow (1 ms)
[ RUN      ] LockManagerTest.TestMultipleLockSameRow
[       OK ] LockManagerTest.TestMultipleLockSameRow (0 ms)
[ RUN      ] LockManagerTest.TestLockUnlockMultipleRows
[       OK ] LockManagerTest.TestLockUnlockMultipleRows (0 ms)
[ RUN      ] LockManagerTest.TestLockBatch
[       OK ] LockManagerTest.TestLockBatch (0 ms)
[ RUN      ] LockManagerTest.TestRelockSameRow
[       OK ] LockManagerTest.TestRelockSameRow (0 ms)
[ RUN      ] LockManagerTest.TestMoveRowLock
[       OK ] LockManagerTest.TestMoveRowLock (0 ms)
[ RUN      ] LockManagerTest.TestLockUnlockPartitionSingleTxn
[       OK ] LockManagerTest.TestLockUnlockPartitionSingleTxn (0 ms)
[ RUN      ] LockManagerTest.TestLockUnlockPartitionAbort
WARNING: Logging before InitGoogleLogging() is written to STDERR
W20260812 06:37:39.973464 16897 lock_manager.cc:494] Txn 2 has not acquired the partition lock after 1000ms
[       OK ] LockManagerTest.TestLockUnlockPartitionAbort (1001 ms)
[ RUN      ] LockManagerTest.TestLockUnlockPartitionRetry
W20260812 06:37:40.975310 16897 lock_manager.cc:494] Txn 1 has not acquired the partition lock after 1000ms
[       OK ] LockManagerTest.TestLockUnlockPartitionRetry (1001 ms)
[ RUN      ] LockManagerTest.TestSerialWaitForLockPartition
[       OK ] LockManagerTest.TestSerialWaitForLockPartition (1 ms)
[ RUN      ] LockManagerTest.TestConcurrentWaitForLockPartition
[       OK ] LockManagerTest.TestConcurrentWaitForLockPartition (3001 ms)
[ RUN      ] LockManagerTest.TestWaitDieDeadlockPrevention
I20260812 06:37:43.979485 16905 lock_manager-test.cc:258] Acquired lock from txn 0
I20260812 06:37:43.979589 16905 lock_manager-test.cc:258] Acquired lock from txn 0
I20260812 06:37:43.979682 16907 lock_manager-test.cc:258] Acquired lock from txn 2
I20260812 06:37:43.979712 16911 lock_manager-test.cc:258] Acquired lock from txn 4
W20260812 06:37:44.980222 16906 lock_manager.cc:494] Txn 1 has not acquired the partition lock after 1000ms
W20260812 06:37:44.980283 16916 lock_manager.cc:494] Txn 6 has not acquired the partition lock after 1000ms
W20260812 06:37:44.980257 16909 lock_manager.cc:494] Txn 3 has not acquired the partition lock after 1000ms
W20260812 06:37:44.980324 16914 lock_manager.cc:494] Txn 5 has not acquired the partition lock after 1000ms
I20260812 06:37:44.980444 16909 lock_manager-test.cc:263] Aborting txn 3
W20260812 06:37:44.980324 16907 lock_manager.cc:494] Txn 2 has not acquired the partition lock after 1000ms
I20260812 06:37:44.980398 16906 lock_manager-test.cc:266] Retrying txn 1
I20260812 06:37:44.980438 16916 lock_manager-test.cc:263] Aborting txn 6
I20260812 06:37:44.980487 16914 lock_manager-test.cc:263] Aborting txn 5
W20260812 06:37:44.980293 16921 lock_manager.cc:494] Txn 8 has not acquired the partition lock after 1000ms
I20260812 06:37:44.980687 16907 lock_manager-test.cc:266] Retrying txn 2
W20260812 06:37:44.980330 16919 lock_manager.cc:494] Txn 7 has not acquired the partition lock after 1000ms
I20260812 06:37:44.980820 16919 lock_manager-test.cc:263] Aborting txn 7
W20260812 06:37:44.980381 16922 lock_manager.cc:494] Txn 9 has not acquired the partition lock after 1000ms
W20260812 06:37:44.980363 16911 lock_manager.cc:494] Txn 4 has not acquired the partition lock after 1000ms
I20260812 06:37:44.980700 16921 lock_manager-test.cc:263] Aborting txn 8
I20260812 06:37:44.980966 16911 lock_manager-test.cc:263] Aborting txn 4
I20260812 06:37:44.980906 16922 lock_manager-test.cc:263] Aborting txn 9
I20260812 06:37:44.981176 16909 lock_manager-test.cc:258] Acquired lock from txn 3
I20260812 06:37:44.981247 16916 lock_manager-test.cc:258] Acquired lock from txn 6
I20260812 06:37:44.981316 16907 lock_manager-test.cc:258] Acquired lock from txn 2
I20260812 06:37:44.981391 16919 lock_manager-test.cc:258] Acquired lock from txn 7
I20260812 06:37:44.981405 16906 lock_manager-test.cc:258] Acquired lock from txn 1
I20260812 06:37:44.981447 16906 lock_manager-test.cc:258] Acquired lock from txn 1
I20260812 06:37:44.981508 16914 lock_manager-test.cc:258] Acquired lock from txn 5
I20260812 06:37:44.981564 16921 lock_manager-test.cc:258] Acquired lock from txn 8
I20260812 06:37:44.981572 16922 lock_manager-test.cc:258] Acquired lock from txn 9
[       OK ] LockManagerTest.TestWaitDieDeadlockPrevention (1003 ms)
[ RUN      ] LockManagerTest.TestConcurrentLockUnlockPartitionWithInvalidID
[       OK ] LockManagerTest.TestConcurrentLockUnlockPartitionWithInvalidID (1 ms)
[ RUN      ] LockManagerTest.TestMovePartitionLock
[       OK ] LockManagerTest.TestMovePartitionLock (0 ms)
[ RUN      ] LockManagerTest.TestContention
I20260812 06:37:45.135195 16897 lock_manager-test.cc:451] *** testing with 10 threads, 1000 iterations.
I20260812 06:37:45.135291 16897 lock_manager-test.cc:453] Contended Lock/Unlock cycles per second:  66144.2
I20260812 06:37:45.135336 16897 lock_manager-test.cc:455] Contended User CPU per lock/unlock cycle: 2.11421us
I20260812 06:37:45.135349 16897 lock_manager-test.cc:457] Contended Sys CPU per lock/unlock cycle:  3.66629us
[       OK ] LockManagerTest.TestContention (152 ms)
[ RUN      ] LockManagerTest.TestUncontended
I20260812 06:37:45.149933 16897 lock_manager-test.cc:451] *** testing with 10 threads, 1000 iterations.
I20260812 06:37:45.150007 16897 lock_manager-test.cc:453] Uncontended Lock/Unlock cycles per second:  731039
I20260812 06:37:45.150030 16897 lock_manager-test.cc:455] Uncontended User CPU per lock/unlock cycle: 0.0519152us
I20260812 06:37:45.150043 16897 lock_manager-test.cc:457] Uncontended Sys CPU per lock/unlock cycle:  0.004417us
[       OK ] LockManagerTest.TestUncontended (14 ms)
[----------] 16 tests from LockManagerTest (6182 ms total)

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