mariadb-10.0.10 - failing tests
This commit is contained in:
parent
5160428e86
commit
59bc3f11ae
@ -6,3 +6,6 @@
|
||||
|
||||
perfschema.func_file_io : rhbz#773116 cycle counter does not work on arm
|
||||
perfschema.func_mutex : rhbz#773116 cycle counter does not work on arm
|
||||
|
||||
connect.bin : Fails with MariaDB 10
|
||||
perfschema.setup_objects : Fails with MariaDB 10
|
||||
|
@ -1,9 +1,17 @@
|
||||
# Disable innodb.innodb, which is showing platform-dependent results
|
||||
# as of 5.5.9. Upstream at http://bugs.mysql.com/bug.php?id=60155
|
||||
|
||||
innodb.innodb : bug#60155 has platform-dependent results
|
||||
#innodb.innodb : bug#60155 has platform-dependent results
|
||||
|
||||
# Disable tokudb_innodb_xa_crash temporarily, until it is fixed:
|
||||
#
|
||||
|
||||
tokudb_innodb_xa_crash : https://bugzilla.redhat.com/show_bug.cgi?id=1018192
|
||||
#tokudb_innodb_xa_crash : https://bugzilla.redhat.com/show_bug.cgi?id=1018192
|
||||
|
||||
vcol.vcol_supported_sql_funcs_innodb : Fails with MariaDB 10
|
||||
main.ssl_crl_clients : Fails with MariaDB 10
|
||||
main.func_str : Fails with MariaDB 10
|
||||
perfschema.nesting : Fails with MariaDB 10
|
||||
perfschema.socket_summary_by_event_name_func : Fails with MariaDB 10
|
||||
perfschema.socket_summary_by_instance_func : Fails with MariaDB 10
|
||||
vcol.vcol_supported_sql_funcs_myisam : Fails with MariaDB 10
|
||||
|
Loading…
Reference in New Issue
Block a user