Merge pull request #36150 from kssenii/fix-cache-test

Fix test 02241_remote_filesystem_cache_on_insert for database Ordinary
This commit is contained in:
Kseniia Sumarokova 2022-04-12 11:08:44 +02:00 committed by GitHub
commit b29202ac88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,6 +53,7 @@ Pipe StorageSystemRemoteDataPaths::read(
{
std::vector<IDisk::LocalPathWithRemotePaths> remote_paths_by_local_path;
disk->getRemotePathsRecursive("store", remote_paths_by_local_path);
disk->getRemotePathsRecursive("data", remote_paths_by_local_path);
FileCachePtr cache;
auto cache_base_path = disk->getCacheBasePath();