Bug #59205 | Test rpl.rpl_stm_000001 fail on Valgrind with binlog-checksum enabled | ||
---|---|---|---|
Submitted: | 29 Dec 2010 6:14 | Modified: | 30 Mar 2011 7:58 |
Reporter: | Zhenxing He | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S3 (Non-critical) |
Version: | 5.6 | OS: | Any |
Assigned to: | Andrei Elkin | CPU Architecture: | Any |
Tags: | binlog-checksum, pb2, test |
[29 Dec 2010 6:14]
Zhenxing He
[29 Dec 2010 16:35]
Andrei Elkin
It's quite possible that the test is just naturally long. <andrei> jasonh, have you considered the slow valgrind as a reason for Bug #59205 - it's a timeout. [12:34] <andrei> ? <jasonh> andrei: possible, but it fails several times so there could be other problems [12:38] <andrei> jasonh, i'll check some other test time to compare with time on a not-failing platform.. [12:39] <jasonh> andrei: OK <andrei> jasonh, so for instance rpl_row_sp002_innodb 28080 on valgrind and 219 sol10. [12:44] <andrei> <andrei> now, take 8071 * 28080/219 = 1 033 088 [12:45]
[29 Dec 2010 16:41]
Andrei Elkin
And yes, the test generates some time consuming load on master that could make the slave catching up for over 300 secs: let $1=5000; # Generate 16K of relay log disable_query_log; while ($1) { eval insert into t1 values($1); dec $1; } enable_query_log;
[29 Dec 2010 17:02]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/127689 3475 Andrei Elkin 2010-12-29 Bug #59205 Test rpl.rpl_stm_000001 fail on Valgrind with binlog-checksum enabled It was a timeout cause by logics of the test producing rather big volume of data. Adding a valgrind branch in the test having lesser load size so slow valgrind has a great chance to finish the test. @ mysql-test/suite/rpl/t/rpl_stm_000001.test decreasing the load size few times on the valgrid env. Notice, we seem could drop the general case load to the valgrind's value as well, if comments about 16k are relevant.
[30 Mar 2011 7:58]
Jon Stephens
Issue doesn't appear in release. Closing.