David Handermann created NIFI-13888:
---------------------------------------
Summary: Provenance TestEventIndexTask is Unstable
Key: NIFI-13888
URL: https://issues.apache.org/jira/browse/NIFI-13888
Project: Apache NiFi
Issue Type: Bug
Components: Core Framework
Affects Versions: 2.0.0-M4
Reporter: David Handermann
Assignee: David Handermann
The TestEventIndexTask has a test method
testIndexWriterCommittedWhenAppropriate that often fails in local multi-thread
builds on Ubuntu Linux. The test method asserts an expected completion in 5
seconds. This works in some circumstances, but often fails by a second or two
on multi-threaded Maven builds due to resource contention.
Increasing the timeout value to be more lenient should provide greater
stability.
{noformat}
[ERROR] Failures:
[ERROR] TestEventIndexTask.testIndexWriterCommittedWhenAppropriate:47
execution exceeded timeout of 5000 ms by 1791 ms
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)