davisp commented on a change in pull request #1662: Do not crash couch_log 
application when gen_* servers send extra args
URL: https://github.com/apache/couchdb/pull/1662#discussion_r226086591
 
 

 ##########
 File path: src/couch_log/test/couch_log_formatter_test.erl
 ##########
 @@ -45,7 +45,7 @@ gen_server_error_test() ->
         {
             Pid,
             "** Generic server and some stuff",
-            [a_gen_server, {foo, bar}, server_state, some_reason]
+            [a_gen_server, {foo, bar}, server_state, some_reason, sad, args]
 
 Review comment:
   You should add a new test case so that we're testing with and without the 
extra args.

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