]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3681] shell tests in admin fixed
authorTomek Mrugalski <tomasz@isc.org>
Fri, 26 Jun 2015 10:14:01 +0000 (12:14 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Fri, 26 Jun 2015 10:14:01 +0000 (12:14 +0200)
 - ipv6_reservations is now deleted before all other tables

src/bin/admin/tests/mysql_tests.sh.in

index f405f852855eda204352e7b782b9736122745f76..f8f1d776dd7a2845de27d360671d092c405d0baa 100755 (executable)
@@ -38,6 +38,11 @@ keaadmin=@abs_top_builddir@/src/bin/admin/kea-admin
 mysql_wipe() {
     printf "Wiping whole database %s\n" $db_name
 
+    # ipv6_reservations table must be deleted first, as it has contraints that
+    # are dependent on hosts. Therefore hosts table cannot be deleted before
+    # ipv6_reservations.
+    mysql_execute "DROP TABLE IF EXISTS ipv6_reservations;"
+
     # First we build the list of drop table commands
     # We don't bother with "cascade" because as of MySQL
     # 5.1 it is only there to ease porting, it doesn't