diff options
author | Sam James <sam@gentoo.org> | 2023-10-14 09:17:43 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-14 09:30:47 +0100 |
commit | ca28939e0ef96b8296007e96961c9f1c745ad2d1 (patch) | |
tree | 207fe15ae581902f1e43170bf5a9c99ac3f3b2c7 | |
parent | dev-db/mysql: add 8.0.34 (diff) | |
download | gentoo-ca28939e0ef96b8296007e96961c9f1c745ad2d1.tar.gz gentoo-ca28939e0ef96b8296007e96961c9f1c745ad2d1.tar.bz2 gentoo-ca28939e0ef96b8296007e96961c9f1c745ad2d1.zip |
dev-db/mysql: test tweaks
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-db/mysql/mysql-8.0.34.ebuild | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dev-db/mysql/mysql-8.0.34.ebuild b/dev-db/mysql/mysql-8.0.34.ebuild index 043436bb5bf4..43fb2e5f98f0 100644 --- a/dev-db/mysql/mysql-8.0.34.ebuild +++ b/dev-db/mysql/mysql-8.0.34.ebuild @@ -428,16 +428,20 @@ src_test() { "main.subquery_sj_firstmatch_bka;0;Known rounding error with latest AMD processors -- no upstream bug yet" "main.subquery_sj_firstmatch_bka_nobnl;0;Known rounding error with latest AMD processors -- no upstream bug yet" "main.subquery_sj_mat_bka_nobnl;0;Known rounding error with latest AMD processors -- no upstream bug yet" + "main.subquery_sj_all_bka_nobnl;0;Known rounding error with latest AMD processors -- no upstream bug yet" "main.window_std_var;0;Known rounding error with latest AMD processors -- no upstream bug yet" "main.window_std_var_optimized;0;Known rounding error with latest AMD processors -- no upstream bug yet" "main.with_recursive;0;Known rounding error with latest AMD processors -- no upstream bug yet" "perfschema.statement_digest_query_sample;0;Test will fail on slow hardware" "rpl.rpl_innodb_info_tbl_slave_tmp_tbl_mismatch;0;Unstable test" + "rpl_gtid.rpl_multi_source_mtr_includes;97844;Unstable test" + "main.partition_datatype;0;Unstable test" "sys_vars.myisam_data_pointer_size_func;87935;Test will fail on slow hardware" "x.connection;0;Known failure - no upstream bug yet" + "main.slow_log;0;Known failure - no upstream bug yet" ) if ! hash zip 1>/dev/null 2>&1 ; then @@ -481,6 +485,11 @@ src_test() { # FIXME: suffers from broken DEATH_TESTS's "routertest_router_certificate_generator" + + # TODO: ??? + "pfs_host-oom" + "pfs_user-oom" + "pfs" ) # Try to increase file limits to increase test coverage |