[MDEV-24058] main.temp_table_symlink fails in buildbot with wrong errno Created: 2020-10-29  Updated: 2023-04-27

Status: Open
Project: MariaDB Server
Component/s: Tests
Affects Version/s: 10.1, 10.2, 10.3, 10.4, 10.5
Fix Version/s: 10.4, 10.5

Type: Bug Priority: Major
Reporter: Elena Stepanova Assignee: Oleksandr Byelkin
Resolution: Unresolved Votes: 0
Labels: None


 Description   

http://buildbot.askmonty.org/buildbot/builders/mac-1012-bintar/builds/7845/steps/test/logs/stdio

10.2 224c950462

main.temp_table_symlink                  [ fail ]
        Test ended at 2020-09-10 12:07:44
 
CURRENT_TEST: main.temp_table_symlink
mysqltest: At line 26: query 'select * from information_schema.columns where table_schema='test'' succeeded - should have failed with errno 1...
 
The result from queries just before the failure was:
create table d1 (a int);
create temporary table t1 (a int);
create temporary table t2 (a int);
Got one of the listed errors
create temporary table t3 (a int) engine=Aria;
Got one of the listed errors
select * from information_schema.columns where table_schema='test';



 Comments   
Comment by Elena Stepanova [ 2022-04-13 ]

Also on FreeBSD:

10.3 e4835bf57

main.temp_table_symlink                  [ fail ]
        Test ended at 2022-04-13 14:26:33
 
CURRENT_TEST: main.temp_table_symlink
mysqltest: At line 26: query 'select * from information_schema.columns where table_schema='test'' succeeded - should have failed with errno 1...
 
The result from queries just before the failure was:
create table d1 (a int);
create temporary table t1 (a int);
create temporary table t2 (a int);
Got one of the listed errors
create temporary table t3 (a int) engine=Aria;
Got one of the listed errors
select * from information_schema.columns where table_schema='test';

Generated at Thu Feb 08 09:27:07 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.