Adam Debreceni created MINIFICPP-1600:
-----------------------------------------
Summary: Unify temporary directory creation in tests
Key: MINIFICPP-1600
URL: https://issues.apache.org/jira/browse/MINIFICPP-1600
Project: Apache NiFi MiNiFi C++
Issue Type: Improvement
Reporter: Adam Debreceni
There are at least two ways to create a temporary directory in tests (method(s)
in TestController and a helper in TestUtils.h). Moreover these require a
modifiable buffer which makes them cumbersome to use (we introduce a single-use
format variable most of the time). We should change all directory creation to
use a function taking 'const char*' or 'const char(&)[N]'
--
This message was sent by Atlassian Jira
(v8.3.4#803005)