[==========] Running 6 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 6 tests from KeyUtilTest
[ RUN      ] KeyUtilTest.TestIncrementNonCompositePrimaryKey
[       OK ] KeyUtilTest.TestIncrementNonCompositePrimaryKey (1 ms)
[ RUN      ] KeyUtilTest.TestIncrementInt128PrimaryKey
[       OK ] KeyUtilTest.TestIncrementInt128PrimaryKey (0 ms)
[ RUN      ] KeyUtilTest.TestIncrementCompositePrimaryKey
[       OK ] KeyUtilTest.TestIncrementCompositePrimaryKey (0 ms)
[ RUN      ] KeyUtilTest.TestIncrementCompositeIntStringPrimaryKey
[       OK ] KeyUtilTest.TestIncrementCompositeIntStringPrimaryKey (0 ms)
[ RUN      ] KeyUtilTest.TestIncrementCompositeStringIntPrimaryKey
[       OK ] KeyUtilTest.TestIncrementCompositeStringIntPrimaryKey (0 ms)
[ RUN      ] KeyUtilTest.TestTryDecrementCell
[       OK ] KeyUtilTest.TestTryDecrementCell (0 ms)
[----------] 6 tests from KeyUtilTest (4 ms total)

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