summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2012-03-15 17:28:38 +0100
committerMichael Adam <obnox@samba.org>2012-03-15 18:41:37 +0100
commit64627de35c205572119a32b7afc1bdfd07b8f26b (patch)
tree43400ca92acf0da8b3edd5226c01ddb720c1ec0a
parentc80f70390c3763d5d7248979db9542cd05b7cb44 (diff)
downloadsamba-64627de35c205572119a32b7afc1bdfd07b8f26b.tar.gz
samba-64627de35c205572119a32b7afc1bdfd07b8f26b.tar.bz2
samba-64627de35c205572119a32b7afc1bdfd07b8f26b.zip
s3:selftest: reactivate the writetimeupdatedelay speed-up
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>
-rwxr-xr-xselftest/target/Samba3.pm2
-rwxr-xr-xsource3/selftest/tests.py3
2 files changed, 3 insertions, 2 deletions
diff --git a/selftest/target/Samba3.pm b/selftest/target/Samba3.pm
index 7e4e601cfe..077e600df6 100755
--- a/selftest/target/Samba3.pm
+++ b/selftest/target/Samba3.pm
@@ -934,7 +934,7 @@ sub provision($$$$$$)
server signing = auto
smbd:sharedelay = 100000
-# smbd:writetimeupdatedelay = 500000
+ smbd:writetimeupdatedelay = 500000
map hidden = no
map system = no
map readonly = no
diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py
index 8bd16e0efd..cbef215b6c 100755
--- a/source3/selftest/tests.py
+++ b/source3/selftest/tests.py
@@ -31,7 +31,8 @@ torture_options = [configuration, "--maximum-runtime=$SELFTEST_MAXTIME",
"--target=samba3", "--basedir=$SELFTEST_TMPDIR",
'--option="torture:winbindd_netbios_name=$SERVER"',
'--option="torture:winbindd_netbios_domain=$DOMAIN"',
- '--option=torture:sharedelay=100000']
+ '--option=torture:sharedelay=100000',
+ '--option=torture:writetimeupdatedelay=500000' ]
if not os.getenv("SELFTEST_VERBOSE"):
torture_options.append("--option=torture:progress=no")