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

marco polo updated MINIFICPP-235:
---------------------------------
    Fix Version/s: 0.3.0

> Enable resource files to be loaded easily in unit tests
> -------------------------------------------------------
>
>                 Key: MINIFICPP-235
>                 URL: https://issues.apache.org/jira/browse/MINIFICPP-235
>             Project: NiFi MiNiFi C++
>          Issue Type: Improvement
>            Reporter: Kevin Doran
>            Assignee: Kevin Doran
>            Priority: Minor
>             Fix For: 0.3.0
>
>
> As part of MINIFI-275, unit test cases were introduced that rely on YAML 
> configuration input. Currently, the YAML is defined as string constants in 
> the test cases (see [1]).
> During peer review of MINIFI-275, it was suggested by [~phrocker] to move the 
> YAML inputs to resource files and load them for the test. This ticket 
> captures that improvement which will cleanup the unit test code by making the 
> YAML input easier to locate and maintain.
> As part of this, we need a clean way to set resource file locations in CMAKE 
> so that they are easily available in ctest test cases. As the `test` target 
> which invokes ctest is a builtin/standard CMAKE generated target, it is more 
> limited in its configurability for items such as command line arguments [2] 
> and environment variables (SET (CTEST_ENVIRONMENT ...) apparently does not 
> work in CMakeLists.txt files, only when CMake is invoked via the CLI). This 
> needs some more experimenting / digging into with our specific version of 
> CMAKE before we decide on an approach for implementation.
> [1] https://github.com/apache/nifi-minifi-cpp/pull/85 
> [2] http://stackoverflow.com/a/16163137



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to