Github user olegz commented on a diff in the pull request:
https://github.com/apache/nifi/pull/1493#discussion_r101088999
--- Diff:
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/test/java/org/apache/nifi/controller/repository/TestWriteAheadFlowFileRepository.java
---
@@ -74,6 +86,295 @@ public void clearRepo() throws IOException {
}
}
+
+ @Test
+ public void testUpdatePerformance() throws IOException,
InterruptedException {
--- End diff --
I don't think you meant to leave this test as is without @Ignore. It
certainly takes time to complete.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---