Github user hanm commented on a diff in the pull request:
https://github.com/apache/zookeeper/pull/292#discussion_r125130820
--- Diff:
src/java/test/org/apache/zookeeper/server/quorum/ReconfigRecoveryTest.java ---
@@ -28,9 +28,15 @@
import org.apache.zookeeper.test.ClientBase;
import org.apache.zookeeper.test.ReconfigTest;
import org.junit.Assert;
+import org.junit.Before;
import org.junit.Test;
public class ReconfigRecoveryTest extends QuorumPeerTestBase {
+ @Before
+ public void setup() {
+ QuorumPeerConfig.setReconfigEnabled(true);
--- End diff --
Yes if those tests require reconfig feature being enabled. I think I've
patched all reconfig test in ZOOKEEPER-2014, and the modifications of related
tests here are all about refactoring and consolidating setting of the flag in a
single place.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---