Return-Path: X-Original-To: apmail-commons-issues-archive@minotaur.apache.org Delivered-To: apmail-commons-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 AC1FF184D2 for ; Wed, 6 Jan 2016 01:24:40 +0000 (UTC) Received: (qmail 78344 invoked by uid 500); 6 Jan 2016 01:24:40 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 78243 invoked by uid 500); 6 Jan 2016 01:24:40 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 78170 invoked by uid 99); 6 Jan 2016 01:24:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jan 2016 01:24:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D76822C1F56 for ; Wed, 6 Jan 2016 01:24:39 +0000 (UTC) Date: Wed, 6 Jan 2016 01:24:39 +0000 (UTC) From: "Siegfried Goeschl (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (EXEC-86) Test failure with Java 8 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/EXEC-86?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15084495#comment-15084495 ] Siegfried Goeschl commented on EXEC-86: --------------------------------------- * On Mac OS X 10.11.2 and JDK 1.8.0_66 the test work as expected but the patch is actually not required since it does not hang - if I increase the stop timeout the process is terminated cleanly and "ExecuteException" is never thrown * On Ubuntu 15.10 and JDK 1.8.0_66 the join works nicely and therefore the expected "ExecuteException" is never thrown * The Linux kernel 2.6.18 was released 2007 und is used in RHEL 5.5 (2010-03-30) So I think the patch fixes a problem for old Unix/Linux kernels and the test is actually broken on newer systems > Test failure with Java 8 > ------------------------ > > Key: EXEC-86 > URL: https://issues.apache.org/jira/browse/EXEC-86 > Project: Commons Exec > Issue Type: Bug > Affects Versions: 1.2 > Reporter: Emmanuel Bourg > Assignee: Siegfried Goeschl > Fix For: 1.4 > > > Exec57Test.testExec_57 fails on Linux with OpenJDK 8u5: > {code} > ------------------------------------------------------------------------------- > Test set: org.apache.commons.exec.issues.Exec57Test > ------------------------------------------------------------------------------- > Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec <<< FAILURE! - in org.apache.commons.exec.issues.Exec57Test > testExec_57(org.apache.commons.exec.issues.Exec57Test) Time elapsed: 0.001 sec <<< FAILURE! > java.lang.AssertionError: Expecting an ExecuteException > at org.junit.Assert.fail(Assert.java:88) > at org.apache.commons.exec.issues.Exec57Test.testExec_57(Exec57Test.java:82) > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)