[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha2-1258-gca5b377

Stefan Metzmacher metze at samba.org
Tue Mar 11 21:01:22 GMT 2008


The branch, v4-0-test has been updated
       via  ca5b37747107bd2941f7415fe609c8293a6b5f7c (commit)
      from  a70719d579a7eefbfd973267b95a87aaa6b649b0 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v4-0-test


- Log -----------------------------------------------------------------
commit ca5b37747107bd2941f7415fe609c8293a6b5f7c
Author: Stefan Metzmacher <metze at samba.org>
Date:   Tue Mar 11 21:58:29 2008 +0100

    RAW-SEARCH: skip RESUME_KEY tests against samba3
    
    metze

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

Summary of changes:
 source/torture/raw/search.c |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/torture/raw/search.c b/source/torture/raw/search.c
index 0242b9c..725ed26 100644
--- a/source/torture/raw/search.c
+++ b/source/torture/raw/search.c
@@ -708,6 +708,16 @@ static bool test_many_files(struct torture_context *tctx,
 
 	for (t=0;t<ARRAY_SIZE(search_types);t++) {
 		ZERO_STRUCT(result);
+
+		if ((search_types[t].cont_type == CONT_RESUME_KEY) &&
+		    (search_types[t].data_level != RAW_SEARCH_DATA_SEARCH) &&
+		    torture_setting_bool(tctx, "samba3", false)) {
+			torture_comment(tctx,
+					"SKIP: Continue %s via %s\n",
+					search_types[t].name, search_types[t].cont_name);
+			continue;
+		}
+
 		result.tctx = talloc_new(tctx);
 	
 		torture_comment(tctx,


-- 
Samba Shared Repository


More information about the samba-cvs mailing list