couchbase-shell
couchbase-shell copied to clipboard
Shell yeah!
Part of running integration tests requires setting up the test config and environment. We intended that all the tests woudl share state using the TEST_CONFIG mutex. However this is not...
With 7.6.3 vectors in base 64 are supported, so we should add this support to cbshell. We'll need to add a flag to the vector commands to chose the base...
cbdinocluster sets up alternate ports (running in docker) and I set up my config to use the supplied connstr. Unfortunately, it didn't work. ``` ➜ couchbase-shell git:(main) ✗ target/debug/cbsh [WARN]...
Currently the clusters command requires a full json definition in orger to deploy a cluster. It'd be nice if we could have some flag like `--simple` or `--single` which will...
Much like Capella Operational, we should be able to create a columnar cluster. When created, certain commands should now gracefully fail. Specifically, doc, vector, search. The `analytics` command should be...
We should be testing against more versions of couchbase server
``` thread 'fetch_meta' panicked at tests/query.rs:145:13: assertion `left == right` failed left: 1 right: 0 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace ```
Probably the status at debug and the body at trace or something like that.