Pathod: A pathological HTTP daemon for testing and torturing client software
1–10 of 15 posts
Re: Pathod: A pathological HTTP daemon for testing and torturing client software
#2Re: Pathod: A pathological HTTP daemon for testing and torturing client software
#3Re: Pathod: A pathological HTTP daemon for testing and torturing client software
#4What's the practical usage scenario for this? Would it be only used by http client library developers, or is there a broader audience?
Re: Pathod: A pathological HTTP daemon for testing and torturing client software
#5What's the practical usage scenario for this? Would it be only used by http client library developers, or is there a broader audience?
Re: Pathod: A pathological HTTP daemon for testing and torturing client software
#6Re: Pathod: A pathological HTTP daemon for testing and torturing client software
#7https://github.com/danielwellman/bane
From the readme: "If you are building an application, you may depend on third-party servers or web services for your data. Most of the time these services are reliable, but at some point they will behave in an unusual manner - such as connecting but never respond, sending data very slowly, or sending an unexpected response. To ensure your application survives these scenarios, you should test your application against these bad behaviors. Bane helps you recreate these scenarios by standing in for your third-party servers and responding in several nefarious ways."
Re: Pathod: A pathological HTTP daemon for testing and torturing client software
#8This is a similar tool as http://httpbin.org/ which was written by Kenneth Reitz to test python request http://python-requests.org/ . I like that this is written in tornado thanks for sharing.
Re: Pathod: A pathological HTTP daemon for testing and torturing client software
#9Drat - this story is just a tad premature. A brand new release of pathod will be out next week, including a publicly accessible pathod instance, pathoc (pathod's evil client-side equivalent), and a huge range of other improvements and bugfixes.
Re: Pathod: A pathological HTTP daemon for testing and torturing client software
#10Drat - this story is just a tad premature. A brand new release of pathod will be out next week, including a publicly accessible pathod instance, pathoc (pathod's evil client-side equivalent), and a huge range of other improvements and bugfixes.
apols