BIND 10 trac2823-regression, created. f1dd9da6c3582b6dcb876609a142f9b6c80389e1 [2823-regression] make test_polling_init indepent from ordering of "getstat"s
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed May 8 07:23:00 UTC 2013
The branch, trac2823-regression has been created
at f1dd9da6c3582b6dcb876609a142f9b6c80389e1 (commit)
- Log -----------------------------------------------------------------
commit f1dd9da6c3582b6dcb876609a142f9b6c80389e1
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed May 8 00:20:18 2013 -0700
[2823-regression] make test_polling_init indepent from ordering of "getstat"s
with multi-module setup, it can sometimes fail with python3.3 due to its
unpredictable hash values (and the internal ordering of dictionaries).
commit d5d0d09842cd041653044e90bb6f2db0525c3f33
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed May 8 00:18:54 2013 -0700
[2823-regression] mock mccs.check_command for MyStatsHttpd.
our tests basically shouldn't call this method, but, as commented, it could
still happen on some buggy OSes. we need to work around it.
commit 5fcf58d12137139ba41af390550a0b73ea8a9ef3
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed May 8 00:16:11 2013 -0700
[2823-regression] shutdown MyStatsHttpd running on a separate thread
the dangling threads do not necessarily do harm (test failure, etc),
but show confusing behaviors such as leaked exception. explicit shutdown
should prevent these (for a longer term, we should really stop using threads
for the http-handler tests)
-----------------------------------------------------------------------
More information about the bind10-changes
mailing list