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 3886F9D4F for ; Fri, 19 Dec 2014 14:38:21 +0000 (UTC) Received: (qmail 20658 invoked by uid 500); 19 Dec 2014 14:38:20 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 20614 invoked by uid 500); 19 Dec 2014 14:38:20 -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 20601 invoked by uid 99); 19 Dec 2014 14:38:20 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Dec 2014 14:38:20 +0000 Date: Fri, 19 Dec 2014 14:38:20 +0000 (UTC) From: "Hudson (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HADOOP-11125) Remove redundant tests in TestOsSecureRandom 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-11125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14253465#comment-14253465 ] Hudson commented on HADOOP-11125: --------------------------------- FAILURE: Integrated in Hadoop-Hdfs-trunk-Java8 #43 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk-Java8/43/]) HADOOP-11125. Remove redundant tests in TestOsSecureRandom. Contributed by Masanori Oyama. (wheat9: rev abb2ebbc3a58506d01e8450aaf713a47ed4a4446) * hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/crypto/random/TestOsSecureRandom.java * hadoop-common-project/hadoop-common/CHANGES.txt > Remove redundant tests in TestOsSecureRandom > -------------------------------------------- > > Key: HADOOP-11125 > URL: https://issues.apache.org/jira/browse/HADOOP-11125 > Project: Hadoop Common > Issue Type: Test > Reporter: Ted Yu > Assignee: Masanori Oyama > Labels: newbie > Fix For: 2.7.0 > > Attachments: HADOOP-11125-1.patch > > > From https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1897/console : > {code} > Running org.apache.hadoop.crypto.random.TestOsSecureRandom > Tests run: 7, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 120.516 sec <<< FAILURE! - in org.apache.hadoop.crypto.random.TestOsSecureRandom > testOsSecureRandomSetConf(org.apache.hadoop.crypto.random.TestOsSecureRandom) Time elapsed: 120.013 sec <<< ERROR! > java.lang.Exception: test timed out after 120000 milliseconds > at java.io.FileInputStream.readBytes(Native Method) > at java.io.FileInputStream.read(FileInputStream.java:220) > at java.io.BufferedInputStream.read1(BufferedInputStream.java:256) > at java.io.BufferedInputStream.read(BufferedInputStream.java:317) > at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:264) > at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:306) > at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:158) > at java.io.InputStreamReader.read(InputStreamReader.java:167) > at java.io.BufferedReader.fill(BufferedReader.java:136) > at java.io.BufferedReader.read1(BufferedReader.java:187) > at java.io.BufferedReader.read(BufferedReader.java:261) > at org.apache.hadoop.util.Shell$ShellCommandExecutor.parseExecResult(Shell.java:715) > at org.apache.hadoop.util.Shell.runCommand(Shell.java:524) > at org.apache.hadoop.util.Shell.run(Shell.java:455) > at org.apache.hadoop.util.Shell$ShellCommandExecutor.execute(Shell.java:702) > at org.apache.hadoop.crypto.random.TestOsSecureRandom.testOsSecureRandomSetConf(TestOsSecureRandom.java:149) > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)