mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-04 21:42:39 +00:00
FIx clang-tidy
This commit is contained in:
parent
6b9329153b
commit
80201f161c
@ -626,8 +626,7 @@ TEST_F(FileCacheTest, get)
|
|||||||
{
|
{
|
||||||
/// Test background thread delated cleanup
|
/// Test background thread delated cleanup
|
||||||
|
|
||||||
auto settings2{settings};
|
auto cache = DB::FileCache(settings);
|
||||||
auto cache = DB::FileCache(settings2);
|
|
||||||
cache.initialize();
|
cache.initialize();
|
||||||
const auto key = cache.createKeyForPath("key10");
|
const auto key = cache.createKeyForPath("key10");
|
||||||
const auto key_path = cache.getPathInLocalCache(key);
|
const auto key_path = cache.getPathInLocalCache(key);
|
||||||
|
Loading…
Reference in New Issue
Block a user