Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 186AA10CA0 for ; Thu, 19 Feb 2015 14:18:21 +0000 (UTC) Received: (qmail 33135 invoked by uid 500); 19 Feb 2015 14:18:14 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 33089 invoked by uid 500); 19 Feb 2015 14:18:14 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 33077 invoked by uid 99); 19 Feb 2015 14:18:14 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Feb 2015 14:18:14 +0000 Date: Thu, 19 Feb 2015 14:18:14 +0000 (UTC) From: "Hudson (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HADOOP-11440) Use "test.build.data" instead of "build.test.dir" for testing in ClientBaseWithFixes MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HADOOP-11440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14327465#comment-14327465 ] Hudson commented on HADOOP-11440: --------------------------------- FAILURE: Integrated in Hadoop-Hdfs-trunk-Java8 #100 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk-Java8/100/]) HADOOP-11440. Use "test.build.data" instead of "build.test.dir" for testing in ClientBaseWithFixes. Contributed by Kengo Seki. (aajisaka: rev 18fb421fab73789a9b692f21a99d619b5dc5c9ff) * hadoop-common-project/hadoop-common/CHANGES.txt * hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/ha/ClientBaseWithFixes.java > 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 > Fix For: 2.7.0 > > 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)