[MCOL-1953] columnstoreClusterTester.sh script fails Created: 2018-11-20 Updated: 2020-12-08 Resolved: 2018-11-28 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | installation, MariaDB Server |
| Affects Version/s: | 1.2.1 |
| Fix Version/s: | 1.2.2 |
| Type: | Bug | Priority: | Minor |
| Reporter: | John Dutchover | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
CentOS Linux 7 (Core); 3.10.0-862.14.4.el7.x86_64. ColumnStore installed using RPMs. |
||
| Description |
|
The columnstoreClusterTester.sh script installed from "centos-7" RPMs fails with message: ./columnstoreClusterTester.sh: line 361: syntax error near unexpected token `done' My workaround is to comment-out (line 361) of columnstoreClusterTester.sh and add 'else' (line 362): 361: #done The script works after the above modification. |
| Comments |
| Comment by David Hill (Inactive) [ 2018-11-20 ] |
|
https://github.com/mariadb-corporation/mariadb-columnstore-engine/pull/632 |
| Comment by David Hill (Inactive) [ 2018-11-20 ] |
|
to test, just run script for local node.. |
| Comment by Ben Thompson (Inactive) [ 2018-11-23 ] |
|
Reviewed/Merged |
| Comment by Daniel Lee (Inactive) [ 2018-11-28 ] |
|
Build verified: 1.2.2.-1 Centos 7 rpm. |