Mark Nunberg
Mark Nunberg
You can specify a zipfile (in the form of `cbdocloader`) and pass that to the `-D` option.
You can use the REST API directly for this Regards, Mark > On May 19, 2017, at 12:28 AM, Josh Pike wrote: > > It would be great if I...
We're going to be redoing most of the HTTP stuff in the Mock. Also ensure you don't have a local Couchbase node running, otherwise the tests might get confused.
Is this issue fixed for you? there shouldn't be cases where MockResponse doesn't have an actual JSON response.. and thus the NPE itself is indicative of a bigger issue.
Seems to be a leftover; we use SIZE_MAX as a constant in 1.6
``` 1.4: 127.0.0.1:6379> FT.AGGREGATE idx * APPLY @t1 as tt SORTBY 1 @tt 1) (integer) 2 2) 1) "tt" 2) "bar" 3) 1) "tt" 2) "foo" 1.6: 127.0.0.1:6379> FT.AGGREGATE idx...
Also, 1.6 should not be returning `t1` as well
Technically speaking this is not a compatibility issue, as it returns the same values as 1.4; however it's not internally consistent as it does not return the actual data within...
@wimdeboel The issues you've brought up are not related to the ticket. Omitting nil fields in the response is by design, in order to save on bandwidth. If we know...
Unfortunately, making it so that we can operate on db!=0 would require several architectural changes across the board. We might eventually allow it, but this is not on the short-term...