rpl.rpl_slave_load_remove_tmpfile fails in 5.5.11

Bug #756781 reported by Alexey Kopytov
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
percona-projects-qa
Won't Fix
Undecided
Unassigned

Bug Description

rpl.rpl_slave_load_remove_tmpfile fails in 5.5.11 as follows. It fails in the upstream server with the same symptoms, see http://bugs.mysql.com/bug.php?id=60044

rpl.rpl_slave_load_remove_tmpfile 'stmt' [ fail ]
        Test ended at 2011-04-10 11:57:52

CURRENT_TEST: rpl.rpl_slave_load_remove_tmpfile
mysqltest: In included file "./include/wait_for_slave_sql_error.inc":
included from ./include/wait_for_slave_sql_error.inc at line 58:
At line 57: Slave stopped with wrong error code

The result from queries just before the failure was:
< snip >
SHOW BINLOG EVENTS IN 'master-bin.000001';
Log_name Pos Event_type Server_id End_log_pos Info
master-bin.000001 4 Format_desc 1 107 Server ver: 5.5.11-debug-log, Binlog ver: 4
master-bin.000001 107 Query 1 253 use `test`; create table t1(a int not null auto_increment, b int, primary key(a)) engine=innodb
master-bin.000001 253 Query 1 321 BEGIN
master-bin.000001 321 Intvar 1 349 INSERT_ID=1
master-bin.000001 349 Query 1 440 use `test`; insert into t1(b) values (1)
master-bin.000001 440 Intvar 1 468 INSERT_ID=2
master-bin.000001 468 Query 1 559 use `test`; insert into t1(b) values (2)
master-bin.000001 559 Intvar 1 587 INSERT_ID=3
master-bin.000001 587 Begin_load_query 1 622 ;file_id=1;block_len=12
master-bin.000001 622 Intvar 1 650 INSERT_ID=3
master-bin.000001 650 Execute_load_query 1 885 use `test`; LOAD DATA INFILE '../../std_data/rpl_loaddata.dat' INTO TABLE `t1` FIELDS TERMINATED BY '\t' ENCLOSED BY '' ESCAPED BY '\\' LINES TERMINATED BY '\n' (`a`, `b`) ;file_id=1
master-bin.000001 885 Xid 1 912 COMMIT /* xid=129 */

**** SHOW RELAYLOG EVENTS on server_1 ****
relaylog_name = 'No such row'
SHOW RELAYLOG EVENTS IN 'No such row';
Log_name Pos Event_type Server_id End_log_pos Info
**** Slave stopped with wrong error code: 1290 (expected 29, 13) ****

Related branches

Revision history for this message
Alexey Kopytov (akopytov) wrote :

Trying to link to the MySQL bug:

http://bugs.mysql.com/bug.php?id=60044

Changed in percona-projects-qa:
milestone: none → 5.5.11
Revision history for this message
Oleg Tsarev (tsarev) wrote :

Not reproduced on Fedora 14 x86_64

Changed in percona-projects-qa:
assignee: nobody → Oleg Tsarev (tsarev)
status: New → Incomplete
Revision history for this message
Alexey Kopytov (akopytov) wrote :

Perfectly reproducible on CentOS 5.5 on a debug 5.5.11 build.

Changed in percona-projects-qa:
status: Incomplete → New
Oleg Tsarev (tsarev)
Changed in percona-projects-qa:
status: New → In Progress
Revision history for this message
Oleg Tsarev (tsarev) wrote :

[tsarev@localhost mysql-test]$ cat /etc/issue
CentOS release 5.5 (Final)
Kernel \r on an \m

[tsarev@localhost mysql-test]$ uname -a
Linux localhost.localdomain 2.6.18-194.32.1.el5 #1 SMP Wed Jan 5 17:52:25 EST 2011 x86_64 x86_64 x86_64 GNU/Linux
[tsarev@localhost mysql-test]$ bzr info
Standalone tree (format: unnamed)
Location:
  branch root: /home/tsarev/5.5.11

Related branches:
  parent branch: bzr+ssh://bazaar.launchpad.net/~percona-dev/percona-server/5.5.11/
[tsarev@localhost mysql-test]$ ./mysql-test-run rpl.rpl_slave_load_remove_tmpfile
Logging: /home/tsarev/5.5.11/Percona-Server/mysql-test/mysql-test-run.pl rpl.rpl_slave_load_remove_tmpfile
110420 16:42:33 [Note] Flashcache bypass: disabled
110420 16:42:33 [Note] Flashcache setup error is : open flash device failed

MySQL Version 5.5.11
Checking supported features...
 - skipping ndbcluster
 - skipping SSL, mysqld not compiled with SSL
 - binaries are debug compiled
Collecting tests...
 - adding combinations for rpl
vardir: /home/tsarev/5.5.11/Percona-Server-debug/mysql-test/var
Checking leftover processes...
Removing old var directory...
Creating var directory '/home/tsarev/5.5.11/Percona-Server-debug/mysql-test/var'...
Installing system database...
Using server port 57481
worker[1] Using MTR_BUILD_THREAD 300, with reserved ports 13000..13009

==============================================================================

TEST RESULT TIME (ms) or COMMENT
--------------------------------------------------------------------------

rpl.rpl_slave_load_remove_tmpfile 'mix' [ skipped ] Doesn't support --binlog-format='mixed'
rpl.rpl_slave_load_remove_tmpfile 'row' [ skipped ] Doesn't support --binlog-format='row'
rpl.rpl_slave_load_remove_tmpfile 'stmt' [ pass ] 873
--------------------------------------------------------------------------
The servers were restarted 0 times
Spent 0.873 of 13 seconds executing testcases

Completed: All 1 tests were successful.

2 tests were skipped, 0 by the test itself.

[tsarev@localhost mysql-test]$

Changed in percona-projects-qa:
status: In Progress → Triaged
status: Triaged → Incomplete
assignee: Oleg Tsarev (tsarev) → Alexey Kopytov (akopytov)
Oleg Tsarev (tsarev)
Changed in percona-projects-qa:
status: Incomplete → Confirmed
Oleg Tsarev (tsarev)
Changed in percona-projects-qa:
assignee: Alexey Kopytov (akopytov) → Oleg Tsarev (tsarev)
status: Confirmed → Fix Committed
assignee: Oleg Tsarev (tsarev) → Valentine Gostev (core-longbow)
Changed in percona-projects-qa:
assignee: Valentine Gostev (core-longbow) → nobody
Revision history for this message
Alexey Kopytov (akopytov) wrote :

The test cases was disabled in 5.5.11-rel20.2 until it is fixed upstream.

Changed in percona-projects-qa:
status: Fix Committed → Triaged
Revision history for this message
Valentine Gostev (longbow) wrote :

Since it is an upstream bug, changing status to WONTFIX

Changed in percona-projects-qa:
status: Triaged → Won't Fix
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.