autobuild: intermittent test failure detected

Volker Lendecke Volker.Lendecke at SerNet.DE
Sun Jul 12 09:02:40 UTC 2015


On Thu, Jul 09, 2015 at 07:34:33PM +1200, Andrew Bartlett wrote:
> As metze points out, on the Catalyst Cloud it failed reliably since
> March.

Can you give the attached patch a try in your cloud?

Thanks,

Volker

-- 
SerNet GmbH, Bahnhofsallee 1b, 37081 Göttingen
phone: +49-551-370000-0, fax: +49-551-370000-9
AG Göttingen, HRB 2816, GF: Dr. Johannes Loxen
http://www.sernet.de, mailto:kontakt at sernet.de
-------------- next part --------------
From d7a5a509f6c05aab22ea95e5656e012f2db05c31 Mon Sep 17 00:00:00 2001
From: Volker Lendecke <vl at samba.org>
Date: Sun, 12 Jul 2015 10:59:38 +0200
Subject: [PATCH] torture-notify: Give nonrecursive updates 200ms

This is in line with the recursive updates before.

Signed-off-by: Volker Lendecke <vl at samba.org>
---
 source4/torture/raw/notify.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/source4/torture/raw/notify.c b/source4/torture/raw/notify.c
index 9d837e7..fdb5771 100644
--- a/source4/torture/raw/notify.c
+++ b/source4/torture/raw/notify.c
@@ -440,6 +440,7 @@ static bool test_notify_recursive(struct torture_context *tctx,
 	smbcli_rmdir(cli2->tree, BASEDIR "\\subdir-name");
 	smbcli_unlink(cli->tree, BASEDIR "\\subname3-r");
 
+	smb_msleep(200);
 	notify.nttrans.in.recursive = false;
 	req2 = smb_raw_changenotify_send(cli->tree, &notify);
 
-- 
1.7.9.5



More information about the samba-technical mailing list