Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Cannot Reproduce
-
10.0(EOL), 10.1(EOL), 10.2(EOL)
-
None
Description
The test ends within seconds on a release build, but hangs on a debug build forever. It doesn't seem like it's slow, it just doesn't do anything after the first call of mysqlhotcopy.
archive.mysqlhotcopy_archive w1 [ fail ] timeout after 900 seconds
|
Test ended at 2016-10-09 03:49:12
|
|
|
Test case timeout after 900 seconds
|
|
|
== /data/bld/10.2/mysql-test/var/1/log/mysqlhotcopy_archive.log ==
|
USE hotcopy_test;
|
CREATE TABLE t1 (c1 int, c2 varchar(20)) ENGINE=archive;
|
CREATE TABLE t2 (c1 int, c2 varchar(20)) ENGINE=archive;
|
CREATE TABLE t3 (c1 int, c2 varchar(20)) ENGINE=archive;
|
INSERT INTO t1 VALUES (1,'aaaaaaaaaaaaaaaaaaaa'),(2, 'bbbbbbbbbbbbbbbbbbbbbbb');
|
Warnings:
|
Warning 1265 Data truncated for column 'c2' at row 2
|
INSERT INTO t2 VALUES (1,'aaaaaaaaaaaaaaaaaaaa'),(2, 'bbbbbbbbbbbbbbbbbbbbbbb');
|
Warnings:
|
Warning 1265 Data truncated for column 'c2' at row 2
|
INSERT INTO t3 VALUES (1,'aaaaaaaaaaaaaaaaaaaa'),(2, 'bbbbbbbbbbbbbbbbbbbbbbb');
|
Warnings:
|
Warning 1265 Data truncated for column 'c2' at row 2
|
db.opt
|
t1.ARZ
|
t1.frm
|
t2.ARZ
|
t2.frm
|
t3.ARZ
|
t3.frm
|