From 513584a3b1f7d46801d43da990594b1dca85ec11 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 20 Aug 2014 09:52:39 +0000 Subject: [PATCH] torture: Run the cleanup2 test against 2 nodes This enables testing the brlock cleanup across ctdb Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- source3/torture/test_cleanup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/torture/test_cleanup.c b/source3/torture/test_cleanup.c index e96a5de9d4f..c5c53c3c4c4 100644 --- a/source3/torture/test_cleanup.c +++ b/source3/torture/test_cleanup.c @@ -127,7 +127,7 @@ bool run_cleanup2(int dummy) /* * Check the file is indeed locked */ - if (!torture_open_connection(&cli2, 0)) { + if (!torture_open_connection(&cli2, 1)) { return false; } status = cli_ntcreate( -- 2.11.4.GIT