diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-09-16 15:51:41 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:18:51 -0500 |
commit | 481ebe7fd66e079a71739f9db863f030a119d53e (patch) | |
tree | c5f6d000fbea9a8e774b6eda48971c183606ea6f /source4/script/tests | |
parent | c5e67b855560b85040c6caa17e0cab641b0e273e (diff) | |
download | samba-481ebe7fd66e079a71739f9db863f030a119d53e.tar.gz samba-481ebe7fd66e079a71739f9db863f030a119d53e.tar.bz2 samba-481ebe7fd66e079a71739f9db863f030a119d53e.zip |
r18582: 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.
(This used to be commit ce2baf7385e019383ffb292bd30e77c31eecbbef)
Diffstat (limited to 'source4/script/tests')
-rwxr-xr-x | source4/script/tests/mktestsetup.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/script/tests/mktestsetup.sh b/source4/script/tests/mktestsetup.sh index 00a1e5bc71..4f83003358 100755 --- a/source4/script/tests/mktestsetup.sh +++ b/source4/script/tests/mktestsetup.sh @@ -100,6 +100,7 @@ cat >$CONFFILE<<EOF max xmit = 32K server max protocol = SMB2 notify:inotify = false + ldb:nosync = true system:anonymous = true |