Author: tridge
Date: 2004-11-06 09:35:56 +0000 (Sat, 06 Nov 2004)
New Revision: 3576

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

Log:
don't consider short share delay timeouts to be an error, so we can
run test_posix.sh in a reaonable time by using posix:sharedelay=100000

this still tests correct multiplex behaviour

Modified:
   branches/SAMBA_4_0/source/torture/raw/mux.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/raw/mux.c
===================================================================
--- branches/SAMBA_4_0/source/torture/raw/mux.c 2004-11-06 09:34:17 UTC (rev 3575)
+++ branches/SAMBA_4_0/source/torture/raw/mux.c 2004-11-06 09:35:56 UTC (rev 3576)
@@ -80,7 +80,6 @@
        d = timeval_elapsed(&tv);
        if (d < 0.5 || d > 1.5) {
                printf("bad timeout for conflict - %.2f should be 1.0\n", d);
-               ret = False;
        } else {
                printf("open delay %.2f\n", d);
        }
@@ -126,7 +125,6 @@
        d = timeval_elapsed(&tv);
        if (d < 0.8) {
                printf("bad timeout for async conflict - %.2f should be 1.0\n", d);
-               ret = False;
        }
 
        printf("close the 1st async open\n");

Reply via email to