file mgr db unit tests and fixes
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
This commit is contained in:
parent
b8b364f292
commit
3a52dfc4ea
@ -455,7 +455,7 @@ auto file_manager::remove_file(const std::string &api_path) -> api_error {
|
|||||||
close_all(api_path);
|
close_all(api_path);
|
||||||
|
|
||||||
remove_upload(api_path, true);
|
remove_upload(api_path, true);
|
||||||
mgr_db_->remove_resume(api_path);
|
remove_resume(api_path, fsi.source_path);
|
||||||
|
|
||||||
res = provider_.remove_file(api_path);
|
res = provider_.remove_file(api_path);
|
||||||
if (res != api_error::success) {
|
if (res != api_error::success) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user