[ https://issues.apache.org/jira/browse/HADOOP-11440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Akira AJISAKA updated HADOOP-11440: ----------------------------------- Description: In ClientBaseWithFixes.java, the base directory for tests are set in the following: {code} static final File BASETEST = new File(System.getProperty("build.test.dir", "build")); {code} There is no property "build.test.dir", so {{BASETEST}} is always "build". We should use "test.build.data" instead of "build.test.dir". was: In ClientBaseWithFixes.java, the base directory for tests are set in the following: {code} static final File BASETEST = new File(System.getProperty("build.test.dir", "build")); {code} There is no property "build.test.dir", so {{BASETEST}} is always "build". We should use "test.build.dir" instead of "build.test.dir". Target Version/s: 2.7.0 Summary: Use "test.build.data" instead of "build.test.dir" for testing in ClientBaseWithFixes (was: Use "test.build.dir" instead of "build.test.dir" for testing in ClientBaseWithFixes) Hadoop Flags: Reviewed LGTM, +1. Committing this. > Use "test.build.data" instead of "build.test.dir" for testing in > ClientBaseWithFixes > ------------------------------------------------------------------------------------ > > Key: HADOOP-11440 > URL: https://issues.apache.org/jira/browse/HADOOP-11440 > Project: Hadoop Common > Issue Type: Improvement > Affects Versions: 2.6.0 > Reporter: Akira AJISAKA > Assignee: Kengo Seki > Priority: Minor > Labels: newbie > Attachments: HADOOP-11440.001.patch > > > In ClientBaseWithFixes.java, the base directory for tests are set in the > following: > {code} > static final File BASETEST = > new File(System.getProperty("build.test.dir", "build")); > {code} > There is no property "build.test.dir", so {{BASETEST}} is always "build". We > should use "test.build.data" instead of "build.test.dir". -- This message was sent by Atlassian JIRA (v6.3.4#6332)