From cbb00b218333fce09e28a8e5eb8730c3945aeb71 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Sun, 8 Dec 2019 14:20:56 +0100 Subject: community/kea: move from testing --- community/kea/disable-db-tests.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 community/kea/disable-db-tests.patch (limited to 'community/kea/disable-db-tests.patch') diff --git a/community/kea/disable-db-tests.patch b/community/kea/disable-db-tests.patch new file mode 100644 index 00000000000..4c67ff64a80 --- /dev/null +++ b/community/kea/disable-db-tests.patch @@ -0,0 +1,18 @@ +Tests for MySQL/PostgreSQL/Cassandra integration are kinda broken, they expect +already initialized databases prepared for Kea tests. + +We have to modify the autohelled Makefile.in instead of Makefile.am because Kea +requires old automake-1.15. + +--- a/src/bin/admin/tests/Makefile.in ++++ b/src/bin/admin/tests/Makefile.in +@@ -389,8 +389,7 @@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ + SUBDIRS = data . +-SHTESTS = memfile_tests.sh $(am__append_1) $(am__append_2) \ +- $(am__append_3) ++SHTESTS = memfile_tests.sh + noinst_SCRIPTS = $(SHTESTS) + EXTRA_DIST = dhcpdb_create_1.0.mysql dhcpdb_create_1.0.pgsql \ + dhcpdb_create_1.0.cql -- cgit v1.2.3