Class TestLeaseRenewal

java.lang.Object
org.apache.hadoop.hbase.io.asyncfs.AsyncFSTestBase
org.apache.hadoop.hbase.io.asyncfs.TestLeaseRenewal

@Tag("org.apache.hadoop.hbase.testclassification.MiscTests") @Tag("org.apache.hadoop.hbase.testclassification.MediumTests") public class TestLeaseRenewal extends AsyncFSTestBase
Make sure lease renewal works. Since it is in a background thread, normal read/write test can not verify it.

See HBASE-28955 for more details.