Description:
Test checks version string of cluster to find out whether a test case can be run (for those requiring a specific version), but there is another variant of the version string which is not matched by the pattern in the test framework.
How to repeat:
Run funcCLIResetConfigs on 6.3.20 or do "/usr/local/cluster-mgt/cluster-6.3.20/bin/ndbd --version" which gives:
MySQL distrib mysql-5.1.30 ndb-6.3.20-GA, for pc-solaris2.10 (x86_64)
Suggested fix:
Add an optional part after the cluster version number with dash and then optional letters ("-GA")
Description: Test checks version string of cluster to find out whether a test case can be run (for those requiring a specific version), but there is another variant of the version string which is not matched by the pattern in the test framework. How to repeat: Run funcCLIResetConfigs on 6.3.20 or do "/usr/local/cluster-mgt/cluster-6.3.20/bin/ndbd --version" which gives: MySQL distrib mysql-5.1.30 ndb-6.3.20-GA, for pc-solaris2.10 (x86_64) Suggested fix: Add an optional part after the cluster version number with dash and then optional letters ("-GA")