couchbaselabs / mobile-testkit

Mobile QE Test Framework
15 stars 12 forks source link

Test Couchbase Lite Replicator over a proxy #731

Open pasin opened 8 years ago

pasin commented 8 years ago

This is originated from https://github.com/couchbase/couchbase-lite-ios/issues/1213.

sethrosetter commented 8 years ago

@pasin Can you define the scenario you would like tested?

pasin commented 8 years ago

Scenario:

  1. Setup a SGW with a proxy (NGIX or others) in front of it.
  2. Run continuous push and pull replicators.
  3. Add docs to local and on SGW to make sure that the replicator works.
  4. (Optional) bring the test app offline and online again to see if the replicators still works.