Test & Debug
(MCOL-2171)
|
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ? |
| Affects Version/s: | None |
| Fix Version/s: | 1.4.0 |
| Type: | Sub-Task | Priority: | Major |
| Reporter: | Patrick LeBlanc (Inactive) | Assignee: | Patrick LeBlanc (Inactive) |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Was implementing some error-path testing. I noticed that opentask, unlinktask, etc, are using ProcessTask::handleError() to report errors, which isn't right. I think the meaning of that fcn changed at some point. That fcn is currently for network-related errors. |
| Comments |
| Comment by Patrick LeBlanc (Inactive) [ 2019-04-03 ] |
|
I was mistaken, they are calling PosixTask::handleError(), which appears to be doing the right thing, not ProcessTask::handleError(). Would be wise to rename these things though. Later. |