package
0.0.0-20150220210142-027e8563239c
Repository: https://github.com/couchbaselabs/query.git
Documentation: pkg.go.dev
# README
Running clustering_zk unit tests
In order to run the unit tests, it is necessary to get the external go-zookeeper package and install and start zookeeper.
Package go-zookeeper
The clustering_zk implementation depends on an external Go Zookeeper Client
To update your repository with this package:
$ cd $GOPATH/src/github.com/couchbaselabs/query
$ go get -d -v ./...
Zookeeper Installation and Start-up
Install and start zookeeper:
Unit-tests
With zookeeper installed and running at localhost:2181, clustering_zk unit tests can be run:
$ cd $GOPATH/src/github.com/couchbaselabs/query/clustering/zookeeper
$ go test