You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Arpad Boda (Jira)" <ji...@apache.org> on 2019/12/13 18:03:00 UTC

[jira] [Created] (MINIFICPP-1103) Stabilize MergeFileTests

Arpad Boda created MINIFICPP-1103:
-------------------------------------

             Summary: Stabilize MergeFileTests
                 Key: MINIFICPP-1103
                 URL: https://issues.apache.org/jira/browse/MINIFICPP-1103
             Project: Apache NiFi MiNiFi C++
          Issue Type: Improvement
            Reporter: Arpad Boda
            Assignee: Arpad Boda


MergeFileTests sometimes fail when running on heavily loaded environment:
{code}
/home/aboda/work/PRs/nifi-minifi-cpp/libminifi/test/archive-tests/MergeFileTests.cpp:561: FAILED:
  REQUIRE( flow1->getSize() == 96 )
with expansion:
  64 == 96
{code}

This is most probably related to the fact that the test is based on flowfile order. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)