Bug #19393 Federated tests fail on Windows under pushbuild
Submitted: 27 Apr 2006 4:03 Modified: 28 Apr 2006 0:52
Reporter: Jim Winstead Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Tests Severity:S3 (Non-critical)
Version:5.0 OS:Windows (Windows)
Assigned to: Jim Winstead CPU Architecture:Any

[27 Apr 2006 4:03] Jim Winstead
Description:
The federated tests fail on Windows under pushbuild, because mysql-test-run.pl is run with the --skip-rpl option, and now that causes the slaves not to get started, and federated uses the slaves.

How to repeat:
Run ./mysql-test-run.pl --skip-rpl on Windows (and probably on Linux, too).

Suggested fix:
We just need to be a little smarter about when we skip starting up the slaves.
[27 Apr 2006 17:51] 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/5652
[27 Apr 2006 17:55] Jim Winstead
Approved by Kent via IRC.
[28 Apr 2006 0:52] Jim Winstead
Fixed in 5.0 tree. No need for documentation, since it was never released.