DomGarguilo opened a new pull request #2494:
URL: https://github.com/apache/accumulo/pull/2494


   Closes #2489
   
   The changes in this PR delete 
`SortedLogRecoveryTest.testMissingDefinition()`.
   
   Based off the name of the test (testMissingDefinition) it seems that this 
test assumes that an exception will be thrown when there is no definition 
present. Instead, this information is just logged and does not cause an 
exception to be thrown:
   ```
   [log.SortedLogRecovery] INFO : Tablet table<< is not defined in recovery 
logs [testlog]
   ```
   Additionally, this test is incorrectly set up to handle the `fail()` 
statement which will just be caught in the catch block instead of making the 
test actually fail.


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