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:38:09 UTC

[couchdb] branch prototype/fdb-layer updated: Fix mango test suite

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

davisp pushed a commit to branch prototype/fdb-layer
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/prototype/fdb-layer by this push:
     new e889cf0  Fix mango test suite
e889cf0 is described below

commit e889cf070a7b09a08ed7ae1ac1f7ffb716e6ef02
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() ->