davisp commented on a change in pull request #1804: Make view query limits 
configurable
URL: https://github.com/apache/couchdb/pull/1804#discussion_r249871644
 
 

 ##########
 File path: test/elixir/test/partition_all_docs_test.exs
 ##########
 @@ -116,6 +116,43 @@ defmodule PartitionAllDocsTest do
     assert ids == ["foo:22"]
   end
 
+  test "partition all docs can set query limits", context do
+    resp = Couch.get("/_membership")
+    %{:body => body} = resp
+
+    Enum.each(body["all_nodes"], fn node ->
+      resp = 
Couch.put("/_node/#{node}/_config/query_server_config/partition_query_limit", 
body: "\"2000\"")
 
 Review comment:
   And samesies for partition_view_test

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to