pv 955274, rv bnaujok - add 1sec delay between file creation and changing its
authorVlad Apostolov <vapo@sgi.com>
Mon, 28 Aug 2006 03:52:59 +0000 (03:52 +0000)
committerVlad Apostolov <vapo@sgi.com>
Mon, 28 Aug 2006 03:52:59 +0000 (03:52 +0000)
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

index 5f025c79227b100a09734c5c54caac1876e3d4df..7609800c7e9b13f441ef13628bb5860c956db6ea 100644 (file)
@@ -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",