Mark Payne created NIFI-5011:
--------------------------------
Summary: Test failure in TestFileSystemRepository causing travis
build to be unstable
Key: NIFI-5011
URL: https://issues.apache.org/jira/browse/NIFI-5011
Project: Apache NiFi
Issue Type: Bug
Components: Core Framework
Reporter: Mark Payne
Fix For: 1.7.0
We see the following test failure intermittently in travis:
[ERROR] Tests run: 32, Failures: 0, Errors: 1, Skipped: 1, Time elapsed: 13.143
s <<< FAILURE! - in
org.apache.nifi.controller.repository.TestFileSystemRepository [ERROR]
testMinimalArchiveCleanupIntervalHonoredAndLogged(org.apache.nifi.controller.repository.TestFileSystemRepository)
Time elapsed: 0.211 s <<< ERROR! java.util.ConcurrentModificationException at
org.apache.nifi.controller.repository.TestFileSystemRepository.testMinimalArchiveCleanupIntervalHonoredAndLogged(TestFileSystemRepository.java:151)
This appears to be a threading bug, giving that it's a
ConcurrentModificationException that happens sporadically.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)