You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2021/09/04 20:37:19 UTC

[couchdb] branch js_engine-exunit-pagination-test created (now c09a505)

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

jaydoane pushed a change to branch js_engine-exunit-pagination-test
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


      at c09a505  Replace couch_js with js_engine in exunit pagination test

This branch includes the following new commits:

     new c09a505  Replace couch_js with js_engine in exunit pagination test

The 1 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.


[couchdb] 01/01: Replace couch_js with js_engine in exunit pagination test

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jaydoane pushed a commit to branch js_engine-exunit-pagination-test
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit c09a5059db46988b4793416982e87349e264564c
Author: Jay Doane <ja...@apache.org>
AuthorDate: Sat Sep 4 13:36:54 2021 -0700

    Replace couch_js with js_engine in exunit pagination test
    
    See: https://github.com/apache/couchdb/commit/3907e9f0abd2bfc26e8384a819939ea964daf157
---
 src/chttpd/test/exunit/pagination_test.exs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/chttpd/test/exunit/pagination_test.exs b/src/chttpd/test/exunit/pagination_test.exs
index 4e0a5d6..b4c4de2 100644
--- a/src/chttpd/test/exunit/pagination_test.exs
+++ b/src/chttpd/test/exunit/pagination_test.exs
@@ -16,7 +16,7 @@ defmodule Couch.Test.Pagination do
 
   setup_all do
     test_ctx =
-      :test_util.start_couch([:chttpd, :couch_jobs, :couch_views, :couch_eval, :couch_js])
+      :test_util.start_couch([:chttpd, :couch_jobs, :couch_views, :couch_eval, :js_engine])
 
     :ok = create_admin("adm", "pass")