From d4f2f54689999f494053a7ca45b3bc5d570bb558 Mon Sep 17 00:00:00 2001 From: Vlad Apostolov Date: Mon, 28 Aug 2006 03:52:59 +0000 Subject: [PATCH] pv 955274, rv bnaujok - add 1sec delay between file creation and changing its attribute via dm_set_dmattr(). If the machine is too fast the ctime doesn't change between create and dm_set_dmattr() and the test fails. Merge of master-melb:xfs-cmds:26870a by kenmcd. pv 955274, rv bnaujok - add 1sec delay between file creation and changing its attribute via dm_set_dmattr(). If the machine is too fast the ctime doesn't change between create and dm_set_dmattr() and the test fails. --- dmapi/src/suite2/src/test_dmattr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dmapi/src/suite2/src/test_dmattr.c b/dmapi/src/suite2/src/test_dmattr.c index 5f025c79..7609800c 100644 --- a/dmapi/src/suite2/src/test_dmattr.c +++ b/dmapi/src/suite2/src/test_dmattr.c @@ -172,7 +172,7 @@ main( sprintf(command, "cp %s %s \n", ls_path, test_file); system(command); } - + sleep(1); /* SET loop */ for (i=0; i < num_iter; i++) { sprintf(test_file, "%s/DMAPI_attribute_test_file.%d", -- 2.47.3