From 0e255bb542b1f79c32e9295617199ea8d60753d4 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 12 Nov 2004 09:37:59 +0000 Subject: r3699: - split the delayed write testing out of RAW-WRITE, as it is not yet clear what the correct behaviour is for delayed stat info update. - use a common torture_setup_dir() function for setting up a test directory in torture tests. (This used to be commit f7fb34715b7d6ea3c35ddd684cfb27459a420339) --- source4/torture/torture.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/torture/torture.c') diff --git a/source4/torture/torture.c b/source4/torture/torture.c index 4db4662f6c..9db2f7f6bc 100644 --- a/source4/torture/torture.c +++ b/source4/torture/torture.c @@ -2391,6 +2391,7 @@ static struct { {"BASE-CHKPATH", torture_chkpath_test, 0}, {"BASE-SECLEAK", torture_sec_leak, 0}, {"BASE-DISCONNECT", torture_disconnect, 0}, + {"BASE-DELAYWRITE", torture_delay_write, 0}, /* benchmarking tests */ {"BENCH-HOLDCON", torture_holdcon, 0}, -- cgit