Github user markap14 commented on a diff in the pull request:
https://github.com/apache/nifi/pull/771#discussion_r73220870
--- Diff:
nifi-nar-bundles/nifi-provenance-repository-bundle/nifi-persistent-provenance-repository/src/test/java/org/apache/nifi/provenance/TestPersistentProvenanceRepository.java
---
@@ -481,6 +485,165 @@ public void
testIndexAndCompressOnRolloverAndSubsequentSearch() throws IOExcepti
assertTrue(newRecordSet.getMatchingEvents().isEmpty());
}
+ // TODO: Switch to 10,000.
--- End diff --
Whoops! Overlooked that. Was just a comment that I added in so that if i
forgot to change the timeout back to 10,000 millis, the reviewer would catch it
- glad it worked! :) Made it much longer so that i could set a breakpoint. Will
change back to 10,000 millis and update the PR.
---
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.
---