libwww-perl / libwww-perl/HTTP-Message
http-config.t failures (caused by URI 1.75)
Open
Nobody has claimed this yet.
- Dominant language
- Perl
- Stars
- 32
- Forks
- 63
- Avg merge
- 5h 14m
- Merged PRs (30d)
- 1
Description
I observe the following kind of failures on some of my smokers:
# Failed test at t/http-config.t line 59.
# got: 'u:p|slash|.com|GET|not secure|always'
# expected: '.com|GET|secure|always'
# Failed test at t/http-config.t line 69.
# got: 'u:p|slash|.com|success|GET|not secure|always'
# expected: '.com|success|GET|secure|always'
# Failed test at t/http-config.t line 73.
# got: 'u:p|slash|success|GET|not secure|always'
# expected: 'success|GET|always'
# Looks like you failed 3 tests of 28.
t/http-config.t .............
Dubious, test returned 3 (wstat 768, 0x300)
Failed 3/28 subtests
This seems to happen also on other systems, for example: http://www.cpantesters.org/cpan/report/34a5f0ee-13ca-11e9-8c82-aba07c4588f0
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the failures in t/http-config.t at lines 59, 69, and 73, then investigate how URI 1.75 changes the values exercised by those tests. Run t/http-config.t and compare the results with the expected output; done means all 28 tests pass across the affected environments.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- perl
- Domain
- testing
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100