Bug #46933 | backup_*_lctn2 tests fail on windows | ||
---|---|---|---|
Submitted: | 26 Aug 2009 9:15 | Modified: | 25 Feb 2010 1:44 |
Reporter: | Alexander Nozdrin | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Backup | Severity: | S3 (Non-critical) |
Version: | mysql-6.0-codebase | OS: | Windows |
Assigned to: | Sanjay Manwani | CPU Architecture: | Any |
Tags: | experimental, pb2, test failure |
[26 Aug 2009 9:15]
Alexander Nozdrin
[25 Sep 2009 12:24]
Alexander Nozdrin
It fails also on Mac OS X.
[23 Nov 2009 10:08]
Alexander Nozdrin
It fails in 6.0-codebase.
[26 Nov 2009 16:37]
Sanjay Manwani
backup.backup_xpfm_compat_backup_lctn2 is not failing any more in the latest backup branch. Here is a simpler test case instead of backup.backup_dbname_lctn2 for the same error. You need to start mysqld on Windows with --lower_case_table_names=2 CREATE DATABASE UPPER; CREATE TABLE UPPER.ucase (a char(10), b char(10)) ENGINE=MEMORY; BACKUP DATABASE UPPER to 'upup.bup'; RESTORE FROM 'upup.bup'OVERWRITE;
[30 Nov 2009 11:58]
Sanjay Manwani
Waiting for 43596 since it may resolve this too.
[30 Nov 2009 11:59]
Sanjay Manwani
Providing link BUG#43596
[2 Dec 2009 12:06]
Sanjay Manwani
This bug seems to have been fixed due to the patch for BUG#48923. Could not repeat after the fix.
[11 Jan 2010 9:53]
Ingo Strüwing
The backup_xpfm_compat_backup_lctn2 part will be fixed in Bug#49899 (The backup_xpfm_compat_backup_lctn2 failing on Windows PB machines). The backup_dbname_lctn2 failure doesn't happen any more on the team tree, but the test is still to be removed from mysql-test/collections/default.experimental. No review is required for this.
[22 Jan 2010 8:48]
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/97813 2936 Sanjay Manwani 2010-01-22 Bug#46933 backup_*ltcn2 tests fail on windows These tests now pass on windows. Removed the tests: backup.backup_dbname_lctn2 backup.backup_xpfm_compat_backup_lctn2 from the file default.experimental @ mysql-test/collections/default.experimental Bug#46933 backup_*ltcn2 tests fail on windows These tests now pass on windows. Removed the tests: backup.backup_dbname_lctn2 backup.backup_xpfm_compat_backup_lctn2
[27 Jan 2010 9:33]
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/98293 2938 Sanjay Manwani 2010-01-27 Bug#46933 backup_*ltcn2 tests fail on windows These tests now pass on windows. Removed the tests: backup.backup_dbname_lctn2 backup.backup_xpfm_compat_backup_lctn2 from the file default.experimental @ mysql-test/collections/default.experimental Bug#46933 backup_*ltcn2 tests fail on windows These tests now pass on windows. Removed the tests: backup.backup_dbname_lctn2 backup.backup_xpfm_compat_backup_lctn2
[20 Feb 2010 9:18]
Bugs System
Pushed into 6.0.14-alpha (revid:ingo.struewing@sun.com-20100218152520-s4v1ld76bif06eqn) (version source revid:ingo.struewing@sun.com-20100202134837-dgbscc9m1d4dnw3y) (merge vers: 6.0.14-alpha) (pib:16)
[25 Feb 2010 1:44]
Paul DuBois
Changes to test cases. No changelog entry needed.