| Bug #3656 | regression.sh script for NDB contains error in 'scan' tests | ||
|---|---|---|---|
| Submitted: | 5 May 2004 3:07 | Modified: | 12 May 2004 16:17 |
| Reporter: | Gene Diveglia | Email Updates: | |
| Status: | Closed | Impact on me: | |
| Category: | MySQL Cluster: Cluster (NDB) storage engine | Severity: | S3 (Non-critical) |
| Version: | 4.1.2-alpha bk | OS: | MacOS (OS X Panther 10.3.3) |
| Assigned to: | Tomas Ulin | CPU Architecture: | Any |
[12 May 2004 16:17]
Tomas Ulin
Thank you for your bug report. This issue has been committed to our
source repository of that product and will be incorporated into the
next release.
If necessary, you can access the source repository and build the latest
available version, including the bugfix, yourself. More information
about accessing the source trees is available at
http://www.mysql.com/doc/en/Installing_source_tree.html
Additional info:
changeset 1.1838

Description: The NDB regression tests run by regression.sh use a support program called 'drop_all_tabs' after some tests. This support program is called incorrectly as 'drop_all_tab' at line 297. How to repeat: (start mgmtsrvr and ndb processes) set PATH to include NDB bin set NDB_CONNECTSTRING for above regression.sh scan Suggested fix: correct line 297 of regression.sh to read: executeTest 'drop_all_tabs'