nuxeo / FunkLoad

Functional and load testing framework for web applications, written in Python
http://funkload.nuxeo.org/
GNU General Public License v2.0
381 stars 86 forks source link

gaierror: [Errno 11001] getaddrinfo failed #138

Closed dulsao closed 8 years ago

dulsao commented 9 years ago

Hi. When I try to fl-run-test , I get “gaierror: [Errno 11001] getaddrinfo failed” . This appears on a sample wordpress installation I have installed. Browsing to the page is ok. The test case was generated by fl-record Testing the same server with static content (js and css) is ok. Googling this error shows it is a resolving issue. I have tried to alter this test in several conventions, but all leads me to the same error (I have tried using “http://192.168.10.142”, “http://wptest”, and “http://wptest.local”. in all cases browsing using chrome is ok, but running the test fails. Attached : The stdout of the crash The python testcase The conf file Xampp apache access log to the same page, but from google chrome Wireshark of the session

Thanks, Dulsao

files: https://s3-eu-west-1.amazonaws.com/5vb4lih4jotch3erosby1ppcayru7yltpmdmnj3n9zphc7zhct8h77uuc4tc4q/bug.7z

dulsao commented 9 years ago

Anyone ? an I missing something ?