You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by apiri <gi...@git.apache.org> on 2018/08/07 15:02:24 UTC

[GitHub] nifi-minifi-cpp issue #381: MINIFICPP-573: Remove lower level build informat...

Github user apiri commented on the issue:

    https://github.com/apache/nifi-minifi-cpp/pull/381
  
    looks like we have a test failure:
    
    ```
    -------------------------------------------------------------------------------
    Test Valid Regex
    -------------------------------------------------------------------------------
    /home/apiri/development/code/nifi-minifi-cpp/libminifi/test/unit/PropertyValidationAgentInfoTests.cpp:47
    ...............................................................................
    
    /home/apiri/development/code/nifi-minifi-cpp/libminifi/test/unit/PropertyValidationAgentInfoTests.cpp:52: FAILED:
      REQUIRE( resp.children.size() > 0 )
    with expansion:
      0 > 0
    
    ```


---