Return-Path: X-Original-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-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 E7D35CFE1 for ; Thu, 9 Aug 2012 14:56:21 +0000 (UTC) Received: (qmail 64848 invoked by uid 500); 9 Aug 2012 14:56:20 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 64791 invoked by uid 500); 9 Aug 2012 14:56:20 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-issues@hadoop.apache.org Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 64735 invoked by uid 99); 9 Aug 2012 14:56:20 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Aug 2012 14:56:20 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 775391404B4 for ; Thu, 9 Aug 2012 14:56:20 +0000 (UTC) Date: Thu, 9 Aug 2012 14:56:20 +0000 (UTC) From: "Hudson (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: <1399355538.1869.1344524180495.JavaMail.jiratomcat@issues-vm> In-Reply-To: <230708325.33028.1341969215487.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (HDFS-3634) Add self-contained, mavenized fuse_dfs test 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/HDFS-3634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13431876#comment-13431876 ] Hudson commented on HDFS-3634: ------------------------------ Integrated in Hadoop-Hdfs-trunk-Commit #2631 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/2631/]) HDFS-3634. Add self-contained, mavenized fuse_dfs test. Contributed by Colin Patrick McCabe. (Revision 1371231) Result = SUCCESS atm : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1371231 Files : * /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt * /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/CMakeLists.txt * /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/native/fuse-dfs/CMakeLists.txt * /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/native/fuse-dfs/test/fuse_workload.c * /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/native/fuse-dfs/test/fuse_workload.h * /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/native/fuse-dfs/test/test_fuse_dfs.c * /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/native/libhdfs/expect.h * /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/native/libhdfs/native_mini_dfs.c * /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/native/libhdfs/native_mini_dfs.h * /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/native/util/posix_util.c * /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/native/util/posix_util.h > Add self-contained, mavenized fuse_dfs test > ------------------------------------------- > > Key: HDFS-3634 > URL: https://issues.apache.org/jira/browse/HDFS-3634 > Project: Hadoop HDFS > Issue Type: Test > Components: fuse-dfs > Affects Versions: 2.1.0-alpha > Reporter: Colin Patrick McCabe > Assignee: Colin Patrick McCabe > Priority: Minor > Fix For: 2.2.0-alpha > > Attachments: HDFS-3634.002.patch, HDFS-3634.003.patch, HDFS-3634.004.patch, HDFS-3634.005.patch, HDFS-3634.006.patch > > > We should have a self-contained, mavenized FUSE unit test which runs as part of the normal build and can detect problems. Of course, because FUSE is an optional build component, the unit test won't run unless the user has FUSE installed. However, it would be very useful in improving the quality of fuse_dfs and detecting regressions. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira