Dariusz Seweryn created NIFI-14747:
--------------------------------------
Summary:
TestStandardRecordProcessorBlocker$TestThreadInspector#busyWait timeouts
Key: NIFI-14747
URL: https://issues.apache.org/jira/browse/NIFI-14747
Project: Apache NiFi
Issue Type: Bug
Components: Extensions
Affects Versions: 2.4.0
Reporter: Dariusz Seweryn
Concurrency tests can timeout in the wild:
TestStandardRecordProcessorBlocker$TimeoutBlock.testBlockAndUnblock -- Time
elapsed: 1.004 s <<< ERROR!
Example failure:
[https://github.com/apache/nifi/actions/runs/16235438475/job/45858126249?pr=10053]
Apparently 1 second is not enough as seen in the above case. Lets bump the
timeout period from 1 to 5 seconds — this should significantly reduce the
probability of flakiness.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)