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

metze at samba.org metze at samba.org
Tue Sep 5 10:29:17 GMT 2006


Author: metze
Date: 2006-09-05 10:29:16 +0000 (Tue, 05 Sep 2006)
New Revision: 18069

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

Log:
it isn't a good idea to run the PIPE_NUMBER test on a file share...

But I wonder why it is so slow on my laptop and takes only 1 second on
the 'opi' build farm host.

I got only 2-3 opens per second...

metze
Modified:
   branches/SAMBA_3_0/source/script/tests/test_smbtorture_s3.sh


Changeset:
Modified: branches/SAMBA_3_0/source/script/tests/test_smbtorture_s3.sh
===================================================================
--- branches/SAMBA_3_0/source/script/tests/test_smbtorture_s3.sh	2006-09-05 09:42:54 UTC (rev 18068)
+++ branches/SAMBA_3_0/source/script/tests/test_smbtorture_s3.sh	2006-09-05 10:29:16 UTC (rev 18069)
@@ -24,11 +24,11 @@
 tests="$tests OPLOCK1 OPLOCK2 OPLOCK3"
 tests="$tests DIR DIR1 TCON TCONDEV RW1 RW2 RW3"
 tests="$tests OPEN XCOPY RENAME DELETE PROPERTIES W2K"
-tests="$tests PIPE_NUMBER TCON2 IOCTL CHKPATH FDSESS LOCAL-SUBSTITUTE"
+tests="$tests TCON2 IOCTL CHKPATH FDSESS LOCAL-SUBSTITUTE"
 
 skipped1="RANDOMIPC NEGNOWAIT NBENCH ERRMAPEXTRACT TRANS2SCAN NTTRANSSCAN"
 skipped2="DENY1 DENY2 OPENATTR CASETABLE EATEST"
-skipped3="MANGLE UTABLE"
+skipped3="MANGLE UTABLE PIPE_NUMBER"
 echo "Skipping the following tests:"
 echo "$skipped1"
 echo "$skipped2"



More information about the samba-cvs mailing list