BIND 10 #157: failing cmdctl_test.py tests
BIND 10 Development
do-not-reply at isc.org
Tue Apr 20 18:12:55 UTC 2010
#157: failing cmdctl_test.py tests
--------------------------+-------------------------------------------------
Reporter: jreed | Owner:
Type: defect | Status: new
Priority: major | Milestone:
Component: Unclassified | Keywords:
Sensitive: 0 |
--------------------------+-------------------------------------------------
{{{
make check-local
for pytest in cmdctl_test.py ; do echo Running test: $pytest ; env
PYTHONPATH=/home/reed/work/isc/bind10/svn/trunk/src/lib/python:/home/reed/work/isc/bind10/svn/trunk/src/bin/cmdctl
/usr/pkg/bin/python3.1 $pytest ; done
Running test: cmdctl_test.py
............E.E...
======================================================================
ERROR: test_handle_post_request (__main__.TestSecureHTTPRequestHandler)
----------------------------------------------------------------------
Traceback (most recent call last):
File "cmdctl_test.py", line 228, in test_handle_post_request
rcode, reply = self.handler._handle_post_request()
File "/home/reed/work/isc/bind10/svn/trunk/src/bin/cmdctl/cmdctl.py",
line 200, in _handle_post_request
if self.server._verbose:
AttributeError: 'MySecureHTTPServer' object has no attribute '_verbose'
======================================================================
ERROR: test_handle_post_request_2
(__main__.TestSecureHTTPRequestHandler)
----------------------------------------------------------------------
Traceback (most recent call last):
File "cmdctl_test.py", line 249, in test_handle_post_request_2
rcode, reply = self.handler._handle_post_request()
File "/home/reed/work/isc/bind10/svn/trunk/src/bin/cmdctl/cmdctl.py",
line 200, in _handle_post_request
if self.server._verbose:
AttributeError: 'MySecureHTTPServer' object has no attribute '_verbose'
----------------------------------------------------------------------
Ran 18 tests in 0.025s
FAILED (errors=2)
*** Error code 1
Stop.
make: stopped in
/home/reed/work/isc/bind10/svn/trunk/src/bin/cmdctl/tests
*** Error code 1
}}}
--
Ticket URL: <http://bind10.isc.org/ticket/157>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list