Description
Integration tests are typically derived from BaseHBaseManagedTimeIT which means that you're letting the HBase server dole out timestamps instead of managing them yourself. Tests derived from BaseClientManagedTimeIT require you to set the CURRENT_SCN property on every connection, otherwise at tear down time, your tables will not be deleted from the SYSTEM.CATALOG as expected. This leads to other tests failing down the road if they happen to use the same table names (which is pretty common).