file mgr db unit tests and fixes
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
Scott E. Graves 2024-12-09 14:10:55 -06:00
parent b8b364f292
commit 3a52dfc4ea

View File

@ -455,7 +455,7 @@ auto file_manager::remove_file(const std::string &api_path) -> api_error {
close_all(api_path);
remove_upload(api_path, true);
mgr_db_->remove_resume(api_path);
remove_resume(api_path, fsi.source_path);
res = provider_.remove_file(api_path);
if (res != api_error::success) {