1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

RAW-SEARCH: skip RESUME_KEY tests against samba3

metze
(This used to be commit ca5b37747107bd2941f7415fe609c8293a6b5f7c)
This commit is contained in:
Stefan Metzmacher 2008-03-11 21:58:29 +01:00
parent 333870d5a0
commit fdd7f68660

View File

@ -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,