This is an automated email from the ASF dual-hosted git repository. willholley pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/couchdb.git.
from 71d673f Remove invalid query server def in local.ini new 57fa67f Port couch_compress_tests to Elixir new 4dbd7c1 Big endian support for couch_compress tests new 27d4458 Merge pull request #2346 from willholley/couch_compress_tests The 11928 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: src/couch/test/eunit/couch_compress_tests.erl | 85 ------------------- src/couch/test/exunit/couch_compress_tests.exs | 113 +++++++++++++++++++++++++ 2 files changed, 113 insertions(+), 85 deletions(-) delete mode 100644 src/couch/test/eunit/couch_compress_tests.erl create mode 100644 src/couch/test/exunit/couch_compress_tests.exs