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 2020/03/05 18:39:47 UTC

[GitHub] [couchdb] nickva commented on a change in pull request #2638: Prototype/fdb layer couch views size tests

nickva commented on a change in pull request #2638: Prototype/fdb layer couch views size tests
URL: https://github.com/apache/couchdb/pull/2638#discussion_r388485753
 
 

 ##########
 File path: src/couch_views/test/couch_views_indexer_test.erl
 ##########
 @@ -388,6 +389,77 @@ multipe_identical_keys_from_same_doc(Db) ->
         ], Out).
 
 
+fewer_multipe_identical_keys_from_same_doc(Db) ->
+    DDoc = create_ddoc(multi_emit_same),
+
+    Doc0 = couch_doc:from_json_obj({[
+        {<<"_id">>, list_to_binary(integer_to_list(0))},
 
 Review comment:
   minor nit: can use `integer_to_binary/1` directly

----------------------------------------------------------------
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


With regards,
Apache Git Services