You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by olegz <gi...@git.apache.org> on 2016/11/03 16:09:21 UTC

[GitHub] nifi pull request #1160: NIFI-2928 added support to validate accessibility o...

Github user olegz commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/1160#discussion_r86380802
  
    --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/java/org/apache/nifi/processors/standard/TestFetchFile.java ---
    @@ -48,6 +48,19 @@ public void prepDestDirectory() throws IOException {
         }
     
         @Test
    +    public void notFound() throws IOException {
    +        final File sourceFile = new File("notFound");
    --- End diff --
    
    That is correct. We can only test it in some specially set integration environment where you may have a remote share that is known to the OS but temporarily unreachable. That is where the new code becomes relevant.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---