Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Cannot Reproduce
-
10.0(EOL)
-
None
Description
One-time occurrence in the recent history so far:
http://buildbot.askmonty.org/buildbot/builders/kvm-deb-trusty-x86/builds/2374/steps/test_4/logs/stdio
archive.discover w2 [ fail ]
|
Test ended at 2016-08-02 12:04:46
|
|
CURRENT_TEST: archive.discover
|
--- /usr/share/mysql/mysql-test/suite/archive/discover.result 2016-08-02 10:36:21.000000000 +0000
|
+++ /run/shm/var/2/log/discover.reject 2016-08-02 12:04:46.817336424 +0000
|
@@ -119,6 +119,8 @@
|
create table `a/../`(a int) engine=archive;
|
select * from `a/../`;
|
a
|
+Warnings:
|
+Error 1194 Table 'a/../' is marked as crashed and should be repaired
|
flush tables;
|
drop table `a/../`;
|
create database test1;
|
|
mysqltest: Result length mismatch
|
Couldn't reproduce locally (on a debug server, same revision) by running the same sequence of tests.
Attachments
Issue Links
- relates to
-
MDEV-7069 Fix buildbot failures in main server trees
- Stalled