[==========] Running 15 tests from 3 test suites.
[----------] Global test environment set-up.
[----------] 8 tests from CacheTypes/SLRUCacheTest
[ RUN      ] CacheTypes/SLRUCacheTest.Upgrade/0
[       OK ] CacheTypes/SLRUCacheTest.Upgrade/0 (1 ms)
[ RUN      ] CacheTypes/SLRUCacheTest.Upgrade/1
[       OK ] CacheTypes/SLRUCacheTest.Upgrade/1 (0 ms)
[ RUN      ] CacheTypes/SLRUCacheTest.Erase/0
[       OK ] CacheTypes/SLRUCacheTest.Erase/0 (0 ms)
[ RUN      ] CacheTypes/SLRUCacheTest.Erase/1
[       OK ] CacheTypes/SLRUCacheTest.Erase/1 (0 ms)
[ RUN      ] CacheTypes/SLRUCacheTest.EntriesArePinned/0
[       OK ] CacheTypes/SLRUCacheTest.EntriesArePinned/0 (0 ms)
[ RUN      ] CacheTypes/SLRUCacheTest.EntriesArePinned/1
[       OK ] CacheTypes/SLRUCacheTest.EntriesArePinned/1 (0 ms)
[ RUN      ] CacheTypes/SLRUCacheTest.LRUEviction/0
[       OK ] CacheTypes/SLRUCacheTest.LRUEviction/0 (9 ms)
[ RUN      ] CacheTypes/SLRUCacheTest.LRUEviction/1
[       OK ] CacheTypes/SLRUCacheTest.LRUEviction/1 (8 ms)
[----------] 8 tests from CacheTypes/SLRUCacheTest (22 ms total)

[----------] 4 tests from CacheTypes/SLRUSingleShardCacheTest
[ RUN      ] CacheTypes/SLRUSingleShardCacheTest.Downgrade/0
[       OK ] CacheTypes/SLRUSingleShardCacheTest.Downgrade/0 (1 ms)
[ RUN      ] CacheTypes/SLRUSingleShardCacheTest.DowngradeEviction/0
[       OK ] CacheTypes/SLRUSingleShardCacheTest.DowngradeEviction/0 (1 ms)
[ RUN      ] CacheTypes/SLRUSingleShardCacheTest.LongInserts/0
[       OK ] CacheTypes/SLRUSingleShardCacheTest.LongInserts/0 (2 ms)
[ RUN      ] CacheTypes/SLRUSingleShardCacheTest.CornerCases/0
[       OK ] CacheTypes/SLRUSingleShardCacheTest.CornerCases/0 (0 ms)
[----------] 4 tests from CacheTypes/SLRUSingleShardCacheTest (6 ms total)

[----------] 3 tests from CacheTypes/SLRUSingleShardTest
[ RUN      ] CacheTypes/SLRUSingleShardTest.CapacityCases/0
[       OK ] CacheTypes/SLRUSingleShardTest.CapacityCases/0 (0 ms)
[ RUN      ] CacheTypes/SLRUSingleShardTest.EdgeCase/0
[       OK ] CacheTypes/SLRUSingleShardTest.EdgeCase/0 (1 ms)
[ RUN      ] CacheTypes/SLRUSingleShardTest.InsertAndLookupPatterns/0
[       OK ] CacheTypes/SLRUSingleShardTest.InsertAndLookupPatterns/0 (0 ms)
[----------] 3 tests from CacheTypes/SLRUSingleShardTest (3 ms total)

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