s3:selftest: reactivate the writetimeupdatedelay speed-up
authorMichael Adam <obnox@samba.org>
Thu, 15 Mar 2012 16:28:38 +0000 (17:28 +0100)
committerMichael Adam <obnox@samba.org>
Thu, 15 Mar 2012 17:41:37 +0000 (18:41 +0100)
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>

selftest/target/Samba3.pm
source3/selftest/tests.py

index 7e4e601cfebb4bed2bc961a1af6879c267ca55aa..077e600df6306074157970c6b08522508ef84ed7 100755 (executable)
@@ -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
index 8bd16e0efd5dc9e433b250cd752d9129be6f8572..cbef215b6c12e405c72a853e64ec840d33e7e74f 100755 (executable)
@@ -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")