Miroslav, > rollback could be executed in the @After method but don't know whether > the same thing could be done in hbase
No the same thing cannot be done in HBase. Best regards, - Andy ________________________________ From: Miroslav Genov <[email protected]> To: [email protected] Sent: Thu, November 19, 2009 3:50:01 AM Subject: HBase and Integration Tests Hello, Is there any better way for cleaning of the test data after test's execution then manual clean up with Delete (i.e in the @After method) ? In relational database things get simpler with transactions, cause rollback could be executed in the @After method but don't know whether the same thing could be done in hbase ? Thanks in advance Regards, Miroslav
