Return-Path: X-Original-To: apmail-geode-issues-archive@minotaur.apache.org Delivered-To: apmail-geode-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 11E2918B63 for ; Fri, 11 Dec 2015 22:06:11 +0000 (UTC) Received: (qmail 87432 invoked by uid 500); 11 Dec 2015 22:06:09 -0000 Delivered-To: apmail-geode-issues-archive@geode.apache.org Received: (qmail 87343 invoked by uid 500); 11 Dec 2015 22:06:09 -0000 Mailing-List: contact issues-help@geode.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.incubator.apache.org Delivered-To: mailing list issues@geode.incubator.apache.org Received: (qmail 87280 invoked by uid 99); 11 Dec 2015 22:06:09 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Dec 2015 22:06:09 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 0959DC1703 for ; Fri, 11 Dec 2015 22:06:09 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.79 X-Spam-Level: X-Spam-Status: No, score=0.79 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 73ReYXfJkTM9 for ; Fri, 11 Dec 2015 22:05:53 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with SMTP id D116224DB9 for ; Fri, 11 Dec 2015 22:05:47 +0000 (UTC) Received: (qmail 80114 invoked by uid 99); 11 Dec 2015 22:05:46 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Dec 2015 22:05:46 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id AF3112C1F62 for ; Fri, 11 Dec 2015 22:05:46 +0000 (UTC) Date: Fri, 11 Dec 2015 22:05:46 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: issues@geode.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (GEODE-291) integrationTest target should not print a ProcessStreamReader stack trace to stderr 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/GEODE-291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15053660#comment-15053660 ] ASF subversion and git services commented on GEODE-291: ------------------------------------------------------- Commit 9da3f61ca8ceed4ca350e4caf277a542d1d354c9 in incubator-geode's branch refs/heads/feature/GEODE-291 from [~apache@the9muses.net] [ https://git-wip-us.apache.org/repos/asf?p=incubator-geode.git;h=9da3f61 ] Merge remote-tracking branch 'origin/develop' into feature/GEODE-291 > integrationTest target should not print a ProcessStreamReader stack trace to stderr > ----------------------------------------------------------------------------------- > > Key: GEODE-291 > URL: https://issues.apache.org/jira/browse/GEODE-291 > Project: Geode > Issue Type: Bug > Components: tests > Affects Versions: 1.0.0-incubating > Reporter: Kirk Lund > Assignee: Kirk Lund > Labels: ci > Fix For: 1.0.0-incubating > > > One of the IntegrationTests is printing a stack trace to stderr. This should either be suppressed or the test causing it should stop the reader thread more gracefully. > {noformat} > :gemfire-core:integrationTestjava.lang.Throwable > at com.gemstone.gemfire.test.process.ProcessStreamReader.start(ProcessStreamReader.java:46) > at com.gemstone.gemfire.test.process.ProcessOutputReader.waitFor(ProcessOutputReader.java:31) > at com.gemstone.gemfire.test.process.ProcessWrapper.start(ProcessWrapper.java:314) > at com.gemstone.gemfire.test.process.ProcessWrapper.access$000(ProcessWrapper.java:31) > at com.gemstone.gemfire.test.process.ProcessWrapper$1.run(ProcessWrapper.java:244) > at java.lang.Thread.run(Thread.java:745) > Caused by: java.io.IOException: Stream closed > at java.io.BufferedInputStream.getBufIfOpen(BufferedInputStream.java:162) > at java.io.BufferedInputStream.read1(BufferedInputStream.java:272) > at java.io.BufferedInputStream.read(BufferedInputStream.java:334) > at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:283) > at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:325) > at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:177) > at java.io.InputStreamReader.read(InputStreamReader.java:184) > at java.io.BufferedReader.fill(BufferedReader.java:154) > at java.io.BufferedReader.readLine(BufferedReader.java:317) > at java.io.BufferedReader.readLine(BufferedReader.java:382) > at com.gemstone.gemfire.test.process.ProcessStreamReader.run(ProcessStreamReader.java:54) > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)