From: Francis Dupont Date: Thu, 24 Jan 2019 07:38:31 +0000 (+0100) Subject: [313-return-a-list-of-all-reservations-by-subnet-id] Disabled Cassandra getPageX... X-Git-Tag: 429-Updated-StampedValue-to-support-reals_base~74 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e48f94f7e9349ed612c65d930e25235382a9a8d6;p=thirdparty%2Fkea.git [313-return-a-list-of-all-reservations-by-subnet-id] Disabled Cassandra getPageX tests --- diff --git a/src/lib/dhcpsrv/tests/host_mgr_unittest.cc b/src/lib/dhcpsrv/tests/host_mgr_unittest.cc index 6211e172cd..45091377c2 100644 --- a/src/lib/dhcpsrv/tests/host_mgr_unittest.cc +++ b/src/lib/dhcpsrv/tests/host_mgr_unittest.cc @@ -1261,14 +1261,16 @@ TEST_F(CQLHostMgrTest, getAll6BySubnet) { // This test verifies that reservations for a particular subnet can // be retrieved by pages from the configuration file and a database // simultaneously. -TEST_F(CQLHostMgrTest, getPage4) { +//// Paging is not supported by Cassandra. +TEST_F(CQLHostMgrTest, DISABLED_getPage4) { testGetPage4(true); } // This test verifies that reservations for a particular subnet can // be retrieved by pages from the configuration file and a database // simultaneously. -TEST_F(CQLHostMgrTest, getPage6) { +//// Paging is not supported by Cassandra. +TEST_F(CQLHostMgrTest, DISABLED_getPage6) { testGetPage6(true); }