fixes
Some checks failed
BlockStorage/repertory/pipeline/head There was a failure building this commit
Some checks failed
BlockStorage/repertory/pipeline/head There was a failure building this commit
This commit is contained in:
parent
acdc165102
commit
2a15d6b4a3
@ -1553,6 +1553,8 @@ TEST_F(file_manager_test,
|
|||||||
});
|
});
|
||||||
|
|
||||||
std::uint64_t handle{};
|
std::uint64_t handle{};
|
||||||
|
EXPECT_CALL(mp, upload_file).AnyTimes();
|
||||||
|
|
||||||
{
|
{
|
||||||
const auto source_path = utils::path::combine(
|
const auto source_path = utils::path::combine(
|
||||||
cfg->get_cache_directory(), {utils::create_uuid_string()});
|
cfg->get_cache_directory(), {utils::create_uuid_string()});
|
||||||
@ -1595,7 +1597,6 @@ TEST_F(file_manager_test,
|
|||||||
utils::string::to_uint64(new_meta.at(META_SIZE)));
|
utils::string::to_uint64(new_meta.at(META_SIZE)));
|
||||||
return api_error::success;
|
return api_error::success;
|
||||||
});
|
});
|
||||||
EXPECT_CALL(mp, upload_file).Times(1U);
|
|
||||||
f->resize(utils::encryption::encrypting_reader::get_data_chunk_size() *
|
f->resize(utils::encryption::encrypting_reader::get_data_chunk_size() *
|
||||||
4UL);
|
4UL);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user