[
https://issues.apache.org/jira/browse/MINIFI-188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15851592#comment-15851592
]
ASF GitHub Bot commented on MINIFI-188:
---------------------------------------
GitHub user phrocker opened a pull request:
https://github.com/apache/nifi-minifi-cpp/pull/46
MINIFI-188: Incorporate CATCH and example tests
This PR introduces catch and a few example tests.
Additional tests will follow, but they currently cause
several segfaults without a large number of corresponding
changes in the code. Therefore to minimize the bootstrapping
I will include the cmake changes in addition to the dep.
to run type make; make test
You can also run ./tests in the build directory for more information
CATCH is Boost license, let me know if this is a problem. Thanks!
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/phrocker/nifi-minifi-cpp MINIFI-188-A
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi-minifi-cpp/pull/46.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #46
----
commit b5a0cec0e681a0f2ed13331a036cbfd105103b1f
Author: Marc Parisi <[email protected]>
Date: 2017-02-03T14:43:25Z
MINIFI-188: Incorporate CATCH and example tests
This PR introduces catch and a few example tests.
Additional tests will follow, but they currently cause
several segfaults without a large number of corresponding
changes in the code. Therefore to minimize the bootstrapping
I will include the cmake changes in addition to the dep.
to run type make; make test
----
> Build test framework to address issues found
> --------------------------------------------
>
> Key: MINIFI-188
> URL: https://issues.apache.org/jira/browse/MINIFI-188
> Project: Apache NiFi MiNiFi
> Issue Type: Improvement
> Components: C++
> Affects Versions: 0.1.0, cpp-0.2.0
> Environment: MacOSX
> Reporter: marco polo
> Assignee: marco polo
> Labels: newbie, tech-debt-test, test
> Fix For: cpp-0.2.0
>
>
> I am getting a malloc failure that causes my build to fail the first time.
> This is on my local environment using the vanilla build ( from master ).
> This is preventing me from running my configuration. One of the threads
> begins and fails. The signal handler does not seem to be running either.
> I will look into the issue. This is likely my environment, so I will update
> the ticket as the debugging progresses.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)