[==========] Running 7 tests from 3 test suites.
[----------] Global test environment set-up.
[----------] 1 test from TestIndexBuilder
[ RUN      ] TestIndexBuilder.TestIndexWithInts
[       OK ] TestIndexBuilder.TestIndexWithInts (0 ms)
[----------] 1 test from TestIndexBuilder (0 ms total)

[----------] 5 tests from TestIndexBlock
[ RUN      ] TestIndexBlock.TestIndexBlockWithStrings
[       OK ] TestIndexBlock.TestIndexBlockWithStrings (0 ms)
[ RUN      ] TestIndexBlock.TestIterator
[       OK ] TestIndexBlock.TestIterator (0 ms)
[ RUN      ] TestIndexBlock.EmptyBlock
WARNING: Logging before InitGoogleLogging() is written to STDERR
W20260812 08:03:39.485157 19663 index_block.cc:223] failed to position in block: Not found: 0: no such index
[       OK ] TestIndexBlock.EmptyBlock (0 ms)
[ RUN      ] TestIndexBlock.EmptyKeys
[       OK ] TestIndexBlock.EmptyKeys (551 ms)
[ RUN      ] TestIndexBlock.CorruptedTrailer
[       OK ] TestIndexBlock.CorruptedTrailer (0 ms)
[----------] 5 tests from TestIndexBlock (552 ms total)

[----------] 1 test from TestIndexKeys
[ RUN      ] TestIndexKeys.TestGetSeparatingKey
[       OK ] TestIndexKeys.TestGetSeparatingKey (0 ms)
[----------] 1 test from TestIndexKeys (0 ms total)

[----------] Global test environment tear-down
[==========] 7 tests from 3 test suites ran. (553 ms total)
[  PASSED  ] 7 tests.
