Bug#750276: libhttp-async-perl: FTBFS: Tests failures

Daniel Lintott daniel at serverb.co.uk
Fri Jun 6 11:40:36 UTC 2014


Digging into this FTBFS, I've found the problem lies with
HTTP::Server::Simple which was recently updated.

Installing libhttp-server-simple-perl_0.44-1 from snapshots confirms this.

Somewhere in the new version of HTTP::Server::Simple the first half of
the URI is being lost.

Adding some debugging code to TestServer.pm with HTTP::Server::Simple
v0.44 we see the following request URIs:

> DEBUG: http://localhost:50794/foo/bar?redirect=2 at t/TestServer.pm line 151.
> DEBUG: http://localhost:50794/foo/bar?redirect=1 at t/TestServer.pm line 151.

With HTTP::Server::Simple v0.45.02 we see the following:

> DEBUG: /foo/bar?delay=1 at t/TestServer.pm line 151.
> DEBUG: /foo/bar?redirect=2 at t/TestServer.pm line 151.

Therefore failing the test for a fully qualified request_uri.

Regards,
Daniel

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 897 bytes
Desc: OpenPGP digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-perl-maintainers/attachments/20140606/5913271a/attachment.sig>


More information about the pkg-perl-maintainers mailing list