We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
HTTP scheduler functional test is not working due to issue #698
====================================================================== ERROR: test_scheduler (sched.test_http.HttpRules) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/user/tempesta/tempesta_fw/t/functional/sched/test_http.py", line 111, in test_scheduler self.routine() File "/home/user/tempesta/tempesta_fw/t/functional/sched/test_http.py", line 94, in routine self.testers[0].loop() File "/home/user/tempesta/tempesta_fw/t/functional/helpers/deproxy.py", line 610, in loop poll_fun(min(self.timeout, timeout), map) File "/usr/lib/python2.7/asyncore.py", line 201, in poll2 readwrite(obj, flags) File "/usr/lib/python2.7/asyncore.py", line 117, in readwrite obj.handle_error() File "/home/user/tempesta/tempesta_fw/t/functional/helpers/deproxy.py", line 451, in handle_error error.bug('\tDeproxy: Client: %s' % v) File "/home/user/tempesta/tempesta_fw/t/functional/helpers/error.py", line 28, in bug raise Error(msg) Error: Deproxy: Client: [Errno 111] Connection refused
The text was updated successfully, but these errors were encountered:
Fixed in d25813d
Sorry, something went wrong.
vankoven
No branches or pull requests
HTTP scheduler functional test is not working due to issue #698
The text was updated successfully, but these errors were encountered: