fix missing meta
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:
@@ -221,6 +221,7 @@ auto create_meta_attributes(
|
||||
{META_CREATION, std::to_string(creation_date)},
|
||||
{META_DIRECTORY, utils::string::from_bool(directory)},
|
||||
{META_GID, std::to_string(gid)},
|
||||
{META_KDF, ""},
|
||||
{META_KEY, key},
|
||||
{META_MODE, std::to_string(mode)},
|
||||
{META_MODIFIED, std::to_string(modified_date)},
|
||||
|
@@ -204,6 +204,7 @@ auto create_meta_attributes(
|
||||
{META_CREATION, std::to_string(creation_date)},
|
||||
{META_DIRECTORY, utils::string::from_bool(directory)},
|
||||
{META_GID, std::to_string(gid)},
|
||||
{META_KDF, ""},
|
||||
{META_KEY, key},
|
||||
{META_MODE, std::to_string(mode)},
|
||||
{META_MODIFIED, std::to_string(modified_date)},
|
||||
|
@@ -192,6 +192,10 @@ protected:
|
||||
|
||||
const auto mount_remote = [&]() {
|
||||
{
|
||||
if (::testing::Test::HasFatalFailure()) {
|
||||
return;
|
||||
}
|
||||
|
||||
mount_location2 = mount_location;
|
||||
auto test_directory = utils::path::combine(
|
||||
test::get_test_output_dir(),
|
||||
|
Reference in New Issue
Block a user