This is an automated email from the ASF dual-hosted git repository.
wohali pushed a change to branch ci-vm-change-3.x
in repository https://gitbox.apache.org/repos/asf/couchdb.git.
from cd4cd87 New cname for couchdb-vm2, see INFRA-20435
add 9cd4df9 Port view_collation_raw.js to elixir
add 8c572bf Port view_compaction test to elixir
add 44eeee3 Fix compactor bind_emsort clause
add 86bc5e5 Merge branch '3.x' into ci-vm-change-3.x
No new revisions were added by this update.
Summary of changes:
src/couch/src/couch_bt_engine_compactor.erl | 5 +-
test/elixir/README.md | 6 +-
test/elixir/lib/couch/db_test.ex | 1 +
...lation_test.exs => view_collation_raw_test.exs} | 81 +++++++++-------
test/elixir/test/view_compaction_test.exs | 105 +++++++++++++++++++++
test/javascript/tests/view_collation_raw.js | 1 +
test/javascript/tests/view_compaction.js | 1 +
7 files changed, 162 insertions(+), 38 deletions(-)
copy test/elixir/test/{view_collation_test.exs => view_collation_raw_test.exs}
(77%)
create mode 100644 test/elixir/test/view_compaction_test.exs