svn commit: samba r15967 - in branches/SAMBA_3_0/source/script/tests: .

metze at samba.org metze at samba.org
Tue May 30 20:11:21 GMT 2006


Author: metze
Date: 2006-05-30 20:11:19 +0000 (Tue, 30 May 2006)
New Revision: 15967

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

Log:
enable RAW-OPLOCK in samba3 make test

metze
Modified:
   branches/SAMBA_3_0/source/script/tests/selftest.sh
   branches/SAMBA_3_0/source/script/tests/test_posix_s3.sh


Changeset:
Modified: branches/SAMBA_3_0/source/script/tests/selftest.sh
===================================================================
--- branches/SAMBA_3_0/source/script/tests/selftest.sh	2006-05-30 19:58:37 UTC (rev 15966)
+++ branches/SAMBA_3_0/source/script/tests/selftest.sh	2006-05-30 20:11:19 UTC (rev 15967)
@@ -111,6 +111,8 @@
 	bind interfaces only = yes
 	include = $COMMONCONFFILE
 
+	kernel oplocks = no
+
 [tmp]
 	path = $PREFIX_ABS/tmp
 	read only = no

Modified: branches/SAMBA_3_0/source/script/tests/test_posix_s3.sh
===================================================================
--- branches/SAMBA_3_0/source/script/tests/test_posix_s3.sh	2006-05-30 19:58:37 UTC (rev 15966)
+++ branches/SAMBA_3_0/source/script/tests/test_posix_s3.sh	2006-05-30 20:11:19 UTC (rev 15967)
@@ -38,7 +38,7 @@
 
 skipped="BASE-CHARSET BASE-DEFER_OPEN BASE-DELAYWRITE BASE-DELETE BASE-OPENATTR BASE-TCONDEV"
 skipped="$skipped RAW-ACLS RAW-CLOSE RAW-COMPOSITE RAW-CONTEXT RAW-EAS"
-skipped="$skipped RAW-IOCTL RAW-MKDIR RAW-MUX RAW-NOTIFY RAW-OPEN RAW-OPLOCK"
+skipped="$skipped RAW-IOCTL RAW-MKDIR RAW-MUX RAW-NOTIFY RAW-OPEN"
 skipped="$skipped RAW-QFILEINFO RAW-QFSINFO RAW-RENAME RAW-SEARCH"
 skipped="$skipped RAW-SFILEINFO RAW-STREAMS RAW-UNLINK RAW-WRITE"
 



More information about the samba-cvs mailing list