[
https://issues.apache.org/jira/browse/NIFI-13205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17845146#comment-17845146
]
Joe Witt commented on NIFI-13205:
---------------------------------
{noformat}
Error: Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 5.041 s
<<< FAILURE! -- in org.apache.nifi.provenance.StartupAgainstOldLuceneIndexIT
Error: org.apache.nifi.provenance.StartupAgainstOldLuceneIndexIT.testStartup
-- Time elapsed: 5.023 s <<< ERROR!
java.util.concurrent.TimeoutException: testStartup() timed out after 5 seconds
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
Suppressed: java.lang.InterruptedException: sleep interrupted
at java.base/java.lang.Thread.sleep0(Native Method)
at java.base/java.lang.Thread.sleep(Thread.java:509)
at
org.apache.nifi.provenance.StartupAgainstOldLuceneIndexIT.testStartup(StartupAgainstOldLuceneIndexIT.java:96)
at
org.apache.nifi.provenance.StartupAgainstOldLuceneIndexIT.testStartup(StartupAgainstOldLuceneIndexIT.java:53)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
... 2 more
{noformat}
> Remove StartupAgainstOldLuceneIndexIT
> -------------------------------------
>
> Key: NIFI-13205
> URL: https://issues.apache.org/jira/browse/NIFI-13205
> Project: Apache NiFi
> Issue Type: Task
> Reporter: Joe Witt
> Assignee: Joe Witt
> Priority: Major
>
> The test post Lucene 9 update is failing on Github CI due to how long it runs
> and it was not even detecting the old index using the backward codecs so
> isn't that useful at this stage. It should be removed along with, ideally,
> the binary index files included in the repo.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)