Return-Path: X-Original-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-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 F41DA17E84 for ; Fri, 10 Oct 2014 13:57:42 +0000 (UTC) Received: (qmail 77622 invoked by uid 500); 10 Oct 2014 13:57:42 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 77561 invoked by uid 500); 10 Oct 2014 13:57:42 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 77549 invoked by uid 99); 10 Oct 2014 13:57:42 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Oct 2014 13:57:42 +0000 Date: Fri, 10 Oct 2014 13:57:42 +0000 (UTC) From: "Hudson (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (MAPREDUCE-6122) TestLineRecordReader may fail due to test data files checked out of git with incorrect line endings. 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/MAPREDUCE-6122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14166862#comment-14166862 ] Hudson commented on MAPREDUCE-6122: ----------------------------------- FAILURE: Integrated in Hadoop-Hdfs-trunk #1897 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/1897/]) MAPREDUCE-6122. TestLineRecordReader may fail due to test data files checked out of git with incorrect line endings. Contributed by Chris Nauroth. (cnauroth: rev 684170d5efdc11bcd9967168f44a428d1a72af3c) * hadoop-mapreduce-project/CHANGES.txt * hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/pom.xml * hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/.gitattributes MAPREDUCE-6122. Fix CHANGES.txt. (cnauroth: rev 2f0166db560b180e8d07c10ba9ad4bfaf2aa7b36) * hadoop-mapreduce-project/CHANGES.txt > TestLineRecordReader may fail due to test data files checked out of git with incorrect line endings. > ---------------------------------------------------------------------------------------------------- > > Key: MAPREDUCE-6122 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-6122 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: test > Reporter: Chris Nauroth > Assignee: Chris Nauroth > Priority: Trivial > Fix For: 2.6.0 > > Attachments: MAPREDUCE-6122.1.patch > > > {{TestLineRecordReader}} uses several test input files at src/test/resources/*.txt. Some of the tests expect a specific length for the files, such as dealing with a record that spans multiple splits. If they get checked out of git with CRLF line endings by mistake, then the test assertions will fail. -- This message was sent by Atlassian JIRA (v6.3.4#6332)