Details
-
Sub-task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
HADOOP-15407
-
None
Description
mvn test -Dtest=TestHDFSContractAppend#testAppendDirectory,TestRouterWebHDFSContractAppend#testAppendDirectory
In case of TestHDFSContractAppend the test excepts FileAlreadyExistsException but HDFS sends the exception wrapped into a RemoteException.
In case of TestRouterWebHDFSContractAppend the append does not even throw exception.
stevel@apache.org, tmarquardt, any thoughts?
Attachments
Attachments
Issue Links
- is related to
-
HADOOP-15762 AbstractContractAppendTest to add more tests, implementations to comply
- Open