Notification time stamped 2021-10-31 23:54:43 UTC
From bc64ffaa50b2c5e50e4ffd62a23b81f6bf5f8075 Mon Sep 17 00:00:00 2001 From: Michal Schorm mschorm@redhat.com Date: Oct 31 2021 23:45:30 +0000 Subject: [2/2] Update failing tests list for MySQL 8.0.27
The full testsuite has been run multiple times on multiple Fedora releases, thus updating the "last_tested_version"
---
diff --git a/community-mysql.spec b/community-mysql.spec index c4775be..5180573 100644 --- a/community-mysql.spec +++ b/community-mysql.spec @@ -17,7 +17,7 @@ # The last version on which the full testsuite has been run # In case of further rebuilds of that version, don't require full testsuite to be run # run only "main" suite -%global last_tested_version 8.0.26 +%global last_tested_version 8.0.27 # Set to 1 to force run the testsuite even if it was already tested in current version %global force_run_testsuite 0
diff --git a/rh-skipped-tests-list-base.list b/rh-skipped-tests-list-base.list index 1b5d37d..5a23ac5 100644 --- a/rh-skipped-tests-list-base.list +++ b/rh-skipped-tests-list-base.list @@ -30,3 +30,6 @@ x.connection_unixsocket : BUG#0 x.connection_unixsocket_invalid : BUG#0 x.connection_unixsocket_lock : BUG#0 innodb.innodb_bug-13628249 : BUG#0 + +# Unstable since 8.0.27 +innodb.innodb_read_only-2 : BUG#0 diff --git a/rh-skipped-tests-list-s390.list b/rh-skipped-tests-list-s390.list index b71e9ba..2e9c16b 100644 --- a/rh-skipped-tests-list-s390.list +++ b/rh-skipped-tests-list-s390.list @@ -37,3 +37,7 @@ main.grant_dynamic_flush : BUG#0 main.slow_log : BUG#0 innodb.innodb_read_only-2 : BUG#0 main.group_by : BUG#0 + +# Failing since 8.0.27 +gis.st_symdifference : BUG#0 +main.regular_expressions_utf-8 : BUG#0
https://src.fedoraproject.org/rpms/community-mysql/c/bc64ffaa50b2c5e50e4ffd6...
scm-commits@lists.fedoraproject.org