iilyak commented on pull request #3481:
URL: https://github.com/apache/couchdb/pull/3481#issuecomment-810899027
> I had no heavy QA in mind, just a single-line eunit meck-y check to assert
that couch_mrview:validate is called at the right time. (We could even assert
couch_index_server:validate wasn't called, if that's a fundamental part of this
change.)
Since `couch_index_server:validate/2` is no longer used we could break it
and other tests would fail if we partially revert the PR.
```
-module(couch_index_server).
...
validate(_Db, _DDoc) ->
error({assert, ?MODULE, ?FUNCTION_NAME, ?FUNCTION_ARITY, ?LINE}).
```
--
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:
[email protected]