[
https://issues.apache.org/jira/browse/ACCUMULO-3883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Billie Rinaldi resolved ACCUMULO-3883.
--------------------------------------
Resolution: Fixed
> ITs should not load default ClientConfiguration
> -----------------------------------------------
>
> Key: ACCUMULO-3883
> URL: https://issues.apache.org/jira/browse/ACCUMULO-3883
> Project: Accumulo
> Issue Type: Bug
> Components: test
> Affects Versions: 1.7.0
> Reporter: Billie Rinaldi
> Assignee: Billie Rinaldi
> Fix For: 1.7.1, 1.8.0
>
> Attachments: ACCUMULO-3883.1.patch
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> In StandaloneAccumuloClusterConfiguration, this appears not to work as
> expected, nor is it necessary:
> {noformat}
> this.clientConf = ClientConfiguration.loadDefault();
> try {
> clientConf.addConfiguration(new ClientConfiguration(clientConfFile));
> } catch (ConfigurationException e) {
> throw new RuntimeException("Failed to load client configuration from "
> + clientConfFile);
> }
> {noformat}
> In general ITs should not load the default configuration.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)