[MCOL-386] postConfigure should show cause of write error. Created: 2016-11-02 Updated: 2017-12-01 Resolved: 2016-11-22 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | installation |
| Affects Version/s: | 1.0.4 |
| Fix Version/s: | 1.0.5 |
| Type: | New Feature | Priority: | Major |
| Reporter: | Andrew Hutchings (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 2016-21, 2016-22, 2016-23 |
| Description |
|
in helpers.cpp the writeConfig try...catch block ignores the error message and just returns when there is an error. An error here could be for many different reasons including XML issues. We should change this to something like:
|
| Comments |
| Comment by Andrew Hutchings (Inactive) [ 2016-11-15 ] |
|
Testing should probably be: We don't spit out anything strange and unexpected during postConfigure. |
| Comment by Daniel Lee (Inactive) [ 2016-11-22 ] |
|
Build verified: 1.0.5-1 Name : mariadb-columnstore-platform Verified by regression of postConfigure. |