[MDEV-21909] perfschema.statement_program_concurrency fails due to absence of std_data/wl5766_data.txt Created: 2020-03-10  Updated: 2020-03-11  Resolved: 2020-03-11

Status: Closed
Project: MariaDB Server
Component/s: Tests
Affects Version/s: 10.5
Fix Version/s: 10.5.2

Type: Bug Priority: Major
Reporter: Elena Stepanova Assignee: Marko Mäkelä
Resolution: Fixed Votes: 0
Labels: None


 Description   

10.5 0e04beb2

perfschema.statement_program_concurrency [ fail ]
        Test ended at 2020-03-11 00:55:30
 
CURRENT_TEST: perfschema.statement_program_concurrency
mysqltest: At line 32: query 'LOAD DATA INFILE '../../std_data/wl5766_data.txt' INTO TABLE t1' failed: 13: Can't get stat of '/data/bld/10.5-daily/mysql-test/var/std_data/wl5766_data.txt' (Errcode: 2 "No such file or directory")
 
The result from queries just before the failure was:
TRUNCATE TABLE performance_schema.events_statements_summary_by_program;
TRUNCATE TABLE performance_schema.events_statements_history;
# concurrency check through multi connections
CREATE DATABASE db1;
CREATE DATABASE db2;
CREATE DATABASE db3;
connect  con1,localhost,root,,db1;
USE db1;
CREATE TABLE t1(
i INT NOT NULL
);
LOAD DATA INFILE '../../std_data/wl5766_data.txt' INTO TABLE t1;


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