Unstable rpl_percona_crash_resistant_rpl test
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Percona Server moved to https://jira.percona.com/projects/PS |
Fix Released
|
Low
|
Laurynas Biveinis | |
| 5.1 |
Fix Released
|
Low
|
Laurynas Biveinis | |
| 5.5 |
Fix Released
|
Low
|
Laurynas Biveinis |
Bug Description
5.1:
http://
http://
CURRENT_TEST: rpl.rpl_
mysqltest: In included file "./include/
included from ./include/
At line 34: query 'START SLAVE' failed: 1201: Could not initialize master info structure; more error messages can be found in the MySQL error log
The result from queries just before the failure was:
< snip >
SELECT COUNT(*) FROM t1;
COUNT(*)
2
SET GLOBAL debug="
START SLAVE;
include/
include/
SELECT COUNT(*) FROM t1;
COUNT(*)
2
STOP SLAVE;
include/
INSERT INTO t1 VALUES();
SELECT COUNT(*) FROM t1;
COUNT(*)
3
SET GLOBAL debug="
START SLAVE;
include/
include/
More results from queries before failure can be found in /home/jenkins/
Related branches
- Stewart Smith (community): Approve on 2013-02-20
- Registry Administrators: Pending requested 2013-02-15
-
Diff: 186 lines (+51/-31)2 files modifiedPercona-Server/mysql-test/suite/rpl/r/rpl_percona_crash_resistant_rpl.result (+18/-9)
Percona-Server/mysql-test/suite/rpl/t/rpl_percona_crash_resistant_rpl.test (+33/-22)
- Stewart Smith (community): Approve on 2013-02-20
- Registry Administrators: Pending requested 2013-02-15
-
Diff: 186 lines (+51/-31)2 files modifiedPercona-Server/mysql-test/suite/rpl/r/rpl_percona_crash_resistant_rpl.result (+18/-9)
Percona-Server/mysql-test/suite/rpl/t/rpl_percona_crash_resistant_rpl.test (+33/-22)
The error message suggests a corrupted master.info file after our intentional server crashes and our goal is to test the corruption of relay-log.info, not master.info. Will restructure the test so that slave I/O thread runs first, stops to flush master.info, SQL thread starts and crashes.
no longer affects: | percona-server/5.6 |
tags: | added: ci |
Shahriyar Rzayev (rzayev-sehriyar) wrote : | #3 |
Percona now uses JIRA for bug reports so this bug report is migrated to: https:/
5.5:
http:// jenkins. percona. com/job/ percona- server- 5.5-trunk/ 176/ jenkins. percona. com/job/ percona- server- 5.5-trunk/ 176/BUILD_ TYPE=debug, Host=centos5- 64/testReport/ junit/% 28root% 29/rpl/ rpl_percona_ crash_resistant _rpl__row_ /
http://
CURRENT_TEST: rpl.rpl_ percona_ crash_resistant _rpl start_slave. inc": start_slave. inc at line 34:
mysqltest: In included file "./include/
included from ./include/
At line 34: query 'START SLAVE' failed: 1201: Could not initialize master info structure; more error messages can be found in the MySQL error log
The result from queries just before the failure was: +d,crash_ commit_ before" ; rpl_start_ server. inc [server_number=2] start_slave. inc wait_for_ slave_to_ stop.inc +d,crash_ innodb_ after_prepare" ; rpl_start_ server. inc [server_number=2] start_slave. inc
< snip >
SELECT COUNT(*) FROM t1;
COUNT(*)
2
SET GLOBAL debug="
START SLAVE;
include/
include/
SELECT COUNT(*) FROM t1;
COUNT(*)
2
STOP SLAVE;
include/
INSERT INTO t1 VALUES();
SELECT COUNT(*) FROM t1;
COUNT(*)
3
SET GLOBAL debug="
START SLAVE;
include/
include/
More results from queries before failure can be found in /home/jenkins/ workspace/ percona- server- 5.5-trunk/ BUILD_TYPE/ debug/Host/ centos5- 64/Percona- Server/ mysql-test/ var/2/log/ rpl_percona_ crash_resistant _rpl.log