]> err.no Git - varnish/commitdiff
slightly more delay seems necessary for stability.
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 22 Jul 2008 09:02:17 +0000 (09:02 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 22 Jul 2008 09:02:17 +0000 (09:02 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2987 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishtest/tests/v00010.vtc
varnish-cache/bin/varnishtest/vtc.c

index 3ef448690e04b57724b2699731eed956e2ba3cd0..fee650bcfa646c2d73886e89e73f0cc41fdcd721 100644 (file)
@@ -26,7 +26,7 @@ client c1 {
        txreq -url "/foo"
        # Don't expect answer, the server crashed.
        sema r1 sync 2
-       delay .5
+       delay 1.5
 } -run
 
 server s1 {
index 92e7e0c196c71dba1331a6d517777802b0039fa2..89333d2131b2baea9b9a466e04edc6b4c2a7d881 100644 (file)
@@ -134,7 +134,7 @@ parse_string(char *buf, const struct cmds *cmd, void *priv)
                                                p++;
                                        } else {
                                                if (*p == '\n')
-                                                       fprintf(stderr, "Unterminated quoted string\n");
+                                                       fprintf(stderr, "Unterminated quoted string in line:\n%s", p);
                                                assert(*p != '\n');
                                                *q++ = *p;
                                        }