emiliosetiadarma commented on code in PR #6272:
URL: https://github.com/apache/nifi/pull/6272#discussion_r939437472
##########
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/java/org/apache/nifi/processors/standard/TestListFile.java:
##########
@@ -177,7 +175,7 @@ private void runNext() throws InterruptedException {
@Test
- @Ignore("Intended only for manual testing, as is very expensive to run as
a unit test. Performs listing of 1,000,000 files (doesn't actually create the
files, though - injects them in) to " +
+ @Disabled("Intended only for manual testing, as is very expensive to run
as a unit test. Performs listing of 1,000,000 files (doesn't actually create
the files, though - injects them in) to " +
"ensure performance is not harmed")
Review Comment:
on further testing it appears that the performance of this test (even on
main) is inconsistent... let me know what you'd recommend doing with this!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]