dottorblaster 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_r236972330
########## 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: @garrensmith nice catch, done 👍 ---------------------------------------------------------------- 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
