Bug #50844 | BACKPORT: The test backup_misc is failing on Windows machines | ||
---|---|---|---|
Submitted: | 2 Feb 2010 18:16 | Modified: | 25 Feb 2010 1:45 |
Reporter: | Chuck Bell | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Backup | Severity: | S3 (Non-critical) |
Version: | 5.4.4, 6.0 | OS: | Windows |
Assigned to: | Anurag Shekhar | CPU Architecture: | Any |
[2 Feb 2010 18:16]
Chuck Bell
[3 Feb 2010 10:40]
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/99033 3826 Anurag Shekhar 2010-02-03 Bug #50844 BACKPORT: The test backup_misc is failing on Windows machines Windows has a limit of 255 chars on filename lenght but this limit includes the length of path too. Reducing the file name length in case to lower value fixes this problem. @ mysql-test/suite/backup/r/backup_misc.result Updated result file. @ mysql-test/suite/backup/t/backup_misc.test Reduced the length of file name to 125 chars. INVALID_FILE_NAME length is still 256 toensure that it fails on all platforms.
[3 Feb 2010 15:37]
Chuck Bell
Patch approved pending changes -- see commit email. Only 1 reviewer needed.
[4 Feb 2010 9:23]
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/99217 3826 Anurag Shekhar 2010-02-04 Bug #50844 BACKPORT: The test backup_misc is failing on Windows machines Windows has a limit of 255 chars on filename length but this limit includes the length of path too. Reducing the file name length lower length fixes this problem. @ mysql-test/suite/backup/r/backup_misc.result Updated result file. @ mysql-test/suite/backup/t/backup_misc.test Reduced the length of file name to 125 chars. INVALID_FILE_NAME length is still 256 to ensure that it fails on all platforms.
[20 Feb 2010 9:17]
Bugs System
Pushed into 6.0.14-alpha (revid:ingo.struewing@sun.com-20100218152520-s4v1ld76bif06eqn) (version source revid:anurag.shekhar@sun.com-20100204092313-75wcxj23uh95f2pp) (merge vers: 6.0.14-alpha) (pib:16)
[25 Feb 2010 1:45]
Paul DuBois
Changes to test case. No changelog entry needed.