From b9014f7b2c17d9f9cf68e9b686e1abce252ce31b Mon Sep 17 00:00:00 2001 From: des Date: Mon, 13 Aug 2007 18:31:39 +0000 Subject: [PATCH] Document what seems to be a bug in the framework. 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 | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/varnish-tools/regress/lib/Varnish/Test/Case/POST.pm b/varnish-tools/regress/lib/Varnish/Test/Case/POST.pm index 76429393..5a77608b 100644 --- a/varnish-tools/regress/lib/Varnish/Test/Case/POST.pm +++ b/varnish-tools/regress/lib/Varnish/Test/Case/POST.pm @@ -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 = <