Test main.mysql_client_test fails testcase check intermittently
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Percona Server moved to https://jira.percona.com/projects/PS | Status tracked in 5.7 | |||||
5.5 |
New
|
Low
|
Unassigned | |||
5.6 |
Fix Released
|
Low
|
Laurynas Biveinis | |||
5.7 |
Fix Released
|
Low
|
Laurynas Biveinis |
Bug Description
On PS 5.6 trunk:
main.mysql_
MTR's internal check of the test case 'main.mysql_
This means that the test case does not preserve the state that existed
before the test case was executed. Most likely the test case did not
do a proper clean-up. It could also be caused by the previous test run
by this thread, if the server wasn't restarted.
This is the diff of the states of the servers before and after the
test case was executed:
mysqltest: Logging to '/mnt/workspace
mysqltest: Results saved in '/mnt/workspace
mysqltest: Connecting to server localhost:13001 (socket /tmp/bOLt5tAR3b
mysqltest: ... Connected.
mysqltest: Start processing test commands from './include/
mysqltest: ... Done processing test commands.
--- /mnt/workspace/
+++ /mnt/workspace/
@@ -1,4 +1,5 @@
ID USER HOST DB COMMAND TIME STATE INFO TIME_MS ROWS_SENT ROWS_EXAMINED TID
+<Id> root localhost test Query <Time> <State> SELECT SLEEP(100) <Time_ms> X X <Tid>
<Id> root localhost NULL Query <Time> <State> SELECT * FROM INFORMATION_
WHERE COMMAND != 'Binlog Dump' AND COMMAND != 'Binlog Dump GTID' <Time_ms> X X <Tid>
Slave_IO_State
mysqltest: Result content mismatch
For 5.7, already fixed under bug 1612063.