Details
-
Bug
-
Status: Stalled (View Workflow)
-
Critical
-
Resolution: Unresolved
-
10.5
-
None
Description
At the current custom branch for MDEV-35452 bb-10.5-mdev-35452 263709cafe50ce6e10c90fc4ab8b21640dd94bc8, the following tests fail with mismatching found_rows() output:
- spider/handler.basic_sql
- spider.basic_sql
For example
spider.basic_sql w6 [ fail ]
|
Test ended at 2025-04-04 10:33:12
|
|
CURRENT_TEST: spider.basic_sql
|
--- /home/ycp/source/mariadb-server/10.5/src/storage/spider/mysql-test/spider/r/basic_sql.result 2023-12-15 18:00:56.175389690 +1100
|
+++ /home/ycp/source/mariadb-server/10.5/src/storage/spider/mysql-test/spider/r/basic_sql.reject 2025-04-04 10:33:11.632894431 +1100
|
@@ -244,7 +244,7 @@
|
connection master_1;
|
SELECT found_rows();
|
found_rows()
|
-5
|
+4
|
|
select high_priority
|
connection master_1;
|
|
Result content mismatch
|
Further, spider/bg.basic_sql fails the same way if we apply a workaround to MDEV-36357 as in https://jira.mariadb.org/browse/MDEV-36357?focusedCommentId=302466&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-302466
Attachments
Issue Links
- is part of
-
MDEV-35452 Always failing spider tests on Debug Last-N builder with --view-protocol
-
- Open
-