Commit History

Author SHA1 Message Date
  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
  Naoki Kambe 695a311942 [2252] typo fix 12 years ago
  Naoki Kambe 4d94e850cc [2252] remove poll-interval from stats config 12 years ago
  Naoki Kambe 2cfdda6be3 [2252] simplify complicated if-elif lines using a dictionary 12 years ago
  Naoki Kambe 01b2a2fa9d [2252] simplify complicated if-else lines (unrelated to #2252) 12 years ago
  Naoki Kambe 4de51f893d [2252] care for the socket family which is neither INET6 nor INET 12 years ago
  Naoki Kambe a1b3cfd353 [2252] rename the helper method name 12 years ago