Github user benqiu2016 commented on a diff in the pull request:

    https://github.com/apache/nifi-minifi-cpp/pull/62#discussion_r104827593
  
    --- Diff: libminifi/test/unit/ProvenanceTestHelper.h ---
    @@ -20,6 +20,62 @@
     
     #include "Provenance.h"
     #include "FlowController.h"
    +#include "FlowFileRepository.h"
    +
    +/**
    + * Test repository
    + */
    +class FlowTestRepository : public FlowFileRepository
    --- End diff --
    
    the FlowFileRepo construct to populate the default repo type and parameters 
for the repo 
    /*!
         * Create a new provenance repository
         */
        FlowFileRepository()
         : Repository(Repository::FLOWFILE, FLOWFILE_REPOSITORY_DIRECTORY,
                        MAX_FLOWFILE_REPOSITORY_ENTRY_LIFE_TIME, 
MAX_FLOWFILE_REPOSITORY_STORAGE_SIZE, FLOWFILE_REPOSITORY_PURGE_PERIOD)
        {
        }


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to