BIND 10 #2962: cmdctl test failure (doesn't happen regularly)
BIND 10 Development
do-not-reply at isc.org
Thu May 16 14:32:16 UTC 2013
#2962: cmdctl test failure (doesn't happen regularly)
---------------------------------------+----------------------------------
Reporter: muks | Owner:
Type: defect | Status: new
Priority: medium | Milestone: New Tasks
Component: cmd-ctl | Keywords:
CVSS Scoring: | Sensitive: 0
Defect Severity: N/A | Sub-Project: DNS
Feature Depending on Ticket: | Estimated Difficulty: 0
Add Hours to Ticket: 0 | Total Hours: 0
Internal?: 0 |
---------------------------------------+----------------------------------
There is a cmdctl test failure on my Fedora 18 box (with Python 3.3). It
is not reproducible, but I have the backtrace from the failure:
{{{
make[5]: Entering directory `/home/muks/bind10/src/bin/cmdctl/tests'
for pytest in cmdctl_test.py b10-certgen_test.py ; do \
echo Running test: $pytest ; \
\
PYTHONPATH=/home/muks/bind10/src/lib/python/isc/log_messages:/home/muks/bind10/src/lib/python/isc/cc:/home/muks/bind10/src/lib/python:/home/muks/bind10/src/lib/python:/home/muks/bind10/src/lib/dns/python/.libs:/home/muks/bind10/src/bin/cmdctl
\
CMDCTL_SRC_PATH=/home/muks/bind10/src/bin/cmdctl \
CMDCTL_BUILD_PATH=/home/muks/bind10/src/bin/cmdctl \
B10_LOCKFILE_DIR_FROM_BUILD=/home/muks/bind10 \
/usr/bin/python3.3 /home/muks/bind10/src/bin/cmdctl/tests/$pytest || exit
; \
done
Running test: cmdctl_test.py
....................................E
======================================================================
ERROR: test_wrap_sock_in_ssl_context (__main__.TestSecureHTTPServer)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/muks/bind10/src/bin/cmdctl/tests/cmdctl_test.py", line 741,
in test_wrap_sock_in_ssl_context
BUILD_FILE_PATH + 'cmdctl-certfile.pem')
File "/home/muks/bind10/src/bin/cmdctl/cmdctl.py", line 610, in
_wrap_socket_in_ssl_context
raise socket.error
OSError
----------------------------------------------------------------------
Ran 37 tests in 0.019s
FAILED (errors=1)
make[5]: *** [check-local] Error 1
make[5]: Leaving directory `/home/muks/bind10/src/bin/cmdctl/tests'
make[4]: *** [check-am] Error 2
make[4]: Leaving directory `/home/muks/bind10/src/bin/cmdctl/tests'
}}}
--
Ticket URL: <http://bind10.isc.org/ticket/2962>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list