You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/11/26 04:05:10 UTC

[jira] [Created] (NIFI-1223) TestGetHTTP fails often attempting to delete content of conf directory

Joseph Witt created NIFI-1223:
---------------------------------

             Summary: TestGetHTTP fails often attempting to delete content of conf directory
                 Key: NIFI-1223
                 URL: https://issues.apache.org/jira/browse/NIFI-1223
             Project: Apache NiFi
          Issue Type: Bug
            Reporter: Joseph Witt
            Assignee: Joseph Witt
             Fix For: 0.4.0


TestGetHTTP fails often due to 

Results :

Failed tests:
  TestGetHTTP.after:71 Failed to delete state
  TestGetHTTP.testPersistEtagLastMod:170 Failed to delete state


Initial scan of what is happening appears potentially related to use of non-reliable delete method which if it doesn't work on first pass results in failure.  And the test itself is likely to not work in a parallel build environment.  Evaluating options.  Part of the problem is GetHTTP depends on the presence of 'conf' directory which is generally legit.  But in a parallel build case this could present problems as other things use that same directory.  Hoping parallel builds provides a container like infrastructure...but don't think it does.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)