HDFS-7778. Rename FsVolumeListTest to TestFsVolumeList and commit it to branch-2. Contributed by Lei (Eddy) Xu.
This commit is contained in:
parent
0d521e3326
commit
2efb2347a9
|
@ -948,6 +948,9 @@ Release 2.7.0 - UNRELEASED
|
||||||
HDFS-7686. Re-add rapid rescan of possibly corrupt block feature to the
|
HDFS-7686. Re-add rapid rescan of possibly corrupt block feature to the
|
||||||
block scanner (cmccabe)
|
block scanner (cmccabe)
|
||||||
|
|
||||||
|
HDFS-7778. Rename FsVolumeListTest to TestFsVolumeList and commit it to
|
||||||
|
branch-2. (Lei (Eddy) Xu via cnauroth)
|
||||||
|
|
||||||
BREAKDOWN OF HDFS-7584 SUBTASKS AND RELATED JIRAS
|
BREAKDOWN OF HDFS-7584 SUBTASKS AND RELATED JIRAS
|
||||||
|
|
||||||
HDFS-7720. Quota by Storage Type API, tools and ClientNameNode
|
HDFS-7720. Quota by Storage Type API, tools and ClientNameNode
|
||||||
|
|
|
@ -36,7 +36,7 @@ import java.util.List;
|
||||||
import static org.junit.Assert.assertNotEquals;
|
import static org.junit.Assert.assertNotEquals;
|
||||||
import static org.mockito.Mockito.mock;
|
import static org.mockito.Mockito.mock;
|
||||||
|
|
||||||
public class FsVolumeListTest {
|
public class TestFsVolumeList {
|
||||||
|
|
||||||
private final Configuration conf = new Configuration();
|
private final Configuration conf = new Configuration();
|
||||||
private VolumeChoosingPolicy<FsVolumeImpl> blockChooser =
|
private VolumeChoosingPolicy<FsVolumeImpl> blockChooser =
|
Loading…
Reference in New Issue