[MCOL-1058] cluster tester enhancements - check for mysql password and mariadb-libs package Created: 2017-11-29 Updated: 2023-10-26 Resolved: 2018-01-23 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ? |
| Affects Version/s: | 1.1.2 |
| Fix Version/s: | 1.1.3 |
| Type: | New Feature | Priority: | Minor |
| Reporter: | David Hill (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 2018-02 |
| Description |
|
cluster tester enhancements 1. check for mysql password |
| Comments |
| Comment by David Hill (Inactive) [ 2018-01-16 ] |
|
added code to check if these mariadb packages are installed based on OS and report error if one of them is installed. CENTOS6/7 = "mariadb-libs" ------------------------------------------- results when not installed ./columnstoreClusterTester.sh
Local Node OS System Name : Debian GNU/Linux 9 (stretch)
Local Node - Passed, all dependency packages are installed
RESULTS WHEN ONE IS INSTALLED ./columnstoreClusterTester.sh
Local Node OS System Name : Debian GNU/Linux 9 (stretch)
Local Node - Passed, all dependency packages are installed Failure occurred, do you want to continue? (y,n) > y
|
| Comment by David Hill (Inactive) [ 2018-01-17 ] |
|
https://github.com/mariadb-corporation/mariadb-columnstore-engine/pull/369 |
| Comment by Ben Thompson (Inactive) [ 2018-01-17 ] |
|
Reviewed / Merged |
| Comment by David Hill (Inactive) [ 2018-01-17 ] |
|
for the MariaDB password check, I put in code that would do the following and only report an issue if the error code of password miss was reported, Error 1045. On local and remote servers... |
| Comment by Daniel Lee (Inactive) [ 2018-01-23 ] |
|
Build verified: 1.1.3-1 Github source |