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_r226086645
##########
File path: src/couch_log/test/couch_log_formatter_test.erl
##########
@@ -71,7 +72,7 @@ gen_fsm_error_test() ->
{
Pid,
"** State machine did a thing",
- [a_gen_fsm, {ohai,there}, state_name, curr_state, barf]
+ [a_gen_fsm, {ohai,there}, state_name, curr_state, barf, sad, args]
Review comment:
Samesies as the other test.
----------------------------------------------------------------
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