Details
Description
In TestHdfsHelper#startMiniHdfs, jceks path is generated as:
final String jceksPath = JavaKeyStoreProvider.SCHEME_NAME + "://file" + new Path(helper.getTestRootDir(), "test.jks").toUri();
while the path from getTestRootDir() is a relative path (in windows), the result will be incorrect due to no "/" between "://file" and the relative path.
Attachments
Attachments
Issue Links
- is related to
-
HADOOP-15475 Fix broken unit tests on Windows
- Open
-
HDFS-13627 TestErasureCodingExerciseAPIs fails on Windows
- Resolved
-
HDFS-13651 TestReencryptionHandler fails on Windows
- Resolved