HDFS-11011. Add unit tests for HDFS command 'dfsadmin -set/clrSpaceQuota'. Contributed by Xiaobing Zhou.
(cherry picked from commit 85f6fec0370b3cd94d6c2f19920c0b6d33f127c6)
This commit is contained in:
parent
432657780d
commit
590d19c0a8
File diff suppressed because it is too large
Load Diff
|
@ -65,6 +65,9 @@ import static org.mockito.Matchers.any;
|
|||
import static org.mockito.Mockito.mock;
|
||||
import static org.mockito.Mockito.when;
|
||||
|
||||
/**
|
||||
* set/clrSpaceQuote are tested in {@link org.apache.hadoop.hdfs.TestQuota}.
|
||||
*/
|
||||
public class TestDFSAdmin {
|
||||
private static final Log LOG = LogFactory.getLog(TestDFSAdmin.class);
|
||||
private Configuration conf = null;
|
||||
|
|
Loading…
Reference in New Issue