Bug #28369 rpl test cases fail with binlog disabled
Submitted: 11 May 2007 8:38 Modified: 18 Jun 2007 2:51
Reporter: Daniel Fischer Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Tests Severity:S3 (Non-critical)
Version:all current OS:Any
Assigned to: Magnus BlÄudd CPU Architecture:Any

[11 May 2007 8:38] Daniel Fischer
Description:
Replication test cases fail when binlog is disabled.

How to repeat:
perl mysql-test-run.pl --mysqld=--skip-log-bin rpl_log # or any rpl test case

Suggested fix:
Skip rpl test cases when binlog is disabled. It makes no sense to run them without binlog.
[11 May 2007 9:03] Sveta Smirnova
Thank you for the report.

Verified as described.
[7 Jun 2007 17:21] 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/28331

ChangeSet@1.2518, 2007-06-07 19:20:49+02:00, msvensson@pilot.(none) +9 -0
  Bug#28369 rpl test cases fail with binlog disabled
   - Additional tests in 5.1 that need binlog
   - Mark more test to need binlog
[7 Jun 2007 18:06] 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/28348

ChangeSet@1.2506, 2007-06-07 19:13:50+02:00, msvensson@pilot.(none) +25 -0
  Bug#28369 rpl test cases fail with binlog disabled
   - Turn on binlog only for tests that need it
   - Skip those tests if --skip-binlog is used
[8 Jun 2007 5:17] 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/28371

ChangeSet@1.2527, 2007-06-08 07:16:36+02:00, msvensson@pilot.(none) +3 -0
  Bug#28369 rpl test cases fail with binlog disabled
[8 Jun 2007 9:30] 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/28384

ChangeSet@1.2528, 2007-06-08 11:30:03+02:00, msvensson@pilot.(none) +3 -0
  Bug#28369 rpl test cases fail with binlog disabled
  - Backport include/show_binlog_events.inc from 5.1 and use it to make
  the test output consistent results
[11 Jun 2007 9:23] Jonathan Miller
Looks good to me. Okay to push.
[16 Jun 2007 4:50] Bugs System
Pushed into 5.0.44
[16 Jun 2007 4:50] Bugs System
Pushed into 5.1.20-beta
[18 Jun 2007 2:51] Paul DuBois
Test suite change. No changelog entry needed.