[MCOL-723] MariabDB ColumnStore Cluster tester tool Created: 2017-05-20 Updated: 2023-10-26 Resolved: 2017-05-30 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ? |
| Affects Version/s: | None |
| Fix Version/s: | 1.0.10 |
| Type: | New Feature | Priority: | Minor |
| Reporter: | David Hill (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 2017-11 |
| Description |
|
create a script that will test the following items on a cluster (set of servers) where ColumnStore is being installed. Node Ping test |
| Comments |
| Comment by David Hill (Inactive) [ 2017-05-20 ] |
|
completed.. ./columnstoreClusterTester.sh -h This is the MariaDB ColumnStore Cluster System Test tool. It will run a set of test to validate the setup of the MariaDB Columnstore system. Additional information on Tool is documented at: https://mariadb.com/kb/en/mariadb/*****/ Items that are checked: Usage: ./columnstoreClusterTester.sh [options] NOTE: Dependent package : 'nmap' and 'expect' packages need to be installed locally |
| Comment by David Hill (Inactive) [ 2017-05-20 ] |
|
Added into the engine report in the utils directory mariadb-columnstore-engine/utils/clusterTester commit fa21239a7efa9e6a260348eef1ecb0937532c248 |
| Comment by David Hill (Inactive) [ 2017-05-23 ] |
|
commit 37ead3c076bf1be5c30a2a76f50b521c0911ccb2 add ipaddr to the /tmp log files utils/clusterTester/columnstoreClusterTester.sh | 70 +++++++++++++++++++++++++++++++++++----------------------------------- |
| Comment by Daniel Lee (Inactive) [ 2017-05-30 ] |
|
Build verified: Git source 1.0.10 [root@localhost mariadb-columnstore-server]# git show [root@localhost mariadb-columnstore-engine]# git show Have been testing with the prior builds and the above is the latest build tested. |