You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Ferenc Gerlits (Jira)" <ji...@apache.org> on 2020/08/04 11:00:11 UTC

[jira] [Created] (MINIFICPP-1314) BookmarkTests can interfere with ConsumeWindowsEventLogTests if they are run in parallel

Ferenc Gerlits created MINIFICPP-1314:
-----------------------------------------

             Summary: BookmarkTests can interfere with ConsumeWindowsEventLogTests if they are run in parallel
                 Key: MINIFICPP-1314
                 URL: https://issues.apache.org/jira/browse/MINIFICPP-1314
             Project: Apache NiFi MiNiFi C++
          Issue Type: Bug
            Reporter: Ferenc Gerlits
            Assignee: Ferenc Gerlits
             Fix For: 0.9.0


When tests in ConsumeWindowsEventLogTests query the event log, they read all events published recently to the Application channel.  These can include events published by BookmarkTests (and, in theory, events published by other applications, but I haven't seen that happen, yet) which causes the tests to fail intermittently.

Add a filter to the tests, so they will only read events with the opcode specified in the test and used in the test event publications.



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