JINMEI Tatuya
|
c97e9105e1
[2252] editorial cleanups: removed unnecessary backslash, combine short lines
|
12 years ago |
JINMEI Tatuya
|
30c5683bab
[2252] explicitly check if something is None, not just eval it as boolean.
|
12 years ago |
JINMEI Tatuya
|
acbf4d8c9e
[2252] folded long line, and a bit of doc clarification
|
12 years ago |
Naoki Kambe
|
14ee53dc65
[2252] add notes about counters of Xfrin: soaoutv4, axfrreqv4, soaoutv6, axfrreqv6, and xfrfail
|
12 years ago |
Naoki Kambe
|
9344c41c18
[2252] set the expected max value of rejection counters to 3
|
12 years ago |
Naoki Kambe
|
b448dabbe9
[2252] update description of xfrin_notify_handling.feature
|
12 years ago |
Naoki Kambe
|
c11f99307c
[2252] remove several initial checks for unixdomain socket counters of Xfrout
|
12 years ago |
Naoki Kambe
|
0eec3b5ce4
[2252] add a port number of cmdctl as an option of check_init_statistics()
|
12 years ago |
Naoki Kambe
|
c37fd56ccc
[2252] generalize the module name as an argument of check_init_statistics()
|
12 years ago |
Naoki Kambe
|
be426ec46d
[2252] update description of check_statistics_items() about min_value and max_value
|
12 years ago |
Naoki Kambe
|
208c318edb
[2252] add tests dedicated to statistics
|
12 years ago |
Naoki Kambe
|
bae4e49604
[2252] remove checks of statistics counters from the existing test classes unrelated to statistics tests
|
12 years ago |
Naoki Kambe
|
b0f2acac75
[2252] replace the log message XFRIN_RECEIVED_COMMAND to the more general id XFRIN_RECEIVED_COMMAND with the command name
|
12 years ago |
Naoki Kambe
|
5ac7de770c
[2252] remove the if condition because we don't need to consider any other status than XFRIN_OK and XFRIN_FAIL
|
12 years ago |
Naoki Kambe
|
dc2960e984
[2252] add notes about the case that the timer is already started but not yet stopped
|
12 years ago |
Naoki Kambe
|
d1d37e1982
[2252] _get_ipver_str() raises a ValueError exception on address families other than AF_INET or AF_INET6
|
12 years ago |
Naoki Kambe
|
ad8e7ea08e
[2252] update docstring of _get_ipver_str() about accessing
|
12 years ago |
Naoki Kambe
|
26a9ee9fd3
[2252] update descriptions of latest_ixfr_duration and latest_axfr_duration about their default values
|
12 years ago |
Naoki Kambe
|
d6d0432118
[2252] add a test scenario for Xfr request rejected in IPv4
|
12 years ago |
Naoki Kambe
|
be67ff2306
[2252] add a test scenario for handling incoming notify only in IPv4
|
12 years ago |
Naoki Kambe
|
cb5eb7ddeb
[2252] reset numbers in the scenario tests
|
12 years ago |
Naoki Kambe
|
d69fb646ed
[2252] unify multiple similar checks of initial statistics into a step method
|
12 years ago |
Naoki Kambe
|
655179cfb2
[2252] reconsider expected values of counters for more specific values
|
12 years ago |
Naoki Kambe
|
aca3456d32
[2252] remove an obsoleted statistics step method
|
12 years ago |
Naoki Kambe
|
55a49c67cd
[2252] unify repeating similar patterns
|
12 years ago |
Naoki Kambe
|
85aef71201
[2252] add evaluating a minimum or maxmimum value
|
12 years ago |
Naoki Kambe
|
fcf8b9df5f
[2252] replace assertGreaterEqual with assertAlmostEqual
|
12 years ago |
Naoki Kambe
|
7fe200c92e
[2252] add tests for counters of XfrinConnection in IPv6 address
|
12 years ago |
Naoki Kambe
|
0ef3b7adcd
[2252] test _get_ipver_str() by creating MockXfrinConnection object
|
12 years ago |
Naoki Kambe
|
936b3ffaaa
[2252] unify redundant assertion lines
|
12 years ago |