Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.5
-
None
Description
Example
spider/bugfix.checksum_table_with_quick_mode_3 [ fail ]
|
Test ended at 2025-03-31 17:43:49
|
|
CURRENT_TEST: spider/bugfix.checksum_table_with_quick_mode_3
|
--- /home/ycp/source/mariadb-server/10.5/src/storage/spider/mysql-test/spider/bugfix/r/checksum_table_with_quick_mode_3.result 2024-10-14 17:39:33.521086990 +1100
|
+++ /home/ycp/source/mariadb-server/10.5/src/storage/spider/mysql-test/spider/bugfix/r/checksum_table_with_quick_mode_3.reject 2025-03-31 17:43:48.667783126 +1100
|
@@ -47,7 +47,7 @@
|
SELECT argument FROM mysql.general_log WHERE argument LIKE '%checksum %';
|
argument
|
checksum table `auto_test_remote`.`tbl_a` extended
|
-SELECT argument FROM mysql.general_log WHERE argument LIKE '%checksum %'
|
+CREATE OR REPLACE VIEW mysqltest_tmp_v AS SELECT argument FROM mysql.general_log WHERE argument LIKE '%checksum %'
|
SELECT pkey FROM tbl_a ORDER BY pkey;
|
pkey
|
0
|
|
Result length mismatch
|
Attachments
Issue Links
- is part of
-
MDEV-35452 Always failing spider tests on Debug Last-N builder with --view-protocol
-
- Closed
-
It should be as simple as surrounding these statements with --disable_view_protocol and --enable_view_protocol, except it's not that simple...
For example if we do this for spider/bugfix.mdev_20100 we get strange failure like so
spider/bugfix.mdev_20100 [ fail ]
Test ended at 2025-03-31 17:48:58
CURRENT_TEST: spider/bugfix.mdev_20100
mysqltest: At line 78: Failed to drop view: 0:
The result from queries just before the failure was:
< snip >
5 c 2001-12-31 23:59:59
connection child2_1;
SELECT argument FROM mysql.general_log WHERE argument LIKE '%select %';
argument
select `a`,`b`,`c` from `auto_test_remote`.`ta_r3` where (`b` = 'c')
select `a`,`b`,`c` from `auto_test_remote`.`ta_r2`
select `a`,`b`,`c` from `auto_test_remote`.`ta_r3`
select `a`,`b`,`c` from `auto_test_remote`.`ta_r4` where (`b` = 'c')
select `a`,`b`,`c` from `auto_test_remote`.`ta_r2`
select `a`,`b`,`c` from `auto_test_remote`.`ta_r3`
select `a`,`b`,`c` from `auto_test_remote`.`ta_r2` where (`b` = 'c')
select `a`,`b`,`c` from `auto_test_remote`.`ta_r2`
select `a`,`b`,`c` from `auto_test_remote`.`ta_r4`
select `a`,`b`,`c` from `auto_test_remote`.`ta_r2` where (`b` = 'c')
select `a`,`b`,`c` from `auto_test_remote`.`ta_r3`
select `a`,`b`,`c` from `auto_test_remote`.`ta_r4`
SELECT argument FROM mysql.general_log WHERE argument LIKE '%select %'
SELECT a, b, c FROM ta_r2 ORDER BY a ;
SELECT a, b, c FROM ta_r3 ORDER BY a ;
SELECT a, b, c FROM ta_r4 ORDER BY a;