s/_cassim/cassim/ for the time being
Project: http://git-wip-us.apache.org/repos/asf/couchdb-setup/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-setup/commit/4c423e67 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-setup/tree/4c423e67 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-setup/diff/4c423e67 Branch: refs/heads/master Commit: 4c423e67fa8e6a4f5af7a5c5db38bbc81642cb27 Parents: 7c6c3bb Author: Jan Lehnardt <[email protected]> Authored: Fri Nov 7 15:43:04 2014 +0100 Committer: Jan Lehnardt <[email protected]> Committed: Fri Nov 7 15:43:04 2014 +0100 ---------------------------------------------------------------------- src/setup.erl | 2 +- test/t.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-setup/blob/4c423e67/src/setup.erl ---------------------------------------------------------------------- diff --git a/src/setup.erl b/src/setup.erl index 781691e..85ebf79 100644 --- a/src/setup.erl +++ b/src/setup.erl @@ -105,7 +105,7 @@ finish_cluster_int(ok) -> {error, cluster_finished}; finish_cluster_int(no) -> % create clustered databases (_users, _replicator, _cassim/_metadata - Databases = ["_users", "_replicator", "_cassim"], + Databases = ["_users", "_replicator", "cassim"], lists:foreach(fun fabric:create_db/1, Databases). http://git-wip-us.apache.org/repos/asf/couchdb-setup/blob/4c423e67/test/t.sh ---------------------------------------------------------------------- diff --git a/test/t.sh b/test/t.sh index 7d3e1b3..ab0b047 100755 --- a/test/t.sh +++ b/test/t.sh @@ -37,11 +37,11 @@ curl a:[email protected]:15984/_cluster_setup -d '{"action":"finish_cluster"}' $HEADER # 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 +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 +curl a:[email protected]:25984/cassim echo "YAY ALL GOOD" \ No newline at end of file
