[SCM] build.samba.org - branch master updated

Matthieu Patou mat at samba.org
Sun Nov 7 23:28:11 MST 2010


The branch, master has been updated
       via  d520eea Add debug
       via  043ad70 Use TDB_NO_FSYNC in s4 builds in hope that it will speed up tests on sunX
      from  7564d74 Use TDB_NO_FSYNC in s4 builds in hope that it will speed up tests

http://gitweb.samba.org/?p=build-farm.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit d520eeaf8c0822efd1d308abefe2cef06b7a7c5c
Author: Matthieu Patou <mat at matws.net>
Date:   Mon Nov 8 09:28:16 2010 +0300

    Add debug

commit 043ad70571bc9f1cedef2e2ce05ca8c58c743b6c
Author: Matthieu Patou <mat at matws.net>
Date:   Mon Nov 8 01:12:20 2010 +0300

    Use TDB_NO_FSYNC in s4 builds in hope that it will speed up tests on sunX

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

Summary of changes:
 buildsamba02.fns |    2 +-
 sunX.fns         |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/buildsamba02.fns b/buildsamba02.fns
index acde903..62e965e 100644
--- a/buildsamba02.fns
+++ b/buildsamba02.fns
@@ -6,7 +6,7 @@ global_lock
 
 action_test() {
 	echo "PWD: "`pwd`
-	ls -lrt ../../*.fns
+	ls -lrtda ../../
 	case $tree in
 		samba_4*)
 		../buildtools/bin/waf test
diff --git a/sunX.fns b/sunX.fns
index 2272d5d..5bd3f46 100644
--- a/sunX.fns
+++ b/sunX.fns
@@ -11,8 +11,11 @@ export MAXTIME TORTURE_MAXTIME SMBD_MAXTIME SAMBA_MAXTIME
 for compiler in cc gcc; do
 	#export config="--with-included-popt"
 	. common.fns
-
+	TDB_NO_FSYNC=1
+	export TDB_NO_FSYNC
 	test_tree samba_4_0_test source4 $compiler
+	TDB_NO_FSYNC=0
+	export TDB_NO_FSYNC
 
 	test_tree samba_3_current source $compiler
 	test_tree samba_3_next source $compiler


-- 
build.samba.org


More information about the samba-cvs mailing list