fix missing meta
Some checks failed
BlockStorage/repertory/pipeline/head There was a failure building this commit

This commit is contained in:
2025-08-31 16:18:42 -05:00
parent b40b0397d7
commit e680ec8664
3 changed files with 6 additions and 0 deletions

View File

@@ -221,6 +221,7 @@ auto create_meta_attributes(
{META_CREATION, std::to_string(creation_date)}, {META_CREATION, std::to_string(creation_date)},
{META_DIRECTORY, utils::string::from_bool(directory)}, {META_DIRECTORY, utils::string::from_bool(directory)},
{META_GID, std::to_string(gid)}, {META_GID, std::to_string(gid)},
{META_KDF, ""},
{META_KEY, key}, {META_KEY, key},
{META_MODE, std::to_string(mode)}, {META_MODE, std::to_string(mode)},
{META_MODIFIED, std::to_string(modified_date)}, {META_MODIFIED, std::to_string(modified_date)},

View File

@@ -204,6 +204,7 @@ auto create_meta_attributes(
{META_CREATION, std::to_string(creation_date)}, {META_CREATION, std::to_string(creation_date)},
{META_DIRECTORY, utils::string::from_bool(directory)}, {META_DIRECTORY, utils::string::from_bool(directory)},
{META_GID, std::to_string(gid)}, {META_GID, std::to_string(gid)},
{META_KDF, ""},
{META_KEY, key}, {META_KEY, key},
{META_MODE, std::to_string(mode)}, {META_MODE, std::to_string(mode)},
{META_MODIFIED, std::to_string(modified_date)}, {META_MODIFIED, std::to_string(modified_date)},

View File

@@ -192,6 +192,10 @@ protected:
const auto mount_remote = [&]() { const auto mount_remote = [&]() {
{ {
if (::testing::Test::HasFatalFailure()) {
return;
}
mount_location2 = mount_location; mount_location2 = mount_location;
auto test_directory = utils::path::combine( auto test_directory = utils::path::combine(
test::get_test_output_dir(), test::get_test_output_dir(),