From 971c99504c488539a94fe56687ce9dd89971abe7 Mon Sep 17 00:00:00 2001 From: Honza Horak Date: Mon, 13 Oct 2014 20:42:51 +0200 Subject: [PATCH] Disable main.key_cache test on s390 Releated: #1149647 --- mariadb.spec | 7 +++++++ rh-skipped-tests-s390.list | 2 ++ 2 files changed, 9 insertions(+) create mode 100644 rh-skipped-tests-s390.list diff --git a/mariadb.spec b/mariadb.spec index 69cd706..29abd04 100644 --- a/mariadb.spec +++ b/mariadb.spec @@ -140,6 +140,7 @@ Source51: rh-skipped-tests-intel.list Source52: rh-skipped-tests-arm.list Source53: rh-skipped-tests-ppc-s390.list Source54: rh-skipped-tests-ppc64le.list +Source55: rh-skipped-tests-s390.list # Comments for these patches are in the patch files # Patches common for more mysql-like packages @@ -523,6 +524,10 @@ cat %{SOURCE53} >> mysql-test/rh-skipped-tests.list cat %{SOURCE54} >> mysql-test/rh-skipped-tests.list %endif +%ifarch s390 +cat %{SOURCE55} >> mysql-test/rh-skipped-tests.list +%endif + cp %{SOURCE2} %{SOURCE3} %{SOURCE10} %{SOURCE11} %{SOURCE12} %{SOURCE13} \ %{SOURCE14} %{SOURCE15} %{SOURCE16} %{SOURCE17} %{SOURCE18} %{SOURCE19} \ scripts @@ -1185,6 +1190,8 @@ fi - Remove bundled cmd-line-utils Related: #1079637 - Move mysqlimport man page to proper package +- Disable main.key_cache test on s390 + Releated: #1149647 * Wed Oct 08 2014 Honza Horak - 1:10.0.14-5 - Disable tests connect.part_file, connect.part_table diff --git a/rh-skipped-tests-s390.list b/rh-skipped-tests-s390.list new file mode 100644 index 0000000..48daec1 --- /dev/null +++ b/rh-skipped-tests-s390.list @@ -0,0 +1,2 @@ +main.key_cache : rhbz#1149647 +