We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Currently we are integrating the Couchbase Mock with couchbase client SDK 2.5.9.
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
Currently we are integrating the Couchbase Mock with couchbase client SDK 2.5.9.
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
The text was updated successfully, but these errors were encountered: