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 2021/03/02 17:37:12 UTC

[GitHub] [couchdb] bessbd commented on a change in pull request #3395: Re-add transaction size exceeded test

bessbd commented on a change in pull request #3395:
URL: https://github.com/apache/couchdb/pull/3395#discussion_r585771153



##########
File path: test/elixir/test/bulk_docs_test.exs
##########
@@ -152,4 +163,11 @@ defmodule BulkDocsTest do
     assert resp.body["error"] == "bad_request"
     assert resp.body["reason"] == reason
   end
+
+  defp random_string(length) do
+    raw = :crypto.strong_rand_bytes(length)

Review comment:
       So should we leave it as-is?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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