BIND 10 trac2222, updated. 0f3f6b1f3cdc54176c1abf4b22bbdfe4dbae0a5c [2222] removed axfr_running checking after starting transferring

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Sep 25 09:37:26 UTC 2012


The branch, trac2222 has been updated
       via  0f3f6b1f3cdc54176c1abf4b22bbdfe4dbae0a5c (commit)
      from  48df8a1486f00e27636febfa3487ddab9a051ca6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0f3f6b1f3cdc54176c1abf4b22bbdfe4dbae0a5c
Author: Naoki Kambe <kambe at jprs.co.jp>
Date:   Tue Sep 25 18:25:51 2012 +0900

    [2222] removed axfr_running checking after starting transferring
    
    As result of the review on #2222, we agreed that that test doesn't make sense.
    We can observe increased axfr_running only in a situation that transferring
    takes longer than one second. In this lettuce situation, transferring would be
    done in shorter than one second. So that test was removed.

-----------------------------------------------------------------------

Summary of changes:
 .../lettuce/features/xfrin_notify_handling.feature |    8 --------
 1 file changed, 8 deletions(-)

-----------------------------------------------------------------------
diff --git a/tests/lettuce/features/xfrin_notify_handling.feature b/tests/lettuce/features/xfrin_notify_handling.feature
index ffde7b9..80a8873 100644
--- a/tests/lettuce/features/xfrin_notify_handling.feature
+++ b/tests/lettuce/features/xfrin_notify_handling.feature
@@ -45,14 +45,6 @@ Feature: Xfrin incoming notify handling
     Then wait for new bind10 stderr message AUTH_RECEIVED_NOTIFY
     Then wait for new bind10 stderr message ZONEMGR_RECEIVE_NOTIFY
     Then wait for new bind10 stderr message XFRIN_XFR_TRANSFER_STARTED
-    And when I query statistics axfr_running of bind10 module Xfrout with cmdctl port 47804
-
-    # The counter may or may not have been incremented. Whatever the
-    # server likes. This test should have been actually effective but
-    # the axfr transfering is mostly done in real short time. it is
-    # hardly to observe 'axfr_running' incremented to one.
-    Then the statistics counter axfr_running should be between 0 and 1
-
     Then wait for new bind10 stderr message XFRIN_TRANSFER_SUCCESS not XFRIN_XFR_PROCESS_FAILURE
     Then wait for new bind10 stderr message ZONEMGR_RECEIVE_XFRIN_SUCCESS
     Then wait 5 times for new master stderr message NOTIFY_OUT_SENDING_NOTIFY



More information about the bind10-changes mailing list