[MDEV-28715] spider/feature.engine_defined_attributes fails on FreeBSD with differently formatted error message Created: 2022-05-31  Updated: 2022-06-17  Resolved: 2022-06-17

Status: Closed
Project: MariaDB Server
Component/s: Platform FreeBSD, Storage Engine - Spider, Tests
Affects Version/s: 10.8, 10.9
Fix Version/s: 10.8.4

Type: Bug Priority: Major
Reporter: Elena Stepanova Assignee: Sergei Golubchik
Resolution: Fixed Votes: 0
Labels: None


 Description   

10.8 0e0a3580ef

spider/feature.engine_defined_attributes w2 [ fail ]
        Test ended at 2022-05-27 23:56:07
 
CURRENT_TEST: spider/feature.engine_defined_attributes
--- /usr/local/share/mysql-test/plugin/spider/spider/feature/r/engine_defined_attributes.result	2022-05-27 23:53:43.501607000 +0000
+++ /tmp/var/2/log/engine_defined_attributes.reject	2022-05-27 23:56:06.608677000 +0000
@@ -157,7 +157,7 @@
 PRIMARY KEY(a)
 ) ENGINE=Spider DEFAULT CHARSET=utf8
 REMOTE_SERVER="s_2_1" REMOTE_TABLE="tbl_a" COMMENT='tbl "tbl_b"';
-ERROR HY000: Can't create table `auto_test_local`.`tbl_a` (errno: 12501 "Unknown error 12501")
+ERROR HY000: Can't create table `auto_test_local`.`tbl_a` (errno: 12501 "Unknown error: 12501")
 CREATE TABLE tbl_a (
 a INT,
 b VARCHAR(255),
@@ -168,7 +168,7 @@
 PARTITION p1 VALUES LESS THAN (3),
 PARTITION p2 VALUES LESS THAN MAXVALUE REMOTE_SERVER="s_2_2"
 );
-ERROR HY000: Can't create table `auto_test_local`.`tbl_a` (errno: 12501 "Unknown error 12501")
+ERROR HY000: Can't create table `auto_test_local`.`tbl_a` (errno: 12501 "Unknown error: 12501")
 # Various combinations of COMMENTs and options
 CREATE TABLE tbl_a (
 a INT,
 
mysqltest: Result length mismatch

The test fails constantly in buildbot on 10.8+ (the test doesn't exist in earlier versions).


Generated at Thu Feb 08 10:02:55 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.