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 DCC4A181C9 for ; Fri, 19 Jun 2015 14:20:00 +0000 (UTC) Received: (qmail 6482 invoked by uid 500); 19 Jun 2015 14:20:00 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 6429 invoked by uid 500); 19 Jun 2015 14:20:00 -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 6414 invoked by uid 99); 19 Jun 2015 14:20:00 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Jun 2015 14:20:00 +0000 Date: Fri, 19 Jun 2015 14:20:00 +0000 (UTC) From: "Tony Reix (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HADOOP-12106) org.apache.hadoop.crypto.TestCryptoStreamsForLocalFS fails on AIX 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-12106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14593455#comment-14593455 ] Tony Reix commented on HADOOP-12106: ------------------------------------ I would recommend you to run these tests on Linux/x86_64 with IBM JVM 1.7 . Take care that these tests are failing randomly on Linux/x86_64 with IBM JVM, though they fail constantly on AIX. mvn test -Dtest=org.apache.hadoop.crypto.TestCryptoStreamsForLocalFS -l mvn.Test.TestCryptoStreamsForLocalFS.res -fn -X You can get the IBM JVM from here: http://www.ibm.com/developerworks/java/jdk/aix/service.html > org.apache.hadoop.crypto.TestCryptoStreamsForLocalFS fails on AIX > ----------------------------------------------------------------- > > Key: HADOOP-12106 > URL: https://issues.apache.org/jira/browse/HADOOP-12106 > Project: Hadoop Common > Issue Type: Bug > Affects Versions: 2.6.0, 2.7.0 > Environment: Hadoop 2.60 and 2.7+ > - AIX/PowerPC/IBMJVM > - Ubuntu/i386/IBMJVM > Reporter: Tony Reix > Attachments: mvn.Test.TestCryptoStreamsForLocalFS.res20.AIX.Errors, mvn.Test.TestCryptoStreamsForLocalFS.res20.Ubuntu-i386.IBMJVM.Errors, mvn.Test.TestCryptoStreamsForLocalFS.res22.OpenJDK.Errors > > > On AIX (IBM JVM available only), many sub-tests of : > org.apache.hadoop.crypto.TestCryptoStreamsForLocalFS > fail: > Tests run: 13, Failures: 5, Errors: 1, Skipped: > - testCryptoIV > - testSeek > - testSkip > - testAvailable > - testPositionedRead > When testing SAME exact code on Ubuntu/i386 : > - with OpenJDK, all tests are OK > - with IBM JVM, tests randomly fail. > The issue may be in the IBM JVM, or in some Hadoop code that not perfectly handles differences due to different IBM JVM. -- This message was sent by Atlassian JIRA (v6.3.4#6332)