]> git.ipfire.org Git - thirdparty/samba.git/commit
shadow_copy: Add test for missing directory in "current" fileset
authorVolker Lendecke <vl@samba.org>
Thu, 28 Dec 2023 13:20:11 +0000 (14:20 +0100)
committerJule Anger <janger@samba.org>
Mon, 8 Jan 2024 12:49:09 +0000 (12:49 +0000)
commit7f4d5a3737f96e1e2298963fb7e7541c67eacc50
tree41aba4685ee05246279bed2fde317b5aae9455d8
parent9f8a73d7cc4bc0662aa527b045bc9925b9b4c71a
shadow_copy: Add test for missing directory in "current" fileset

Right now we can't traverse a subdirectory in a snapshot which was
deleted in the current set of files.

Bug: https://bugzilla.samba.org/show_bug.cgi?id=15544

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
(cherry picked from commit a0bfadb32b83ab1e58290f84c298d345e21866d9)
selftest/knownfail.d/shadow_copy2 [new file with mode: 0644]
source3/script/tests/test_shadow_copy.sh