SHA256
1
0
forked from pool/mariadb
mariadb/suse_skipped_tests.list

89 lines
5.0 KiB
Plaintext
Raw Normal View History

Accepting request 539319 from home:kstreitova:branches:server:database - update to 10.2.10 GA * release notes and changelogs https://downloads.mariadb.org/mariadb/+releases/ * fixes for the following security vulnerabilities * 10.2.10: CVE-2017-10378, CVE-2017-10268 * 10.2.8: CVE-2017-3636, CVE-2017-3641, CVE-2017-3653, CVE-2017-10320, CVE-2017-10365, CVE-2017-10379, CVE-2017-10384, CVE-2017-10286, CVE-2017-3257 * 10.2.6: CVE-2017-3308, CVE-2017-3309, CVE-2017-3453, CVE-2017-3456, CVE-2017-3464 * 10.2.5: CVE-2017-3313, CVE-2017-3302 * [bsc#1042632], [bsc#1043328], [bsc#1019948], [fate#323738] - refresh and rename the following patches: * mariadb-10.1.4-group.patch to mariadb-10.2.3-group.patch * mariadb-10.1.16-systemd-cmake.patch to mariadb-10.2.8-systemd-cmake.patch * mariadb-10.1.18-mysql_install_db-mariadb_dirs.patch to mariadb-10.2.3-mysql_install_db-mariadb_dirs.patch * mariadb-10.1.12-fortify-and-O.patch to mariadb-10.2.4-fortify-and-O.patch * mysql-community-server-5.1.46-logrotate.patch to mariadb-10.2.4-logrotate.patch - add mariadb-10.2.10.tar.gz.sig signature and mariadb.keyring files - start building without client library part, use mariadb-connector-c for getting libmariadb libraries. Remove libmysclient* packages - remove baselibs.conf because we no longer build client libraries here - update %{soname} to 19 (libmysqld soname) OBS-URL: https://build.opensuse.org/request/show/539319 OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=197
2017-11-06 16:24:06 +01:00
#----------------------------------------------------------------
# The SSL tests that are failing correctly
main.ssl_7937 : bsc#937835, MDEV-8404
main.ssl_crl_clients : bsc#937835, MDEV-8404
main.ssl_cert_verify : bsc#937835, MDEV-8404
main.ssl_8k_key : bsc#937835, MDEV-8404
# Main and perfschema tests
main.userstat : bsc#937836, MDEV-8446
perfschema.nesting : bsc#937836, MDEV-8446
perfschema.socket_summary_by_event_name_func : bsc#937836, MDEV-8446
perfschema.socket_summary_by_instance_func : bsc#937836, MDEV-8446
2018-04-30 15:34:53 +02:00
# It's not a critical test. The problem is that it's not easy to
# unify the correct number of the repetition in the test for all
# various platforms (fails for s390x)
main.func_regexp_pcre : bsc#1058722 comment 11
Accepting request 539319 from home:kstreitova:branches:server:database - update to 10.2.10 GA * release notes and changelogs https://downloads.mariadb.org/mariadb/+releases/ * fixes for the following security vulnerabilities * 10.2.10: CVE-2017-10378, CVE-2017-10268 * 10.2.8: CVE-2017-3636, CVE-2017-3641, CVE-2017-3653, CVE-2017-10320, CVE-2017-10365, CVE-2017-10379, CVE-2017-10384, CVE-2017-10286, CVE-2017-3257 * 10.2.6: CVE-2017-3308, CVE-2017-3309, CVE-2017-3453, CVE-2017-3456, CVE-2017-3464 * 10.2.5: CVE-2017-3313, CVE-2017-3302 * [bsc#1042632], [bsc#1043328], [bsc#1019948], [fate#323738] - refresh and rename the following patches: * mariadb-10.1.4-group.patch to mariadb-10.2.3-group.patch * mariadb-10.1.16-systemd-cmake.patch to mariadb-10.2.8-systemd-cmake.patch * mariadb-10.1.18-mysql_install_db-mariadb_dirs.patch to mariadb-10.2.3-mysql_install_db-mariadb_dirs.patch * mariadb-10.1.12-fortify-and-O.patch to mariadb-10.2.4-fortify-and-O.patch * mysql-community-server-5.1.46-logrotate.patch to mariadb-10.2.4-logrotate.patch - add mariadb-10.2.10.tar.gz.sig signature and mariadb.keyring files - start building without client library part, use mariadb-connector-c for getting libmariadb libraries. Remove libmysclient* packages - remove baselibs.conf because we no longer build client libraries here - update %{soname} to 19 (libmysqld soname) OBS-URL: https://build.opensuse.org/request/show/539319 OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=197
2017-11-06 16:24:06 +01:00
#----------------------------------------------------------------
# Failing with GCC 8
mroonga/storage.index_multiple_column_range_all_used_less_than : bsc#1092544, MDEV-16127
mroonga/storage.index_multiple_column_range_all_used_less_than_or_equal : bsc#1092544, MDEV-16127
mroonga/storage.index_multiple_column_range_partially_used_have_prefix_less_than : bsc#1092544, MDEV-16127
mroonga/storage.index_multiple_column_range_partially_used_have_prefix_less_than_or_equal : bsc#1092544, MDEV-16127
mroonga/storage.index_multiple_column_range_partially_used_no_prefix_less_than : bsc#1092544, MDEV-16127
mroonga/storage.index_multiple_column_range_partially_used_no_prefix_less_than_or_equal : bsc#1092544, MDEV-16127
mroonga/storage.optimization_order_limit_optimized_datetime_less_than : bsc#1092544, MDEV-16127
mroonga/storage.optimization_order_limit_optimized_datetime_less_than_or_equal : bsc#1092544, MDEV-16127
# Failing with OpenSSL 1.1.1.
main.ssl_cipher : MDEV-17184
main.openssl_6975 : MDEV-17184
main.ssl : MDEV-17184
Accepting request 539319 from home:kstreitova:branches:server:database - update to 10.2.10 GA * release notes and changelogs https://downloads.mariadb.org/mariadb/+releases/ * fixes for the following security vulnerabilities * 10.2.10: CVE-2017-10378, CVE-2017-10268 * 10.2.8: CVE-2017-3636, CVE-2017-3641, CVE-2017-3653, CVE-2017-10320, CVE-2017-10365, CVE-2017-10379, CVE-2017-10384, CVE-2017-10286, CVE-2017-3257 * 10.2.6: CVE-2017-3308, CVE-2017-3309, CVE-2017-3453, CVE-2017-3456, CVE-2017-3464 * 10.2.5: CVE-2017-3313, CVE-2017-3302 * [bsc#1042632], [bsc#1043328], [bsc#1019948], [fate#323738] - refresh and rename the following patches: * mariadb-10.1.4-group.patch to mariadb-10.2.3-group.patch * mariadb-10.1.16-systemd-cmake.patch to mariadb-10.2.8-systemd-cmake.patch * mariadb-10.1.18-mysql_install_db-mariadb_dirs.patch to mariadb-10.2.3-mysql_install_db-mariadb_dirs.patch * mariadb-10.1.12-fortify-and-O.patch to mariadb-10.2.4-fortify-and-O.patch * mysql-community-server-5.1.46-logrotate.patch to mariadb-10.2.4-logrotate.patch - add mariadb-10.2.10.tar.gz.sig signature and mariadb.keyring files - start building without client library part, use mariadb-connector-c for getting libmariadb libraries. Remove libmysclient* packages - remove baselibs.conf because we no longer build client libraries here - update %{soname} to 19 (libmysqld soname) OBS-URL: https://build.opensuse.org/request/show/539319 OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=197
2017-11-06 16:24:06 +01:00
# Needs to be investigated (issues trackers will be added)
perfschema.cnf_option : all
rpl.rpl_row_img_blobs : all
rpl.rpl_row_img_eng_min : all
rpl.rpl_row_img_eng_noblob : all
sys_vars.slave_parallel_threads_basic : all
rocksdb.2pc_group_commit : aarch64, ppc64le, x86_64, armv7l
rocksdb.read_only_tx : aarch64, ppc64le, x86_64, armv7l
rocksdb.shutdown : aarch64, ppc64le, x86_64, armv7l
rocksdb.index_merge_rocksdb : aarch64, ppc64le, x86_64, armv7l
main.non_blocking_api : all
2018-04-30 15:34:53 +02:00
main.index_merge_innodb :
mariabackup.xb_fulltext_encrypted :
sys_vars.sysvars_server_notembedded : s390
sys_vars.sysvars_wsrep : s390
encryption.innodb_encryption : ppc64le, i586
encryption.innodb-redo-badkey : x86_64, i586, aarch64
encryption.innodb-bad-key-change2 : ppc
encryption.innodb-bad-key-change4 : ppc
innodb.temporary_table_optimization : ppc64le
main.derived_cond_pushdown : ppc64le
main.mdev-504 : aarch64
main.ps : ppc64le
main.select : ppc64le
main.select_jcl6 : ppc64le
main.select_pkeycache : ppc64le
main.sp : ppc64le
main.type_float : ppc64le
main.type_newdecimal : ppc64le
main.type_ranges : ppc64le
rocksdb.bulk_load_errors : x86_64, armv7l
rocksdb.col_opt_not_null : ppc64le
rocksdb.col_opt_null : ppc64le
rocksdb.col_opt_unsigned : ppc64le
rocksdb.deadlock : x86_64
rocksdb.type_float : ppc64le
rpl.rpl_gtid_delete_domain : ppc64
binlog.binlog_flush_binlogs_delete_domain : ppx64
encryption.innodb-encryption-alter : armv7l
plugins.processlist : armv7l
rocksdb.add_index_inplace : armv7l
rocksdb.bulk_load_unsorted : armv7l
rocksdb.bulk_load_unsorted_rev : armv7l
rocksdb.commit_in_the_middle_ddl : armv7l
rocksdb.concurrent_alter : armv7l
rocksdb.drop_index_inplace : armv7l
rocksdb.rocksdb : armv7l
rocksdb_sys_vars.rocksdb_merge_buf_size_basic : armv7l
rocksdb_sys_vars.rocksdb_merge_combine_read_size_basic : armv7l
rocksdb_sys_vars.rocksdb_merge_tmp_file_removal_delay_ms_basic : armv7l
rocksdb.unique_sec : armv7l
rpl.rpl_gtid_delete_domain : ppc64