Return-Path: X-Original-To: apmail-incubator-bigtop-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-bigtop-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4E8F6C1EE for ; Thu, 21 Jun 2012 21:39:43 +0000 (UTC) Received: (qmail 45925 invoked by uid 500); 21 Jun 2012 21:39:43 -0000 Delivered-To: apmail-incubator-bigtop-dev-archive@incubator.apache.org Received: (qmail 45879 invoked by uid 500); 21 Jun 2012 21:39:43 -0000 Mailing-List: contact bigtop-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: bigtop-dev@incubator.apache.org Delivered-To: mailing list bigtop-dev@incubator.apache.org Received: (qmail 45688 invoked by uid 99); 21 Jun 2012 21:39:43 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jun 2012 21:39:43 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id D9C85142863 for ; Thu, 21 Jun 2012 21:39:42 +0000 (UTC) Date: Thu, 21 Jun 2012 21:39:42 +0000 (UTC) From: "Roman Shaposhnik (JIRA)" To: bigtop-dev@incubator.apache.org Message-ID: <641329621.41327.1340314782894.JavaMail.jiratomcat@issues-vm> In-Reply-To: <1550984838.4456.1339452523545.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (BIGTOP-625) Add HDFS Append 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/BIGTOP-625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13398883#comment-13398883 ] Roman Shaposhnik commented on BIGTOP-625: ----------------------------------------- Was this tested? 'cuz the following looks suspect: {noformat} @Test public void testAppendOnPreExistingFile() { // configuration and file system set up Configuration conf = new Configuration(); String namenode = conf.get("fs.defaultFS"); if (sh.getRet() != 0) { {noformat} I don't see any prior calls to sh.exec() to make sh.getRe() work. > Add HDFS Append Test > -------------------- > > Key: BIGTOP-625 > URL: https://issues.apache.org/jira/browse/BIGTOP-625 > Project: Bigtop > Issue Type: Test > Affects Versions: 0.4.0 > Reporter: Sujay Rau > Assignee: Sujay Rau > Fix For: 0.4.0 > > Attachments: bigtop-625.txt > > > Wrote a test that checks functionality of hdfs append in a few scenarios. -- 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