You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Martin Zink (Jira)" <ji...@apache.org> on 2021/02/05 17:47:00 UTC

[jira] [Updated] (MINIFICPP-1455) Fix FileStream error handling and reporting

     [ https://issues.apache.org/jira/browse/MINIFICPP-1455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Zink updated MINIFICPP-1455:
-----------------------------------
    Status: Patch Available  (was: In Progress)

https://github.com/apache/nifi-minifi-cpp/pull/987

> Fix FileStream error handling and reporting
> -------------------------------------------
>
>                 Key: MINIFICPP-1455
>                 URL: https://issues.apache.org/jira/browse/MINIFICPP-1455
>             Project: Apache NiFi MiNiFi C++
>          Issue Type: Bug
>            Reporter: Adam Debreceni
>            Assignee: Martin Zink
>            Priority: Major
>          Time Spent: 2h 10m
>  Remaining Estimate: 0h
>
> Currently FileStream fails to properly handle non-existing files, and possibly other errors. Errors should be caught and reported as early as possible. We should write unit tests for these cases. (e.g. calling `tellg` on a "bad" `fstream` returns `pos_type(-1)` which poisons further calculations).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)