BIND 10 master, updated. 9a15250b2c74f8b637cf1f32f79cc626cb05d0e5 [2416] Wait for AUTH_LOAD_ZONE in lettuce test

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Nov 1 03:53:13 UTC 2012


The branch, master has been updated
       via  9a15250b2c74f8b637cf1f32f79cc626cb05d0e5 (commit)
      from  6ad5fcf5b5bf4ca4f0295585ac8ad1521baf062a (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 9a15250b2c74f8b637cf1f32f79cc626cb05d0e5
Author: Mukund Sivaraman <muks at isc.org>
Date:   Wed Oct 31 01:11:02 2012 +0530

    [2416] Wait for AUTH_LOAD_ZONE in lettuce test
    
    For the SOA=1239 case, lettuce (instead of waiting for a new
    AUTH_LOAD_ZONE message) waits for the last output AUTH_LOAD_ZONE
    message because the last SOA=1238 case generated a AUTH_LOAD_ZONE that
    was not skipped past in RunningProcess._wait_for_output_str().  So it
    immediately matches the last AUTH_LOAD_ZONE and continues right away
    which causes it to query Auth prematurely.

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

Summary of changes:
 tests/lettuce/features/ddns_system.feature |    1 +
 1 file changed, 1 insertion(+)

-----------------------------------------------------------------------
diff --git a/tests/lettuce/features/ddns_system.feature b/tests/lettuce/features/ddns_system.feature
index ee3187c..4a80e14 100644
--- a/tests/lettuce/features/ddns_system.feature
+++ b/tests/lettuce/features/ddns_system.feature
@@ -53,6 +53,7 @@ Feature: DDNS System
 
         # Test 8
         When I use DDNS to set the SOA serial to 1238
+        And wait for new bind10 stderr message AUTH_LOAD_ZONE
         The DDNS response should be SUCCESS
         And the SOA serial for example.org should be 1238
 



More information about the bind10-changes mailing list