Adam Debreceni created MINIFICPP-1455:
-----------------------------------------
Summary: 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
Currently FileStream fails to properly handle non-existing files, and possibly
other errors. We should write unit tests for these cases. (e.g. calling `tellg`
on a "bad" `fstream` returns `pos_type(-1)` which poisons further
calculations). Errors should be caught and reported as early as possible.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)