Skip to content

Commit 91aa06e

Browse files
committed
WIP
1 parent 1bb9f92 commit 91aa06e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ydb/core/tx/schemeshard/ut_base/ut_base.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11993,9 +11993,10 @@ Y_UNIT_TEST_SUITE(TSchemeShardTest) {
1199311993
}
1199411994
}
1199511995

11996+
// Incremental backup directory contains Table1, DirA, and __ydb_backup_meta
1199611997
TestDescribeResult(DescribePath(runtime, Sprintf("/MyRoot/.backups/collections/MyCollection1/%s", incrBackupDirName)), {
1199711998
NLs::PathExist,
11998-
NLs::ChildrenCount(2),
11999+
NLs::ChildrenCount(3),
1199912000
NLs::Finished,
1200012001
});
1200112002

0 commit comments

Comments
 (0)