Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Won't Fix
-
5.5(EOL), 10.0(EOL), 10.1(EOL), 10.2(EOL)
-
None
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
|
Attachments
Issue Links
- relates to
-
MDEV-7069 Fix buildbot failures in main server trees
- Stalled