]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
force destroy schema
authorRazvan Becheriu <razvan@isc.org>
Wed, 17 Apr 2019 13:29:26 +0000 (16:29 +0300)
committerTomek Mrugalski <tomek@isc.org>
Fri, 19 Apr 2019 07:55:03 +0000 (03:55 -0400)
src/lib/dhcpsrv/benchmarks/cql_lease_mgr_benchmark.cc

index 8705d25d4b79540ce3772dda43ff293fa773012c..2466de6ffb02ff81ac835b0be95ef8b1f7a4d4a1 100644 (file)
@@ -65,7 +65,7 @@ public:
         }
         LeaseMgrFactory::destroy();
         // If data wipe enabled, delete transient data otherwise destroy the schema
-        destroyCqlSchema();
+        destroyCqlSchema(false, true);
     }
 
     void TearDown(::benchmark::State& s) override {