]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[313-return-a-list-of-all-reservations-by-subnet-id] Disabled Cassandra getPageX...
authorFrancis Dupont <fdupont@isc.org>
Thu, 24 Jan 2019 07:38:31 +0000 (08:38 +0100)
committerFrancis Dupont <fdupont@isc.org>
Tue, 29 Jan 2019 09:49:05 +0000 (04:49 -0500)
src/lib/dhcpsrv/tests/host_mgr_unittest.cc

index 6211e172cdd6d524a9c37320118f30ec07c4eff7..45091377c2ae2e99ece70ca76e8e4bf31582c8e3 100644 (file)
@@ -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);
 }