keith-turner opened a new issue, #4266:
URL: https://github.com/apache/accumulo/issues/4266

   FateIT needs to test that errors are handled as expected and undo is called. 
 This could be done with a test like the following
   
    1.  Fate is seeded with Repo1
    2. Repo1 is called and returns Repo2
    3. Repo2 is called and return Repo3
    4. Repo3 is called and throws an exception (need to test throwing an 
exception in isReady() and call(), may need to run test twice with that minor 
diff)
   
   After the above happens fate should call undo() on Repo3, then Repo2, then 
Repo1.  The test needs to verify that undo is called in the expected order.
   
   It may be worthwhile to add this test to 2.1 and merge it forward.


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