CouchbaseMock
CouchbaseMock copied to clipboard
Query views returning empty response in SDK 2.5.9
Hi,
Currently we are integrating the Couchbase Mock with couchbase client SDK 2.5.9.
- Our first issue was the same as described on this issue: https://github.com/couchbase/CouchbaseMock/issues/11
The client was having Connection Timeouts, this was solved by using the same strategy of connection of this unit test: https://github.com/couchbase/CouchbaseMock/blob/master/src/test/java/com/couchbase/mock/clientv2/ClientTest.java
Our current problem are in the view query, the couchbase sdk are always returning empty results There are any know issue, for sdk 2.x ?
Best regards