Skip to content

Commit

Permalink
Moved TestLeaseRecoverer to admin.om.lease package
Browse files Browse the repository at this point in the history
  • Loading branch information
sarvekshayr committed Jan 9, 2025
1 parent 317e16a commit 6adb199
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* License for the specific language governing permissions and limitations under
* the License.
*/
package org.apache.hadoop.ozone;
package org.apache.hadoop.ozone.admin.om.lease;

import java.io.IOException;
import java.io.PrintWriter;
Expand All @@ -24,7 +24,6 @@

import org.apache.hadoop.fs.LeaseRecoverable;
import org.apache.hadoop.hdds.scm.OzoneClientConfig;
import org.apache.hadoop.ozone.admin.om.lease.LeaseRecoverer;
import org.junit.jupiter.api.AfterAll;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Test;
Expand All @@ -38,6 +37,9 @@
import org.apache.hadoop.fs.Path;
import org.apache.hadoop.hdds.conf.OzoneConfiguration;
import org.apache.hadoop.hdds.utils.IOUtils;
import org.apache.hadoop.ozone.MiniOzoneCluster;
import org.apache.hadoop.ozone.OzoneConfigKeys;
import org.apache.hadoop.ozone.TestDataUtil;
import org.apache.hadoop.ozone.client.OzoneBucket;
import org.apache.hadoop.ozone.client.OzoneClient;
import org.apache.hadoop.ozone.om.helpers.BucketLayout;
Expand Down

0 comments on commit 6adb199

Please sign in to comment.