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 proxy testing #75

Merged
merged 23 commits into from
Oct 9, 2015
Merged

Add proxy testing #75

merged 23 commits into from
Oct 9, 2015

Conversation

rmccue
Copy link
Collaborator

@rmccue rmccue commented Sep 24, 2013

We can use mitmproxy to test our proxy support. It's nice and self contained, plus it's scriptable. Requires Python, but I can deal with that (and Travis has it built-in).

Supersedes the remaining issues from #70 and #72.

This adds mitmproxy as a requirement, but does not yet use it.
@coveralls
Copy link

Coverage Status

Coverage decreased (-1.36%) when pulling 2cd3e8f on proxy-tests into edf5e52 on master.

@rmccue rmccue mentioned this pull request Mar 31, 2014
@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling e0e8554 on proxy-tests into 3244985 on master.

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling e0e8554 on proxy-tests into 3244985 on master.

@coveralls
Copy link

Coverage Status

Coverage increased (+1.38%) when pulling 6d026ea on proxy-tests into 3244985 on master.

@rmccue
Copy link
Collaborator Author

rmccue commented Oct 6, 2015

Looks like HTTP proxies are failing on HHVM, yay for testing!

@rmccue
Copy link
Collaborator Author

rmccue commented Oct 9, 2015

I think I've worked it out! We're using port 9000, but that happens to be the port that HHVM uses for FastCGI by default. Switching, hopefully that fixes it.

rmccue added a commit that referenced this pull request Oct 9, 2015
@rmccue rmccue merged commit ed5bd3c into master Oct 9, 2015
@rmccue rmccue deleted the proxy-tests branch October 9, 2015 08:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants