Disable tests connect.part_file, connect.part_table and connect.updelx

Related: #1149647
This commit is contained in:
Honza Horak 2014-10-08 14:10:46 +02:00
parent d4c6e22c2b
commit a7cd29b164
3 changed files with 12 additions and 1 deletions

View File

@ -107,7 +107,7 @@
Name: %{pkgname}
Version: %{compatver}.%{bugfixver}
Release: 4%{?with_debug:.debug}%{?dist}
Release: 5%{?with_debug:.debug}%{?dist}
Epoch: 1
Summary: A community developed branch of MySQL
@ -1178,6 +1178,11 @@ fi
%endif
%changelog
* Wed Oct 08 2014 Honza Horak <hhorak@redhat.com> - 1:10.0.14-5
- Disable tests connect.part_file, connect.part_table
and connect.updelx
Related: #1149647
* Wed Oct 01 2014 Honza Horak <hhorak@redhat.com> - 1:10.0.14-4
- Add bcond_without mysql_names
Use more correct path when deleting mysql logrotate script

View File

@ -2,6 +2,9 @@ connect.alter : rhbz#1096787
connect.bin : rhbz#1096787
connect.dbf : rhbz#1096787
connect.index : rhbz#1096787
connect.part_file : rhbz#1149647
connect.part_table : rhbz#1149647
connect.updelx : rhbz#1149647
main.gis-precise : rhbz#1096787
main.statistics : rhbz#1096787
multi_source.skip_counter : rhbz#1096787

View File

@ -1,3 +1,6 @@
main.gis-precise : rhbz#1096787
main.mysqlslap : rhbz#1096787
rpl.rpl_insert : rhbz#1096787
connect.part_file : rhbz#1149647
connect.part_table : rhbz#1149647
connect.updelx : rhbz#1149647