-
Notifications
You must be signed in to change notification settings - Fork 309
New issue
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
Add couchbase plugin #632
Add couchbase plugin #632
Conversation
Tests are failing because the full-text search service availability isn't sent to the SDK when it first connects to the cluster. This appears to be a bug in couchbase since you actually can execute a search query just fine through the web ui and the REST api. It takes at least 10 minutes before the availability is actually sent. Relevant forum post: https://forums.couchbase.com/t/fts-service-for-couchbase-takes-a-long-time-to-show-up-in-cluster-configuration/22298 |
653a718
to
40c7cfa
Compare
I haven't had any traction on that forum post I made so I'm going recommend disabling the test for Search queries for now. Please try running the Couchbase server for at least 15 to 20 minutes before running the Search query tests, otherwise they will fail with the error message |
e47c4d2
to
108f932
Compare
I'm hitting some compiler errors when compiling |
4841284
to
5b823aa
Compare
This comment has been minimized.
This comment has been minimized.
1 similar comment
This comment has been minimized.
This comment has been minimized.
… tracing to requests
ae94f97
to
c279d3e
Compare
What does this PR do?
Add the couchbase integration.
Plugin Checklist
Additional Notes
Work in progress, I need to fix cbas (analytics) queries. View queries also don't work for some reason.
I'm using
https://github.com/rishabh/server-sandbox/
as the test image.