[
https://issues.apache.org/jira/browse/ACCUMULO-3660?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Christopher Tubbs resolved ACCUMULO-3660.
-----------------------------------------
Resolution: Fixed
> 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)