You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This test uses http://httpbin.org to send the request. If this server is not responding, the test will fail.
Actually I caught this problem in CI while I was working on a PR. This makes aiohttp CI not so reliable.
Doesn't look like the test has anything to do with httpbin.org. It just needs to send a post request somewhere twice.
Also, it appears the original commit raises a RuntimeError, when it should probably raise some kind of client error, and in fact the change file says it raises a ClientPayloadError...
Nevermind: #4351 (comment)
Describe the bug
This test uses http://httpbin.org to send the request. If this server is not responding, the test will fail.
Actually I caught this problem in CI while I was working on a PR. This makes
aiohttp
CI not so reliable.postmanlabs/httpbin#150 (comment)
To Reproduce
Sometimes it just happen.
Expected behavior
Use local instance of httpbin or use aiohttp test server if possible.
Logs/tracebacks
Python Version
aiohttp Version
multidict Version
yarl Version
OS
ubuntu 20.04
but happen in CI for mac
Related component
Client
Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: