BIND 10 master, updated. 4bca9c538b8deddfc49694d35bebd44c0bbdfc81 Disable a test conditionally

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Jul 31 07:58:32 UTC 2013


The branch, master has been updated
       via  4bca9c538b8deddfc49694d35bebd44c0bbdfc81 (commit)
      from  c9f3fca8e79716778c0b296a8a0b78db6571f4f2 (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 4bca9c538b8deddfc49694d35bebd44c0bbdfc81
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Wed Jul 31 09:35:07 2013 +0200

    Disable a test conditionally
    
    As the AuthSrvTest.postReconfigure needs shared memory.

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

Summary of changes:
 src/bin/auth/tests/auth_srv_unittest.cc |    4 ++++
 1 file changed, 4 insertions(+)

-----------------------------------------------------------------------
diff --git a/src/bin/auth/tests/auth_srv_unittest.cc b/src/bin/auth/tests/auth_srv_unittest.cc
index 99ad889..9a58692 100644
--- a/src/bin/auth/tests/auth_srv_unittest.cc
+++ b/src/bin/auth/tests/auth_srv_unittest.cc
@@ -2144,7 +2144,11 @@ TEST_F(AuthSrvTest, loadZoneCommand) {
 
 // Test that the auth server subscribes to the segment readers group when
 // there's a remotely mapped segment.
+#ifdef USE_SHARED_MEMORY
 TEST_F(AuthSrvTest, postReconfigure) {
+#else
+TEST_F(AuthSrvTest, DISABLED_postReconfigure) {
+#endif
     FakeSession session(ElementPtr(new ListElement),
                         ElementPtr(new ListElement),
                         ElementPtr(new ListElement));



More information about the bind10-changes mailing list