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 B8EDB9D7D for ; Tue, 31 Jan 2012 17:56:33 +0000 (UTC) Received: (qmail 26307 invoked by uid 500); 31 Jan 2012 17:56:33 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 25840 invoked by uid 500); 31 Jan 2012 17:56:32 -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 25828 invoked by uid 99); 31 Jan 2012 17:56:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Jan 2012 17:56:31 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Jan 2012 17:56:30 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id DEB3C181B36 for ; Tue, 31 Jan 2012 17:56:10 +0000 (UTC) Date: Tue, 31 Jan 2012 17:56:10 +0000 (UTC) From: "Daryn Sharp (Updated) (JIRA)" To: common-issues@hadoop.apache.org Message-ID: <904033396.12170.1328032570913.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (HADOOP-8006) TestFSInputChecker is failing in trunk. 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-8006?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daryn Sharp updated HADOOP-8006: -------------------------------- Attachment: HADOOP-8006.patch Wrap a checksum stream, or real stream, with the existing skip/seek semantics. This preserves the inconsistent behavior and should be completely backwards-compatible. > TestFSInputChecker is failing in trunk. > --------------------------------------- > > Key: HADOOP-8006 > URL: https://issues.apache.org/jira/browse/HADOOP-8006 > Project: Hadoop Common > Issue Type: Bug > Components: fs > Affects Versions: 0.24.0 > Reporter: Uma Maheswara Rao G > Assignee: Daryn Sharp > Attachments: HADOOP-8006.patch, HADOOP-8006.patch, HADOOP-8006.patch > > > Trunk build number 939 failed with TestFSInputChecker. > https://builds.apache.org/job/Hadoop-Hdfs-trunk/939/ > junit.framework.AssertionFailedError: expected:<10> but was:<0> > at junit.framework.Assert.fail(Assert.java:47) > at junit.framework.Assert.failNotEquals(Assert.java:283) > at junit.framework.Assert.assertEquals(Assert.java:64) > at junit.framework.Assert.assertEquals(Assert.java:130) > at junit.framework.Assert.assertEquals(Assert.java:136) > at org.apache.hadoop.hdfs.TestFSInputChecker.checkSkip(TestFSInputChecker.java:194) > at org.apache.hadoop.hdfs.TestFSInputChecker.testChecker(TestFSInputChecker.java:224) -- 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