Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add HTTP::Tiny interface for LWP replacement in tests #410

Merged
merged 7 commits into from
Jun 13, 2013
Merged

Conversation

miyagawa
Copy link
Member

This seems like causing failure on most Travis environments. Pass fine locally, but also see failures if running parallel with -j, so there might be some unstability with HTTP::Tiny talking to local HTTP servers.

Also, see HTTP::Thin for the standalone module implementation of the same thing, but it has more dependencies and probably has bugs with repeated HTTP header values handling.

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling 705fcab on http-tiny-lwp into 4629793 on master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling 705fcab on http-tiny-lwp into 4629793 on master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0%) when pulling 6b2dec5 on http-tiny-lwp into 4629793 on master.

@miyagawa
Copy link
Member Author

I fixed the usage of HTTP::Tiny (and its bug fixes ported to HTTP::Thin) and all the tests are now green on Travis and Mac OS X, even with parallel testing enabled.

I think this is good to be merged, unless anyone at @plack/core disagrees.

miyagawa added a commit that referenced this pull request Jun 13, 2013
Add HTTP::Tiny interface for LWP replacement in tests
@miyagawa miyagawa merged commit d1ee4e6 into master Jun 13, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants