You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Christopher Tubbs (JIRA)" <ji...@apache.org> on 2015/03/13 00:40:38 UTC

[jira] [Created] (ACCUMULO-3660) ITs try to create "-ssl" directories in a directory which does not exist

Christopher Tubbs created ACCUMULO-3660:
-------------------------------------------

             Summary: ITs try to create "-ssl" directories in a directory which does not exist
                 Key: ACCUMULO-3660
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-3660
             Project: Accumulo
          Issue Type: Bug
          Components: test
            Reporter: Christopher Tubbs
            Assignee: Christopher Tubbs
             Fix For: 1.7.0


Found this as a result of some checks I added to the ITs which findbugs hinted at. We weren't checking the return value from mkdir (and other file operations). It turns out that mkdir was failing when we created the "-ssl" directories, because the parent directory didn't exist.

Upon further investigation, I noticed that the directories under which it was trying to create them was based on the name of the wrong class.



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