]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2252] set the expected max value of rejection counters to 3
authorNaoki Kambe <kambe@jprs.co.jp>
Thu, 21 Mar 2013 09:35:07 +0000 (18:35 +0900)
committerNaoki Kambe <kambe@jprs.co.jp>
Thu, 21 Mar 2013 09:52:44 +0000 (18:52 +0900)
tests/lettuce/features/xfrin_notify_handling.feature

index 1949236a0c32ecb9f0b73606bc4f1435ad0680c9..385f55f55f4ccb351a8c982cad3f1c7211d566a8 100644 (file)
@@ -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