cjmctague commented on issue #971: IT's error out when calling mvn verify URL: https://github.com/apache/fluo/issues/971#issuecomment-372407397 [ZKSecretIT.java#L59](https://github.com/apache/fluo/blob/master/modules/integration/src/test/java/org/apache/fluo/integration/impl/ZKSecretIT.java#L59) ``` @Override protected void setConfig(FluoConfiguration config) { config.setZookeeperSecret("are3"); config.setObserverProvider(MyObserverProvider.class); } ``` Setting the secret here is messing up the config for the rest of the IT's in my environment. The secret should return to the default after this test is done. Where is the default for this property being set?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
