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)
commitf7fb34715b7d6ea3c35ddd684cfb27459a420339
tree94463f103be48296de041630490db83f3f7e2502
parentf0760858f89dc4cead26b84db61cec470ac8e67d
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.
23 files changed:
source/torture/basic/charset.c
source/torture/basic/delaywrite.c [new file with mode: 0644]
source/torture/basic/dir.c
source/torture/basic/disconnect.c
source/torture/basic/mangle_test.c
source/torture/basic/utable.c
source/torture/config.mk
source/torture/raw/chkpath.c
source/torture/raw/context.c
source/torture/raw/ioctl.c
source/torture/raw/lock.c
source/torture/raw/mux.c
source/torture/raw/notify.c
source/torture/raw/open.c
source/torture/raw/read.c
source/torture/raw/rename.c
source/torture/raw/search.c
source/torture/raw/seek.c
source/torture/raw/setfileinfo.c
source/torture/raw/unlink.c
source/torture/raw/write.c
source/torture/torture.c
source/torture/torture_util.c