iilyak opened a new pull request #3929:
URL: https://github.com/apache/couchdb/pull/3929


   ## Overview
   
   This PR introduces a function to display view signature which corresponds to 
a given ddoc. 
   The function is intended for using in remsh while debugging view upgrade 
issues.
   
   ## Testing recommendations
   
   1. start couch `dev/run --admin=adm:pass`
   2. start `remsh` session `dev/remsh`
   3. call a function for a database which has a ddoc 
`couch_mrview_debug:view_signature(<<"db321">>, <<"ddoc321">>).`
   4. make sure the help message for a function makes sense 
`couch_mrview_debug:help(view_signature).`
   5. make sure the function is listed in an output from 
`couch_mrview_debug:help().`
   
   ## Related Issues or Pull Requests
   
   N/A
   
   ## Checklist
   
   - [x] Code is written and works correctly
   - [ ] Changes are covered by tests
   - [ ] Any new configurable parameters are documented in 
`rel/overlay/etc/default.ini`
   - [ ] A PR for documentation changes has been made in 
https://github.com/apache/couchdb-documentation
   


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to