HDFS-8844. TestHDFSCLI does not cleanup the test directory (Masatake Iwasaki via Colin P. McCabe)
(cherry picked from commit c95993cbaf
)
This commit is contained in:
parent
d2b941f94a
commit
b64d2ac478
|
@ -771,6 +771,9 @@ Release 2.8.0 - UNRELEASED
|
||||||
pool to be scanned but there are suspicious blocks. (Colin Patrick McCabe
|
pool to be scanned but there are suspicious blocks. (Colin Patrick McCabe
|
||||||
via yliu)
|
via yliu)
|
||||||
|
|
||||||
|
HDFS-8844. TestHDFSCLI does not cleanup the test directory (Masatake
|
||||||
|
Iwasaki via Colin P. McCabe)
|
||||||
|
|
||||||
Release 2.7.2 - UNRELEASED
|
Release 2.7.2 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -16525,7 +16525,7 @@
|
||||||
<command>-cat CLITEST_DATA/file</command>
|
<command>-cat CLITEST_DATA/file</command>
|
||||||
</test-commands>
|
</test-commands>
|
||||||
<cleanup-commands>
|
<cleanup-commands>
|
||||||
<command>-fs NAMENODE -rm -r /user/USERNAME</command>
|
<command>-fs NAMENODE -rm -r /user/USERNAME CLITEST_DATA/file</command>
|
||||||
<command>rm data</command>
|
<command>rm data</command>
|
||||||
</cleanup-commands>
|
</cleanup-commands>
|
||||||
<comparators>
|
<comparators>
|
||||||
|
|
Loading…
Reference in New Issue