svn commit: samba r18582 - in branches/SAMBA_4_0/source/script/tests: .

tridge at samba.org tridge at samba.org
Sat Sep 16 15:51:41 GMT 2006


Author: tridge
Date: 2006-09-16 15:51:41 +0000 (Sat, 16 Sep 2006)
New Revision: 18582

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18582

Log:

disable synchronous ldb in the build farm. Some hosts have very slow
filesystems and the tests are taking more than 1.5 hours. We will
still be testing the sync code paths, as the ldb tests still run
synchronous, but doing all of our other tests synchronously just costs
too much time.

Modified:
   branches/SAMBA_4_0/source/script/tests/mktestsetup.sh


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/mktestsetup.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/mktestsetup.sh	2006-09-16 15:37:45 UTC (rev 18581)
+++ branches/SAMBA_4_0/source/script/tests/mktestsetup.sh	2006-09-16 15:51:41 UTC (rev 18582)
@@ -100,6 +100,7 @@
 	max xmit = 32K
 	server max protocol = SMB2
 	notify:inotify = false
+	ldb:nosync = true
 
 system:anonymous = true
 



More information about the samba-cvs mailing list