couchbaselabs / cblite-tests

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

Reduce concurrency in functional tests #16

Closed jessliu closed 10 years ago

jessliu commented 10 years ago

It is currently requesting docs concurrently when it should be doing so in series.

See: https://github.com/couchbase/couchbase-lite-android/issues/149

andreibaranouski commented 10 years ago

it was fixed with https://github.com/couchbaselabs/cblite-tests/commit/9ff7033e6b3bb71adbbbf96fd0ea011d4229e27e

all android tests passed now even with parameter numDocs=100