r3699: - split the delayed write testing out of RAW-WRITE, as it is not yet
authorAndrew Tridgell <tridge@samba.org>
Fri, 12 Nov 2004 09:37:59 +0000 (09:37 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:05:45 +0000 (13:05 -0500)
commit0e255bb542b1f79c32e9295617199ea8d60753d4
tree7762f159a4f72d3670c6e8ba6ce326c3ae070c4e
parent27859603d7e42550678a2f7dbb2ccd63078a6689
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)
23 files changed:
source4/torture/basic/charset.c
source4/torture/basic/delaywrite.c [new file with mode: 0644]
source4/torture/basic/dir.c
source4/torture/basic/disconnect.c
source4/torture/basic/mangle_test.c
source4/torture/basic/utable.c
source4/torture/config.mk
source4/torture/raw/chkpath.c
source4/torture/raw/context.c
source4/torture/raw/ioctl.c
source4/torture/raw/lock.c
source4/torture/raw/mux.c
source4/torture/raw/notify.c
source4/torture/raw/open.c
source4/torture/raw/read.c
source4/torture/raw/rename.c
source4/torture/raw/search.c
source4/torture/raw/seek.c
source4/torture/raw/setfileinfo.c
source4/torture/raw/unlink.c
source4/torture/raw/write.c
source4/torture/torture.c
source4/torture/torture_util.c