ayushtkn commented on pull request #1904:
URL: https://github.com/apache/ozone/pull/1904#issuecomment-776490718


   The test is asserting the exception also which will not happen now
   ```
   catch (SCMException e) {
         
Assert.assertEquals(SCMException.ResultCodes.FAILED_TO_FIND_SUITABLE_NODE,
             e.getResult());
       } 
   ```
   This we can remove now, since it won't hit post this change.
   
   In `testFallBackPickNodes` also we can get away from catching the 
SCMException, since that won't be thrown now.


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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to