From: Naoki Kambe Date: Thu, 21 Mar 2013 09:35:07 +0000 (+0900) Subject: [2252] set the expected max value of rejection counters to 3 X-Git-Tag: bind10-1.2.0beta1-release~474^2~4^2~43 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9344c41c186e020cddf191880ff5bef4e653b461;p=thirdparty%2Fkea.git [2252] set the expected max value of rejection counters to 3 --- diff --git a/tests/lettuce/features/xfrin_notify_handling.feature b/tests/lettuce/features/xfrin_notify_handling.feature index 1949236a0c..385f55f55f 100644 --- a/tests/lettuce/features/xfrin_notify_handling.feature +++ b/tests/lettuce/features/xfrin_notify_handling.feature @@ -256,11 +256,14 @@ Feature: Xfrin incoming notify handling When I query statistics zones of bind10 module Xfrout with cmdctl port 47804 The statistics counters are 0 in category .Xfrout.zones except for the following items - | item_name | item_value | min_value | - | _SERVER_.notifyoutv6 | 5 | | - | _SERVER_.xfrrej | | 1 | - | example.org..notifyoutv6 | 5 | | - | example.org..xfrrej | | 1 | + | item_name | item_value | min_value | max_value | + | _SERVER_.notifyoutv6 | 5 | | | + | _SERVER_.xfrrej | | 1 | 3 | + | example.org..notifyoutv6 | 5 | | | + | example.org..xfrrej | | 1 | 3 | + # Note: The above rejection counters might sometimes be increased + # up to 3. See this for details + # http://git.bind10.isc.org/~tester/builder/BIND10-lettuce/20120918210000-MacOS/logs/lettuce.out When I query statistics socket of bind10 module Xfrout with cmdctl port 47804 The statistics counters are 0 in category .Xfrout.socket.unixdomain except for the following items @@ -358,11 +361,14 @@ Feature: Xfrin incoming notify handling When I query statistics zones of bind10 module Xfrout with cmdctl port 47804 The statistics counters are 0 in category .Xfrout.zones except for the following items - | item_name | item_value | min_value | - | _SERVER_.notifyoutv4 | 5 | | - | _SERVER_.xfrrej | | 1 | - | example.org..notifyoutv4 | 5 | | - | example.org..xfrrej | | 1 | + | item_name | item_value | min_value | max_value | + | _SERVER_.notifyoutv4 | 5 | | | + | _SERVER_.xfrrej | | 1 | 3 | + | example.org..notifyoutv4 | 5 | | | + | example.org..xfrrej | | 1 | 3 | + # Note: The above rejection counters might sometimes be increased + # up to 3. See this for details + # http://git.bind10.isc.org/~tester/builder/BIND10-lettuce/20120918210000-MacOS/logs/lettuce.out When I query statistics socket of bind10 module Xfrout with cmdctl port 47804 The statistics counters are 0 in category .Xfrout.socket.unixdomain except for the following items