[SCM] Samba Shared Repository - branch master updated

Günther Deschner gd at samba.org
Fri May 15 16:03:02 UTC 2020


The branch, master has been updated
       via  dbfc197f65f s4/torture: Unlink test file at the beginning of smb2.read.position
      from  04f0c45475d s3:gencache: Allow to open gencache as read-only

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit dbfc197f65f28c7f4e889045d7b04c46c4f6680d
Author: Michael Adam <obnox at samba.org>
Date:   Wed May 13 13:45:11 2020 +0530

    s4/torture: Unlink test file at the beginning of smb2.read.position
    
    Pair-Programmed-With: Anoop C S <anoopcs at redhat.com>
    Signed-off-by: Michael Adam <obnox at samba.org>
    Reviewed-by: Guenther Deschner <gd at samba.org>
    
    Autobuild-User(master): Günther Deschner <gd at samba.org>
    Autobuild-Date(master): Fri May 15 16:02:47 UTC 2020 on sn-devel-184

-----------------------------------------------------------------------

Summary of changes:
 source4/torture/smb2/read.c | 2 ++
 1 file changed, 2 insertions(+)


Changeset truncated at 500 lines:

diff --git a/source4/torture/smb2/read.c b/source4/torture/smb2/read.c
index b26bc18ddac..2899a491663 100644
--- a/source4/torture/smb2/read.c
+++ b/source4/torture/smb2/read.c
@@ -143,6 +143,8 @@ static bool test_read_position(struct torture_context *torture, struct smb2_tree
 
 	ZERO_STRUCT(buf);
 
+	smb2_util_unlink(tree, FNAME);
+
 	status = torture_smb2_testfile(tree, FNAME, &h);
 	CHECK_STATUS(status, NT_STATUS_OK);
 


-- 
Samba Shared Repository



More information about the samba-cvs mailing list