You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ju...@apache.org on 2020/05/26 20:40:53 UTC

[couchdb] branch master updated (474cb72 -> 4e64f5b)

This is an automated email from the ASF dual-hosted git repository.

juanjo pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    from 474cb72  Merge pull request #2900 from apache/jwtf-erlang-19-2
     add 08a0c6b  Port rev_stemming into elixir
     add 4e64f5b  move compact and replicate functions into CouchTestCase shared module

No new revisions were added by this update.

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