From common-issues-return-106842-apmail-hadoop-common-issues-archive=hadoop.apache.org@hadoop.apache.org Fri Apr 8 11:58:27 2016 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 50C87193D6 for ; Fri, 8 Apr 2016 11:58:27 +0000 (UTC) Received: (qmail 86052 invoked by uid 500); 8 Apr 2016 11:58:26 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 85580 invoked by uid 500); 8 Apr 2016 11:58:26 -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 85567 invoked by uid 99); 8 Apr 2016 11:58:25 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Apr 2016 11:58:25 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 824812C1F60 for ; Fri, 8 Apr 2016 11:58:25 +0000 (UTC) Date: Fri, 8 Apr 2016 11:58:25 +0000 (UTC) From: "Steve Loughran (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HADOOP-13006) FileContextMainOperationsBaseTest.testListStatusThrowsExceptionForNonExistentFile() doesnt run 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-13006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15232077#comment-15232077 ] Steve Loughran commented on HADOOP-13006: ----------------------------------------- +1, committing. Thanks! > FileContextMainOperationsBaseTest.testListStatusThrowsExceptionForNonExistentFile() doesnt run > ---------------------------------------------------------------------------------------------- > > Key: HADOOP-13006 > URL: https://issues.apache.org/jira/browse/HADOOP-13006 > Project: Hadoop Common > Issue Type: Bug > Components: test > Affects Versions: 2.8.0 > Reporter: Steve Loughran > Assignee: Kai Sasaki > Priority: Minor > Attachments: HADOOP-13006.01.patch > > > The test method {{FileContextMainOperationsBaseTest.testListStatusThrowsExceptionForNonExistentFile() doesnt run, because it's a Junit 3 test in a JUnit 4 class; it needs a {{@Test}} annotation. -- This message was sent by Atlassian JIRA (v6.3.4#6332)