You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ga...@apache.org on 2019/01/31 10:22:23 UTC

[couchdb] branch master updated (5471694 -> c6cd924)

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

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


    from 5471694  Compaction: Add snooze_period_ms for finer tuning (#1880)
     new 5be58a6  fix credo and formatting issues of elixir tests
     new 7918fba  Change enviromental variables not to clash with travis
     new a5ead1f  add elixir tests to travis
     new c6cd924  Change elixir test failing on travis

The 11574 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:
 .travis.yml                                     |  8 ++-
 Makefile                                        |  1 +
 test/elixir/README.md                           |  2 +-
 test/elixir/lib/couch.ex                        |  8 +--
 test/elixir/lib/couch/db_test.ex                |  2 +-
 test/elixir/mix.exs                             |  2 +-
 test/elixir/test/bulk_docs_test.exs             |  9 ++--
 test/elixir/test/lots_of_docs_test.exs          |  9 ++--
 test/elixir/test/partition_all_docs_test.exs    | 12 +++--
 test/elixir/test/partition_crud_test.exs        |  8 ++-
 test/elixir/test/partition_mango_test.exs       | 66 ++++++++++++++++---------
 test/elixir/test/partition_view_test.exs        | 15 ++++--
 test/elixir/test/partition_view_update_test.exs |  6 ++-
 13 files changed, 95 insertions(+), 53 deletions(-)