add some more testing
Project: http://git-wip-us.apache.org/repos/asf/couchdb-setup/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-setup/commit/7c6c3bb6 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-setup/tree/7c6c3bb6 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-setup/diff/7c6c3bb6 Branch: refs/heads/master Commit: 7c6c3bb649f264b92c9cf2e41dd0545feae12672 Parents: 354647b Author: Jan Lehnardt <[email protected]> Authored: Fri Nov 7 15:35:06 2014 +0100 Committer: Jan Lehnardt <[email protected]> Committed: Fri Nov 7 15:35:06 2014 +0100 ---------------------------------------------------------------------- test/t.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-setup/blob/7c6c3bb6/test/t.sh ---------------------------------------------------------------------- diff --git a/test/t.sh b/test/t.sh index 7b1ca1b..7d3e1b3 100755 --- a/test/t.sh +++ b/test/t.sh @@ -31,4 +31,17 @@ curl a:[email protected]:15984/foo # Show db does exist on node B curl a:[email protected]:25984/foo +# Finish cluster +curl a:[email protected]:15984/_cluster_setup -d '{"action":"finish_cluster"}' $HEADERS + +# Show system dbs exist on node A +curl a:[email protected]:15984/_users +curl a:[email protected]:15984/_replicator +curl a:[email protected]:15984/_cassim + +# Show system dbs exist on node B +curl a:[email protected]:25984/_users +curl a:[email protected]:25984/_replicator +curl a:[email protected]:25984/_cassim + echo "YAY ALL GOOD" \ No newline at end of file
