[SCM] Samba Shared Repository - branch v3-2-test updated - release-3-2-0pre2-692-g83b6da7

Stefan Metzmacher metze at samba.org
Tue Apr 8 16:55:14 GMT 2008


The branch, v3-2-test has been updated
       via  83b6da7c52a6f5285a9765d22d13a53fe9dc80e5 (commit)
      from  f4a1fdaac0dd6b1b241fac9879416c8ad4403eff (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit 83b6da7c52a6f5285a9765d22d13a53fe9dc80e5
Author: Stefan Metzmacher <metze at samba.org>
Date:   Tue Apr 8 18:50:49 2008 +0200

    selftest: run the BASE-DELAYWRITE test 4 times faster in make test
    
    metze

-----------------------------------------------------------------------

Summary of changes:
 source/script/tests/selftest.sh      |    1 +
 source/script/tests/test_posix_s3.sh |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/script/tests/selftest.sh b/source/script/tests/selftest.sh
index 492a2c3..b53940e 100755
--- a/source/script/tests/selftest.sh
+++ b/source/script/tests/selftest.sh
@@ -183,6 +183,7 @@ cat >$SERVERCONFFILE<<EOF
 	path = $PREFIX_ABS/tmp
 	read only = no
 	smbd:sharedelay = 100000
+	smbd:writetimeupdatedelay = 500000
 	map hidden = yes
 	map system = yes
 	create mask = 755
diff --git a/source/script/tests/test_posix_s3.sh b/source/script/tests/test_posix_s3.sh
index c0983ad..11f1f0e 100755
--- a/source/script/tests/test_posix_s3.sh
+++ b/source/script/tests/test_posix_s3.sh
@@ -55,6 +55,7 @@ skipped="$skipped RAW-SFILEINFO"
 echo "WARNING: Skipping tests $skipped"
 
 ADDARGS="$ADDARGS --option=torture:sharedelay=100000"
+ADDARGS="$ADDARGS --option=torture:writetimeupdatedelay=500000"
 
 failed=0
 for t in $tests; do


-- 
Samba Shared Repository


More information about the samba-cvs mailing list