Closed tleyden closed 10 years ago
related timeout issues has been fixed
Glad we can finally close this out.
Btw, can you give any details regarding how timeout issues were fixed?
there are some points here:
but seems like the second commit could be reverted to speed up test runs when the third has been applied
So far, I've had to make the following concessions to get:
with 100% passing against Android. (I have not tried running the other functional tests yet)
async.mapSeries
andasync.timesSeries
instead ofasync.map
andasync.times
, though I'm not sure if this mattered.android_passing
Node proxy
Goal
Get all tests passing on Android with the master branch of cblite-tests.
This might require some scalability enhancements of LiteServAndroid, as well as some test re-working. For example, after discussing with @jchris about it, there are currently "aggregate timeouts, so you get like 20 seconds to load all 100 docs", which may not actually make sense in this kind of test.