You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2018/11/28 07:54:35 UTC

[GitHub] garrensmith commented on a change in pull request #1745: test: port large_docs.js to Elixir test suite

garrensmith commented on a change in pull request #1745: test: port large_docs.js to Elixir test suite
URL: https://github.com/apache/couchdb/pull/1745#discussion_r236271429
 
 

 ##########
 File path: test/elixir/test/large_docs_text.exs
 ##########
 @@ -0,0 +1,42 @@
+defmodule LargeDocsTest do
+  use CouchTestCase
+
+  @moduletag :large_docs
+  @long_string "0123456789\n"
+
+  @moduledoc """
+  Test saving a bunch of large documents.
+  This is a port of the large_docs.js suite
+  """
+
+  # Should we use `"X-Couch-Full-Commit":"false"` header here?
 
 Review comment:
   Judging from what @jaydoane said in another PR I don't think so. So you can remove this commetn as well :)

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services