public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Michal Schorm <mschorm@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/mysql8.4] rawhide: Testsuite verification for 8.4.11
Date: Sun, 02 Aug 2026 13:48:18 GMT [thread overview]
Message-ID: <178567849824.1.8708572023743405031.rpms-mysql8.4-2800ec4dab3c@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/mysql8.4
Branch : rawhide
Commit : 2800ec4dab3c7a06039f82577f3f01c53e780e17
Author : Michal Schorm <mschorm@redhat.com>
Date : 2026-07-31T15:38:08+02:00
Stats : +44/-28 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/mysql8.4/c/2800ec4dab3c7a06039f82577f3f01c53e780e17?branch=rawhide
Log:
Testsuite verification for 8.4.11
Added to skip lists (8 tests):
- 'perfschema.telemetry_traces_test_client' (all arches) — test
.result expects Enterprise client telemetry hooks not present in
Community build (telemetry moved to Community in 9.7.0, WL#17224)
- 'perfschema.transaction_nested_events' (all arches) — fails
since 8.4.11
- 'innodb_undo.truncate_xa' moved from s390x to base list — unstable
across all arches since 8.4
- 'rpl.rpl_priv_checks_user_start_info' to ppc64le list (since 8.4.11)
- 'innodb_gis.big_records' to s390x list — zlib-ng DFLTCC overhead
- 'innodb_fts.bug_34846823' to s390x list (since 8.4.11)
- 'innodb_fts.optimize_big' to s390x list (since 8.4.11)
- 'x.connection_not_alive' to s390x list (since 8.4.11)
Added to skip lists (unstable, repeated across runs):
- 'x.roles_xplugin' to s390x list (since 8.4.11)
Removed from skip lists (2 tests — confirmed passing in Koji):
- 'perfschema.statement_digest_query_sample'
- 'rpl.rpl_json'
Reorganize base list: group by root cause, add failure details.
Co-Authored-By: Claude AI <noreply@anthropic.com>
---
diff --git a/mysql8.4.spec b/mysql8.4.spec
index bd05e24..8a51071 100644
--- a/mysql8.4.spec
+++ b/mysql8.4.spec
@@ -25,7 +25,7 @@ ExcludeArch: %{ix86}
# 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.4.10
+%global last_tested_version 8.4.11
# 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 1a9e323..acc9459 100644
--- a/rh-skipped-tests-list-base.list
+++ b/rh-skipped-tests-list-base.list
@@ -1,36 +1,41 @@
-innodb.alter_kill : BUG#0 failing on F34+
+# Fedora crypto-policies disable weak/legacy ciphers and TLS versions.
+# These tests expect ciphers/protocols that the system crypto-policies reject.
+# https://fedoraproject.org/wiki/Changes/StrongCryptoSettings2
+auth_sec.fips : BUG#0 Fails since 8.4 on Rawhide; FIPS mode not available
+auth_sec.fips_persisted_option : BUG#0 Fails since 8.4 on Rawhide; FIPS mode not available
+auth_sec.fips_tlsv13 : BUG#0 Fails since 8.4 on Rawhide; FIPS mode not available
+rpl.rpl_fips : BUG#0 Fails since 8.4 on Rawhide; FIPS mode not available
+x.connection_fips : BUG#0 Fails since 8.4 on Rawhide; FIPS mode not available
+x.connection_tls_version : BUG#0 Fails since F33+; TLS 1.1 disabled by crypto-policies
-# Expected to fail in Fedora 33+
-# TLS 1.1 and older has been disabled by system-wide crypto-policies setting
-# https://fedoraproject.org/wiki/Changes/StrongCryptoSettings2
-# Tests pass when using legacy crypto-policies seetings
-x.connection_tls_version : BUG#0 Expected to fail on F33+
+# Telemetry component moved from Enterprise to Community in 9.7.0 (WL#17224),
+# but the test .result file expects Enterprise client instrumentation hooks
+# (extra tm_stmt_start/tm_stmt_notify_qa pairs) that Community mysqltest doesn't emit.
+perfschema.telemetry_traces_test_client : BUG#0 Fails since 8.4.11
-# We intentionaly compile in a different default value than the upstream
-# Thus the commands expected by upstream to fail succeeds in our builds
-# and thus the test fails
-# Cmake option: -DENABLED_LOCAL_INFILE=ON
-main.mysql_load_data_local_dir : BUG#0 Intentional divergence from the upstream compiled-in default
+# Intentional divergence from upstream compiled-in default.
+# We compile with -DENABLED_LOCAL_INFILE=ON; upstream default is OFF.
+# Thus commands expected by upstream to fail succeed in our builds.
+main.mysql_load_data_local_dir : BUG#0 Intentional divergence from upstream compiled-in default
+
+# Error log pattern for missing .ibd file not emitted in container/mock environments.
+innodb.alter_kill : BUG#0 Fails since F34+; error log pattern not found
# Failing since 8.0.37
-main.archive : BUG#0
+main.archive : BUG#0 Off-by-one in row count
innodb.check_ibd_filesize_16k : BUG#0
-# ELN specific
-# Failing since 8.0.37, on x86-64-v3 only
-main.subquery_sj_mat_bka_nobnl : BUG#0 https://bugzilla.redhat.com/show_bug.cgi?id=2317132
-main.subquery_sj_all_bka_nobnl : BUG#0 https://bugzilla.redhat.com/show_bug.cgi?id=2317132
-
-# Failing since 8.4 only on Rawhide (F43)
-auth_sec.fips : BUG#0
-auth_sec.fips_persisted_option : BUG#0
-auth_sec.fips_tlsv13 : BUG#0
-rpl.rpl_fips : BUG#0
-x.connection_fips : BUG#0
-
# Fails since 8.4.7
-perfschema.statement_digest_query_sample : BUG#0
rpl.rpl_eventlog_psi_memory : BUG#0
perfschema.system_events_component : BUG#0
-rpl.rpl_json : BUG#0
perfschema.system_events_plugin : BUG#0
+
+# Unstable since 8.4
+innodb_undo.truncate_xa : BUG#0
+
+# Fails since 8.4.11
+perfschema.transaction_nested_events : BUG#0
+
+# ELN-specific failures (x86-64-v3 baseline). Keep skipped as guard.
+main.subquery_sj_mat_bka_nobnl : BUG#0 ELN x86-64-v3 only (rhbz#2317132)
+main.subquery_sj_all_bka_nobnl : BUG#0 ELN x86-64-v3 only (rhbz#2317132)
diff --git a/rh-skipped-tests-list-ppc.list b/rh-skipped-tests-list-ppc.list
index 7937566..6c260a0 100644
--- a/rh-skipped-tests-list-ppc.list
+++ b/rh-skipped-tests-list-ppc.list
@@ -28,3 +28,6 @@ rpl_gtid.rpl_perfschema_applier_status_by_worker_gtid_skipped_transaction_mts
# Times out since 8.4.7
parts.partition_reverse_scan_icp : BUG#0
+
+# Fails since 8.4.11
+rpl.rpl_priv_checks_user_start_info : BUG#0
diff --git a/rh-skipped-tests-list-s390.list b/rh-skipped-tests-list-s390.list
index 18d0b5a..d71ae08 100644
--- a/rh-skipped-tests-list-s390.list
+++ b/rh-skipped-tests-list-s390.list
@@ -3,7 +3,6 @@ perfschema.error_log : BUG#0
test_services.test_event_tracking_consumer : BUG#0
# Unstable since 8.4
-innodb_undo.truncate_xa : BUG#0
x.result_types : BUG#0
# Times out since 8.4.7
@@ -21,3 +20,12 @@ innodb_zip.index_large_prefix : BUG#0
innodb_zip.index_large_prefix_4k : BUG#0
innodb_zip.index_large_prefix_8k : BUG#0
innodb_zip.prefix_index_liftedlimit : BUG#0
+innodb_gis.big_records : BUG#0 Fails since 8.4.11
+
+# Fails since 8.4.11
+innodb_fts.bug_34846823 : BUG#0
+innodb_fts.optimize_big : BUG#0
+x.connection_not_alive : BUG#0
+
+# Unstable since 8.4.11
+x.roles_xplugin : BUG#0
reply other threads:[~2026-08-02 13:48 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178567849824.1.8708572023743405031.rpms-mysql8.4-2800ec4dab3c@fedoraproject.org \
--to=mschorm@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox