]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2252] remove exceptional cases when checking initial statistics of Xfrout
authorNaoki Kambe <kambe@jprs.co.jp>
Wed, 10 Apr 2013 10:04:19 +0000 (19:04 +0900)
committerNaoki Kambe <kambe@jprs.co.jp>
Thu, 11 Apr 2013 04:08:42 +0000 (13:08 +0900)
On my environment socket.unixdomain.open happened to count to 1
before, but now it no longer happen. If it happens in future again, we
need to investigate why it happens, and then fix a issue or add a
workaround.

tests/lettuce/features/xfrin_notify_handling.feature

index 9ceeb10abd7a7d86195fc478944e4b29a17e77ce..6db0dc8c983e63c2f6695c779895e6b8949d63bf 100644 (file)
@@ -27,11 +27,7 @@ Feature: Xfrin incoming notify handling
     #
     # Test1 for Xfrout statistics
     #
-    check initial statistics not containing example.org for Xfrout with cmdctl port 47804 except for the following items
-      | item_name                | min_value | max_value |
-      | socket.unixdomain.open   |         0 |         1 |
-    # Note: Sometime an unixdomain socket could be already opened at
-    # the first time when stats daemon queries xfrout statistics.
+    check initial statistics not containing example.org for Xfrout with cmdctl port 47804
 
     #
     # Test2 for Xfrin statistics
@@ -127,11 +123,7 @@ Feature: Xfrin incoming notify handling
     #
     # Test1 for Xfrout statistics
     #
-    check initial statistics not containing example.org for Xfrout with cmdctl port 47804 except for the following items
-      | item_name                | min_value | max_value |
-      | socket.unixdomain.open   |         0 |         1 |
-    # Note: Sometime an unixdomain socket could be already opened at
-    # the first time when stats daemon queries xfrout statistics.
+    check initial statistics not containing example.org for Xfrout with cmdctl port 47804
     #
     # Test2 for Xfrin statistics
     #
@@ -234,11 +226,7 @@ Feature: Xfrin incoming notify handling
     #
     # Test1 for Xfrout statistics
     #
-    check initial statistics not containing example.org for Xfrout with cmdctl port 47804 except for the following items
-      | item_name                | min_value | max_value |
-      | socket.unixdomain.open   |         0 |         1 |
-    # Note: Sometime an unixdomain socket could be already opened at
-    # the first time when stats daemon queries xfrout statistics.
+    check initial statistics not containing example.org for Xfrout with cmdctl port 47804
 
     #
     # Test2 for Xfrin statistics
@@ -346,11 +334,7 @@ Feature: Xfrin incoming notify handling
     #
     # Test1 for Xfrout statistics
     #
-    check initial statistics not containing example.org for Xfrout with cmdctl port 47804 except for the following items
-      | item_name                | min_value | max_value |
-      | socket.unixdomain.open   |         0 |         1 |
-    # Note: Sometime an unixdomain socket could be already opened at
-    # the first time when stats daemon queries xfrout statistics.
+    check initial statistics not containing example.org for Xfrout with cmdctl port 47804
 
     #
     # Test2 for Xfrin statistics