This is an automated email from the ASF dual-hosted git repository.
juanjo pushed a change to branch 3.x
in repository https://gitbox.apache.org/repos/asf/couchdb.git.
from ef160d6 Quit test run without checking that couchdb is running
new dbed92e Port rev_stemming into elixir
new 70512e5 move compact and replicate functions into CouchTestCase
shared module
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
test/elixir/README.md | 2 +-
test/elixir/lib/couch/db_test.ex | 56 ++++++++-
test/elixir/test/auth_cache_test.exs | 15 ---
test/elixir/test/compact_test.exs | 12 --
test/elixir/test/partition_size_limit_test.exs | 12 --
test/elixir/test/purge_test.exs | 20 +---
test/elixir/test/replication_test.exs | 38 ------
test/elixir/test/rev_stemming_test.exs | 157 +++++++++++++++++++++++++
test/elixir/test/users_db_test.exs | 22 ----
test/javascript/tests/rev_stemming.js | 1 +
10 files changed, 215 insertions(+), 120 deletions(-)
create mode 100644 test/elixir/test/rev_stemming_test.exs