[ 
https://issues.apache.org/jira/browse/CURATOR-446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16296042#comment-16296042
 ] 

ASF GitHub Bot commented on CURATOR-446:
----------------------------------------

GitHub user Randgalt opened a pull request:

    https://github.com/apache/curator/pull/248

    [CURATOR-446] Update docs to document how to use the curator-test module 
with ZooKeeper 3.4.x

    Update docs to document how to use the curator-test module with ZooKeeper 
3.4.x

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apache/curator CURATOR-446

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/curator/pull/248.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #248
    
----
commit e37cb59c1e9b7ac7f21d3c3444b6bb789a3e3708
Author: randgalt <[email protected]>
Date:   2017-12-19T02:11:27Z

    Update docs to document how to use the curator-test module with ZooKeeper 
3.4.x

----


> Compile error with tests using 4.0.0 and ZK 3.4.11 - need to update docs on 
> how to use old test lib
> ---------------------------------------------------------------------------------------------------
>
>                 Key: CURATOR-446
>                 URL: https://issues.apache.org/jira/browse/CURATOR-446
>             Project: Apache Curator
>          Issue Type: Task
>          Components: Documentation, Tests
>    Affects Versions: 4.0.0
>         Environment: gradle:
> compile('org.apache.zookeeper:zookeeper:3.4.11')
> testCompile ('org.apache.curator:curator-test:4.0.0') {
>     exclude group: 'org.apache.zookeeper', module: 'zookeeper'
> }
>            Reporter: Greg Moulliet
>            Priority: Minor
>
> Attempting to start a test ZK gives the following error:
> Exception in thread "Thread-0" java.lang.NoSuchFieldError: configFileStr
>       at 
> org.apache.curator.test.QuorumConfigBuilder$1.<init>(QuorumConfigBuilder.java:142)
>       at 
> org.apache.curator.test.QuorumConfigBuilder.buildConfig(QuorumConfigBuilder.java:137)
>       at 
> org.apache.curator.test.TestingZooKeeperServer$1.run(TestingZooKeeperServer.java:157)
>       at java.lang.Thread.run(Thread.java:745)
> Reverting back to 2.12.0 resolves the issue for me.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to