mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 10:02:01 +00:00
Fix unit test
This commit is contained in:
parent
f0e0d97752
commit
ce9131f905
@ -496,7 +496,7 @@ TEST(LRUFileCache, get)
|
|||||||
/// Test max file segment size
|
/// Test max file segment size
|
||||||
|
|
||||||
auto settings2 = settings;
|
auto settings2 = settings;
|
||||||
settings.max_file_segment_size = 10;
|
settings2.max_file_segment_size = 10;
|
||||||
auto cache2 = DB::LRUFileCache(caches_dir / "cache2", settings2);
|
auto cache2 = DB::LRUFileCache(caches_dir / "cache2", settings2);
|
||||||
cache2.initialize();
|
cache2.initialize();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user