You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2020/04/27 19:36:38 UTC

[couchdb] branch fix-mango-test-suite created (now 651e24a)

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

davisp pushed a change to branch fix-mango-test-suite
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


      at 651e24a  Fix mango test suite

This branch includes the following new commits:

     new 651e24a  Fix mango test suite

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: Fix mango test suite

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

davisp pushed a commit to branch fix-mango-test-suite
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 651e24ad25764e7acddaab7b0ce052c69f6c8de7
Author: Paul J. Davis <pa...@gmail.com>
AuthorDate: Mon Apr 27 14:37:51 2020 -0500

    Fix mango test suite
---
 src/mango/src/mango_idx.erl | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/mango/src/mango_idx.erl b/src/mango/src/mango_idx.erl
index 9907cc7..37b6e03 100644
--- a/src/mango/src/mango_idx.erl
+++ b/src/mango/src/mango_idx.erl
@@ -405,7 +405,8 @@ index(SelectorName, Selector) ->
            {[{<<"fields">>,{[{<<"location">>,<<"asc">>}]}},
              {SelectorName,{Selector}}]},
            [{<<"def">>,{[{<<"fields">>,[<<"location">>]}]}}],
-           <<"ready">>
+           <<"ready">>,
+           false
     }.
 
 get_partial_filter_all_docs_test() ->