[MDEV-11017] main.ps fails sporadically in buildbot Created: 2016-10-10  Updated: 2023-11-29  Resolved: 2023-11-29

Status: Closed
Project: MariaDB Server
Component/s: Tests
Affects Version/s: 5.5, 10.0, 10.1, 10.2
Fix Version/s: N/A

Type: Bug Priority: Minor
Reporter: Elena Stepanova Assignee: Unassigned
Resolution: Won't Fix Votes: 0
Labels: None

Issue Links:
Relates
relates to MDEV-7069 Fix buildbot failures in main server ... Stalled

 Description   

It's an extremely rare failure, happened 5 times over 2+ years, on 5.5, 10.0, and 10.1.
Last occurrence:
http://buildbot.askmonty.org/buildbot/builders/kvm-fulltest2/builds/6073/steps/test_2/logs/stdio

main.ps                                  w1 [ fail ]
        Test ended at 2016-10-10 20:31:13
 
CURRENT_TEST: main.ps
/mnt/buildbot/build/mariadb-10.1.19/client/mysqltest: Error on delete of '/mnt/buildbot/build/mariadb-10.1.19/mysql-test/var/1/tmp/f1.txt' (Errcode: 2 "No such file or directory")
--- /mnt/buildbot/build/mariadb-10.1.19/mysql-test/r/ps.result	2016-10-10 16:00:31.000000000 +0300
+++ /mnt/buildbot/build/mariadb-10.1.19/mysql-test/r/ps.reject	2016-10-10 20:31:13.000000000 +0300
@@ -915,7 +915,7 @@
 3
 show status like 'prepared_stmt_count';
 Variable_name	Value
-Prepared_stmt_count	0
+Prepared_stmt_count	2
 set global max_prepared_stmt_count= @old_max_prepared_stmt_count;
 drop table if exists t1;
 create temporary table if not exists t1 (a1 int);
 
mysqltest: Result content mismatch



 Comments   
Comment by Elena Stepanova [ 2017-12-29 ]

Fresh occurrence on 10.2:
http://buildbot.askmonty.org/buildbot/builders/kvm-fulltest2/builds/10743/steps/mtr_ps/logs/stdio

main.ps                                  w2 [ fail ]
        Test ended at 2017-12-11 18:17:23
 
CURRENT_TEST: main.ps
/mnt/buildbot/build/mariadb-10.2.12/client/mysqltest: Error on delete of '/mnt/buildbot/build/mariadb-10.2.12/mysql-test/var/2/tmp/f1.txt' (Errcode: 2 "No such file or directory")
--- /mnt/buildbot/build/mariadb-10.2.12/mysql-test/r/ps.result	2017-12-11 10:16:57.000000000 +0200
+++ /mnt/buildbot/build/mariadb-10.2.12/mysql-test/r/ps.reject	2017-12-11 18:17:22.000000000 +0200
@@ -920,7 +920,7 @@
 3
 show status like 'prepared_stmt_count';
 Variable_name	Value
-Prepared_stmt_count	0
+Prepared_stmt_count	2
 set global max_prepared_stmt_count= @old_max_prepared_stmt_count;
 drop table if exists t1;
 create temporary table if not exists t1 (a1 int);
 
mysqltest: Result content mismatch

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