You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Nandor Soma Abonyi (Jira)" <ji...@apache.org> on 2022/11/27 21:30:00 UTC

[jira] [Created] (NIFI-10881) Intermittent test failures due to timeouts in TestStandardFlowFileQueue

Nandor Soma Abonyi created NIFI-10881:
-----------------------------------------

             Summary: Intermittent test failures due to timeouts in TestStandardFlowFileQueue
                 Key: NIFI-10881
                 URL: https://issues.apache.org/jira/browse/NIFI-10881
             Project: Apache NiFi
          Issue Type: Improvement
          Components: Core Framework
            Reporter: Nandor Soma Abonyi


I've experienced these intermittent test failures during building NiFi in a docker container, but I believe these tests can fail on any slower machines or in configurations where speed is not important.
{code:java}
[ERROR]   TestStandardFlowFileQueue.testListFlowFilesResultsLimited:507 » TestTimedOut test timed out after 5000 milliseconds
[ERROR]   TestStandardFlowFileQueue.testListFlowFilesResultsLimitedCollection:531 » TestTimedOut test timed out after 5000 milliseconds
[ERROR]   TestSwappablePriorityQueue.testListFlowFilesResultsLimited:681 » TestTimedOut test timed out after 5000 milliseconds {code}
I'd like to understand the reason for having timeouts in these tests. Do we need those timeouts?



--
This message was sent by Atlassian Jira
(v8.20.10#820010)