Comment 12 for bug 422178

Revision history for this message
Eric Casteleijn (thisfred) wrote :

Attached a tarball, that when unzipped allows for testing of OAuth authenticated push and pull replication over SSL.

To use, extract the tarball, enter the directory that it creates, and then run:

make test

(it needs apache installed, as that handles the SSL part of the equation.)

The output should contain something like this:

[...]
pushed the expected 100 docs to the cloud test_db: True
increased update_seq by 100 pushing docs to the cloud test_db: True
[...]
pulled the expected 100 docs to the desktop test_db2: True
increased update_seq by 100 pulling docs to the desktop test_db2: True
[...]

where the important information is the 'True' values.

If any of these 4 lines shows False, the test failed.