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

AuTest: Replace httpbin with proxy-verifier #8767

Closed
masaori335 opened this issue Mar 29, 2022 · 3 comments
Closed

AuTest: Replace httpbin with proxy-verifier #8767

masaori335 opened this issue Mar 29, 2022 · 3 comments

Comments

@masaori335
Copy link
Contributor

We saw all httpbin based AuTest was failed. ( This is fixed by #8765 ) For the long term, we need to migrate these AuTest using the proxy-verifier. It looks like the proxy-verifier has equivalent features that we're using. If not, we can add it.

List of the httpbin based tests are below

» grep Test.MakeHttpBinServer -R ./* | awk -F ':' '{print $1}'
./autest-site/httpbin.test.ext
./cache/background_fill.test.py
./connect/connect.test.py
./h2/nghttp.test.py
./h2/httpbin.test.py
./h2/h2spec.test.py
./logging/new_log_flds.test.py
./post/post-continue.test.py
./proxy_protocol/proxy_protocol.test.py
@masaori335
Copy link
Contributor Author

Seem like https://github.com/mccutchen/go-httpbin is the successor of the httpbin.

@SunMoon97
Copy link

Hey!please assign me this issue.

@masaori335
Copy link
Contributor Author

#9475 already made the change ( I don't know why it's not linked to this ).

@SunMoon97 Thanks for trying to address this issue. Please take a look at other issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants