Test innodb.innodb_stats_auto_recalc fails intermittently

Bug #1621060 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
Invalid
Undecided
Unassigned
5.6
In Progress
Low
Unassigned
5.7
In Progress
Low
Unassigned

Bug Description

On 5.6 trunk:

innodb.innodb_stats_auto_recalc w1 [ fail ]
        Test ended at 2016-08-26 19:55:00

CURRENT_TEST: innodb.innodb_stats_auto_recalc
mysqltest: In included file "./include/wait_condition.inc":
included from ./include/wait_condition.inc at line 60:
At line 60: Timeout in wait_condition.inc for $wait_condition

The result from queries just before the failure was:
CREATE TABLE autorecalc (a INT, PRIMARY KEY (a)) ENGINE=INNODB;
SELECT n_rows, clustered_index_size FROM mysql.innodb_table_stats WHERE table_name = 'autorecalc';
n_rows 0
clustered_index_size 1
SELECT index_name, stat_name, stat_value FROM mysql.innodb_index_stats WHERE table_name = 'autorecalc';
index_name PRIMARY
stat_name n_diff_pfx01
stat_value 0
index_name PRIMARY
stat_name n_leaf_pages
stat_value 1
index_name PRIMARY
stat_name size
stat_value 1
INSERT INTO autorecalc VALUES (1);
INSERT INTO autorecalc VALUES (2);
safe_process[1937]: Child process: 1938, exit: 1

Server [mysqld.1 - pid: 1869, winpid: 1869] log:
Server log from this test:
----------SERVER LOG START-----------
----------SERVER LOG END-------------

summary: - Test innodb.innodb_stats_auto_recals fails intermittently
+ Test innodb.innodb_stats_auto_recalc fails intermittently
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-2196

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.