kpm1985 commented on issue #1002: Create integration test for `FluoAdmin.remove()` URL: https://github.com/apache/fluo/issues/1002#issuecomment-398220330 @keith-turner I followed the discussion above and would like to try this issue. I've noticed a few preliminary things and have a few questions: There is no check to see if the oracle is running for FluoAdminImpl.remove(), when I did some preliminary fooling around I noticed that. Going by your test outline in #999 this test would write some table data, call remove, and read the table make sure it was actually cleared. I was thinking of writing to the table using a mutation and batch writer and then call remove and create a scanner and verify the entries are cleared. Am I in the right direction? I am still familiarizing myself with Accumulo. Thank you!
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
