MTR tests fail with "mysqltest failed but provided no output"

Bug #1607211 reported by Laurynas Biveinis
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Percona Server moved to https://jira.percona.com/projects/PS
Status tracked in 5.7
5.5
Fix Committed
Low
Unassigned
5.6
Fix Committed
Low
Unassigned
5.7
Invalid
Low
Unassigned

Bug Description

An example from 5.5 trunk ASan build:

rpl.rpl_row_basic_3innodb 'row' w4 [ fail ]
        Test ended at 2016-07-26 15:05:12

CURRENT_TEST: rpl.rpl_row_basic_3innodb

mysqltest failed but provided no output
The result from queries just before the failure was:
< snip >
DELETE FROM t1 WHERE a < 6 LIMIT 7;
UPDATE t1 SET a = 7 WHERE a = 3 LIMIT 7;
UPDATE t1 SET a = 8 WHERE a = 0 LIMIT 6;
INSERT INTO t1 ( a ) VALUES ( 7 );
DELETE FROM t1 WHERE a < 9 LIMIT 4;
INSERT INTO t1 ( a ) VALUES ( 7 );
INSERT INTO t1 ( a ) VALUES ( 6 );
UPDATE t1 SET a = 8 WHERE a = 3 LIMIT 4;
DELETE FROM t1 WHERE a = 2 LIMIT 9;
DELETE FROM t1 WHERE a = 1 LIMIT 4;
UPDATE t1 SET a = 4 WHERE a = 2 LIMIT 7;
INSERT INTO t1 ( a ) VALUES ( 0 );
DELETE FROM t1 WHERE a < 3 LIMIT 0;
UPDATE t1 SET a = 8 WHERE a = 5 LIMIT 2;
INSERT INTO t1 ( a ) VALUES ( 1 );
UPDATE t1 SET a = 9 WHERE a < 5 LIMIT 3;
SET GLOBAL SLAVE_TYPE_CONVERSIONS = @saved_slave_type_conversions;
include/diff_tables.inc [master:t1, slave:t1]
drop table t1;
include/rpl_end.inc

 - saving '/mnt/workspace/percona-server-5.5-asan-param/BUILD_TYPE/debug-asan/Host/ubuntu-xenial-64bit/mysql-test/var/4/log/rpl.rpl_row_basic_3innodb-row/' to '/mnt/workspace/percona-server-5.5-asan-param/BUILD_TYPE/debug-asan/Host/ubuntu-xenial-64bit/mysql-test/var/log/rpl.rpl_row_basic_3innodb-row/'

Retrying test rpl.rpl_row_basic_3innodb, attempt(2/3)...

This output does not contain enough diagnostic info and thus should be improved. One way the above could have happened is by https://bugs.mysql.com/bug.php?id=52203, thus a start could be backporting 5.7 safe_process.cc.

Tags: ci upstream
tags: added: ci upstream
Revision history for this message
Shahriyar Rzayev (rzayev-sehriyar) wrote :

Percona now uses JIRA for bug reports so this bug report is migrated to: https://jira.percona.com/browse/PS-2160

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.