From common-dev-return-73165-apmail-hadoop-common-dev-archive=hadoop.apache.org@hadoop.apache.org Wed Jan 06 15:38:17 2010 Return-Path: Delivered-To: apmail-hadoop-common-dev-archive@www.apache.org Received: (qmail 64548 invoked from network); 6 Jan 2010 15:38:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Jan 2010 15:38:17 -0000 Received: (qmail 98531 invoked by uid 500); 6 Jan 2010 15:38:16 -0000 Delivered-To: apmail-hadoop-common-dev-archive@hadoop.apache.org Received: (qmail 98441 invoked by uid 500); 6 Jan 2010 15:38:16 -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 98332 invoked by uid 99); 6 Jan 2010 15:38:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jan 2010 15:38:15 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jan 2010 15:38:15 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2093E234C052 for ; Wed, 6 Jan 2010 07:37:55 -0800 (PST) Message-ID: <959128260.69451262792275131.JavaMail.jira@brutus.apache.org> Date: Wed, 6 Jan 2010 15:37:55 +0000 (UTC) From: "Steve Loughran (JIRA)" To: common-dev@hadoop.apache.org Subject: [jira] Created: (HADOOP-6479) TestUTF8 assertions could fail with better text MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 TestUTF8 assertions could fail with better text ------------------------------------------------ Key: HADOOP-6479 URL: https://issues.apache.org/jira/browse/HADOOP-6479 Project: Hadoop Common Issue Type: Improvement Components: test Affects Versions: 0.22.0 Reporter: Steve Loughran Assignee: Steve Loughran Priority: Minor My HADOOP-6220 patch failed on Hudson with an error TestUTF8, but not one that is in any way useful: {code} Error Message: null Stacktrace: junit.framework.AssertionFailedError: null at org.apache.hadoop.io.TestUTF8.testIO(TestUTF8.java:80) {code} The tests should use better assertions for easier diagnostics -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.