Is there a way to run Couchbase server in memory for junit testing purposes?
Wed, 01/09/2013 - 19:00
Is there a way to run Couchbase server in memory for junit testing purposes? I came across https://github.com/couchbase/CouchbaseMock, but it doesn't seem to work.
Thanks, Connie
you can find use case of the mock here https://github.com/couchbase/couchbase-ruby-client/blob/master/test/setu...
also keep in mind that the mock written to test clients and it stubs some aspects of real server, like rebalancing
Find me on FreeNode IRC in #libcouchbase channel