Return-Path: X-Original-To: apmail-hadoop-common-dev-archive@www.apache.org Delivered-To: apmail-hadoop-common-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 86BB4D191 for ; Mon, 3 Dec 2012 20:56:02 +0000 (UTC) Received: (qmail 87580 invoked by uid 500); 3 Dec 2012 20:55:59 -0000 Delivered-To: apmail-hadoop-common-dev-archive@hadoop.apache.org Received: (qmail 87460 invoked by uid 500); 3 Dec 2012 20:55:59 -0000 Mailing-List: contact common-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-dev@hadoop.apache.org Received: (qmail 87255 invoked by uid 99); 3 Dec 2012 20:55:59 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Dec 2012 20:55:59 +0000 Date: Mon, 3 Dec 2012 20:55:59 +0000 (UTC) From: "Jing Zhao (JIRA)" To: common-dev@hadoop.apache.org Message-ID: <551241479.55061.1354568159211.JavaMail.jiratomcat@arcas> Subject: [jira] [Created] (HADOOP-9111) Fix failed testcases with @ignore annotation In branch-1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Jing Zhao created HADOOP-9111: --------------------------------- Summary: Fix failed testcases with @ignore annotation In branch-1 Key: HADOOP-9111 URL: https://issues.apache.org/jira/browse/HADOOP-9111 Project: Hadoop Common Issue Type: Bug Affects Versions: 1.0.0 Reporter: Jing Zhao Assignee: Jing Zhao Currently in branch-1, several failed testcases have @ignore annotation which does not take effect because these testcases are still using JUnit3. This jira plans to change these testcases to JUnit4 to let @ignore work. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira