Message8217

Author jeff.allen
Recipients jeff.allen
Date 2014-01-07.00:40:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389055252.02.0.77823284803.issue2109@psf.upfronthosting.co.za>
In-reply-to
Content
When I run:
    start dist\bin\jython -m test.test_httpservers

test_request_line_trimming reports ERROR, and the test hangs at test_version_none.

I quickly found that CPython does the same thing (2.7 and 3.3) and believe I've tracked the cause down to the Windows platform software. Full story in issue http://bugs.python.org/issue20155, since I did this investigation using CPython.

Rather than just skip the tests, I'll look variants that achieve the same objectives but works on my machine too.

I'm not able to guess at the wider implications of this behaviour: maybe it's actually a bug in Windows; maybe it's acceptable. I think it only manifests in conditions where the client should get an error response, and the bug would be that it doesn't. either the connection is closed prematurely (test_request_line_trimming), or the request gets stuck in transit (test_version_none). That may violate the expectations of an application designer, as it does ours for these tests.
History
Date User Action Args
2014-01-07 00:40:52jeff.allensetrecipients: + jeff.allen
2014-01-07 00:40:52jeff.allensetmessageid: <1389055252.02.0.77823284803.issue2109@psf.upfronthosting.co.za>
2014-01-07 00:40:51jeff.allenlinkissue2109 messages
2014-01-07 00:40:50jeff.allencreate