From 4d8513461d5071d6d99f65a6146c7034d70ce1f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vicen=C8=9Biu=20Ciorbaru?= Date: Thu, 5 Jul 2018 21:36:35 +0300 Subject: [PATCH] Disable disks.disks test This failed on most Launchpad architectures, as the disk information does not seem to be available on Launchpad builders. A better fix will be done by upstream later to the actual test code itself. --- debian/patches/disable-test-disks.patch | 9 +++++++++ debian/patches/series | 1 + 2 files changed, 10 insertions(+) create mode 100644 debian/patches/disable-test-disks.patch diff --git a/debian/patches/disable-test-disks.patch b/debian/patches/disable-test-disks.patch new file mode 100644 index 00000000..6b5a06ae --- /dev/null +++ b/debian/patches/disable-test-disks.patch @@ -0,0 +1,9 @@ +Author: Vicentiu Ciorbaru +Date: Wed Jul 4 13:29:55 2018 +0300 + + Disable disks.disks test + +--- /dev/null ++++ b/plugin/disks/mysql-test/disks/disabled.def +@@ -0,0 +1 @@ ++disks : does not work on Launchpad diff --git a/debian/patches/series b/debian/patches/series index 378f88a4..dc96a895 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -3,6 +3,7 @@ scripts__mysql_create_system_tables__no_test.patch scripts__mysqld_safe.sh__signals.patch scripts__mysql_install_db.sh__no_test.patch mysql-test__db_test.patch +disable-test-disks.patch replace_dash_with_bash_mbug675185.patch extend_default_test_timeout_for_tokudb.patch remove_rename_mariadb-server_files_in.patch -- GitLab