couchbaselabs / cblite-tests

tests for mobile servers, clients, and sync interop
5 stars 0 forks source link

uses Couchbase Server for storage #4

Open jchris opened 11 years ago

jchris commented 11 years ago

We need a cluster we can test against, with test buckets set up to be flushable. Or to create a fresh cluster on every build?

dustin commented 11 years ago

Creating and destroying the bucket seems like a good solution. Any reason not to do that?

jchris commented 11 years ago

Good reason to assume our code owns the Couchbase Server is if we end up regularly targeting specific versions of it. Otherwise we'll just be running against whatever clusters happen to be provisioned.

jchris commented 11 years ago

Once this is closed we'll be able to avoid users discovering sync errors like this https://github.com/couchbaselabs/sync_gateway/issues/90

jessliu commented 10 years ago

Duplicate or related to https://github.com/couchbase/sync_gateway/issues/353