vinayakphegde commented on PR #7007:
URL: https://github.com/apache/hbase/pull/7007#issuecomment-2943439294

   > Thanks @vinayakphegde, patch looks good to me. However I have the same 
criticism that I mentioned previously: unit tests are missing.
   > 
   > Since all of your helper methods are private you cannot test them 
individually, so you need to set up an entire starship in your test case, call 
the command and verify the output. This is end 2 end testing. You will get a 
yes/no answer to your question about whether my function is working. If the 
answer is yes, we're fine, but if it's no, you'll have no idea about where the 
problem is and you have to debug.
   > 
   > Unit testing individual methods gives more detail about what's working and 
what's not.
   
   Sure @anmolnar I will try to add more unit tests to cover these methods.


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