Bug #43909 | The test backup_external_non_win fails with perl error in team trees | ||
---|---|---|---|
Submitted: | 27 Mar 2009 13:00 | Modified: | 23 Apr 2009 14:26 |
Reporter: | Chuck Bell | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Backup | Severity: | S3 (Non-critical) |
Version: | 6.0.11 | OS: | Other (debian) |
Assigned to: | Hema Sridharan | CPU Architecture: | Any |
Tags: | test |
[27 Mar 2009 13:00]
Chuck Bell
[27 Mar 2009 18:42]
Hema Sridharan
There is possibility that perl DBI modules(with latest version) are not installed in the system. This may lead to error mentioned above. I pulled new clone today, executed the test and test passes in backup team tree.
[30 Mar 2009 20:18]
Daniel Fischer
DBD::mysql is not a core module. The test should be skipped if it is not available.
[31 Mar 2009 18: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/70950 2807 Hema Sridharan 2009-03-31 BUG#43909 New perl script is added which will skip the backup_external_non_win test if perl DBI modules are not installed in the system added: mysql-test/suite/backup/include/have_dbi.inc modified: mysql-test/suite/backup/t/backup_external_non_win.test
[2 Apr 2009 19: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/71253 2807 Hema Sridharan 2009-04-02 BUG#43909. Perl script added that will skip the backup_external_non_win test when DBI and DBD modules are not installed in the system added: mysql-test/suite/backup/include/have_dbi.inc modified: mysql-test/suite/backup/t/backup_external_non_win.test
[7 Apr 2009 14:21]
Chuck Bell
It works now. Patch approved.
[7 Apr 2009 19:19]
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/71580 2793 Hema Sridharan 2009-04-07 BUG#43909. backup_external_non_win test failed becasue of absence of dbi and dbd modules. The new include file have_dbi.inc is created which will skip the test if DBI and DBD modules are not installed in the system added: mysql-test/suite/backup/include/have_dbi.inc modified: mysql-test/suite/backup/t/backup_external_non_win.test
[23 Apr 2009 7:19]
Bugs System
Pushed into 6.0.11-alpha (revid:alik@sun.com-20090423070920-e5lq3vrrqi016z2c) (version source revid:alik@sun.com-20090423070920-e5lq3vrrqi016z2c) (merge vers: 6.0.11-alpha) (pib:6)
[23 Apr 2009 14:26]
Paul Dubois
Test case changes. No changelog entry needed.