]> err.no Git - varnish/commitdiff
Document what seems to be a bug in the framework.
authordes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 13 Aug 2007 18:31:39 +0000 (18:31 +0000)
committerdes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 13 Aug 2007 18:31:39 +0000 (18:31 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1840 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-tools/regress/lib/Varnish/Test/Case/POST.pm

index 764293933ae9df607f0bdae09932c6cd250b590e..5a77608bf4cf43d937cb0f3fc7fb3daf9f676ec3 100644 (file)
@@ -36,9 +36,14 @@ use base 'Varnish::Test::Case';
 our $DESCR = "Tests Varnish's ability to correctly pass POST requests" .
     " to the backend, and their replies back to the client.";
 
-# testGetPOST and testPassPOST are known to fail, and it is not clear
-# at this point whether that is a bug or a feature.
-our @TESTS = qw(testPipePOST);
+# testCachePOST and testPassPOST are known to fail, and it is not
+# clear at this point whether that is a bug or a feature.
+#
+# More interestingly, if you run testPassPOST after testPipePOST, the
+# latter receives the Varnish Guru Meditation intended for the former.
+# This seems to be a bug in either IO::Multiplex or Varnish::Test.
+#
+our @TESTS = qw(testPipePOST testCachePOST testPassPOST);
 
 our $VCL = <<EOVCL;
 sub vcl_recv {