From: Naoki Kambe Date: Fri, 28 Sep 2012 04:42:26 +0000 (+0900) Subject: [2252] inserted waiting for completion of the last stats request X-Git-Tag: bind10-1.2.0beta1-release~474^2~4^2~89 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8add7a15c72e218d7a954c4cb2765206806e1237;p=thirdparty%2Fkea.git [2252] inserted waiting for completion of the last stats request --- diff --git a/tests/lettuce/features/xfrin_notify_handling.feature b/tests/lettuce/features/xfrin_notify_handling.feature index 14c31cbba4..dd5f04c955 100644 --- a/tests/lettuce/features/xfrin_notify_handling.feature +++ b/tests/lettuce/features/xfrin_notify_handling.feature @@ -114,8 +114,12 @@ Feature: Xfrin incoming notify handling # # check statistics change # + + # wait until the last stats requesting is finished + wait for new bind10 stderr message STATS_SEND_STATISTICS_REQUEST + wait for new bind10 stderr message XFRIN_RECEIVED_GETSTATS_COMMAND + When I query statistics zones of bind10 module Xfrin with cmdctl - Then wait for new bind10 stderr message XFRIN_RECEIVED_GETSTATS_COMMAND last bindctl output should not contain "error" Then the statistics counter soaoutv4 for the zone _SERVER_ should be 0 Then the statistics counter soaoutv4 for the zone example.org. should be 0 @@ -262,6 +266,16 @@ Feature: Xfrin incoming notify handling Then the statistics counter senderr should be 0 Then the statistics counter recverr should be 0 + # + # Test8 for Xfrin statistics + # + # check statistics change + # + + # wait until the last stats requesting is finished + wait for new bind10 stderr message STATS_SEND_STATISTICS_REQUEST + wait for new bind10 stderr message XFRIN_RECEIVED_GETSTATS_COMMAND + # # Test for unreachable slave # @@ -303,7 +317,7 @@ Feature: Xfrin incoming notify handling Then the statistics counter time_to_axfr for the zone example.org. should be 0.0 # - # Test1 for Xfrout statistics + # Test9 for Xfrout statistics # # check statistics change #