Return-Path: X-Original-To: apmail-flink-dev-archive@www.apache.org Delivered-To: apmail-flink-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B64EF18268 for ; Fri, 12 Feb 2016 13:36:18 +0000 (UTC) Received: (qmail 76772 invoked by uid 500); 12 Feb 2016 13:36:18 -0000 Delivered-To: apmail-flink-dev-archive@flink.apache.org Received: (qmail 76662 invoked by uid 500); 12 Feb 2016 13:36:18 -0000 Mailing-List: contact dev-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list dev@flink.apache.org Received: (qmail 76630 invoked by uid 99); 12 Feb 2016 13:36:18 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Feb 2016 13:36:18 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 0CE9E2C14F4 for ; Fri, 12 Feb 2016 13:36:18 +0000 (UTC) Date: Fri, 12 Feb 2016 13:36:18 +0000 (UTC) From: "Greg Hogan (JIRA)" To: dev@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (FLINK-3393) ExternalProcessRunner wait to finish copying error stream MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Greg Hogan created FLINK-3393: --------------------------------- Summary: ExternalProcessRunner wait to finish copying error stream Key: FLINK-3393 URL: https://issues.apache.org/jira/browse/FLINK-3393 Project: Flink Issue Type: Bug Reporter: Greg Hogan Assignee: Greg Hogan Priority: Trivial Travis CI reported the following error, which could be caused by {{ExternalProcessRunner.run}} returning before the {{PipeForwarder}} has finished copying standard error. Resolution is for {{ExternalProcessRunner.run}} to join on the {{PipeForwarder}}. {code} Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.414 sec <<< FAILURE! - in org.apache.flink.util.ExternalProcessRunnerTest testFailing(org.apache.flink.util.ExternalProcessRunnerTest) Time elapsed: 0.405 sec <<< FAILURE! java.lang.AssertionError: null at org.junit.Assert.fail(Assert.java:86) at org.junit.Assert.assertTrue(Assert.java:41) at org.junit.Assert.assertTrue(Assert.java:52) at org.apache.flink.util.ExternalProcessRunnerTest.testFailing(ExternalProcessRunnerTest.java:75) {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)