You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2015/12/01 23:22:11 UTC

[jira] [Commented] (GEODE-291) integrationTest target should not print a ProcessStreamReader stack trace to stderr

    [ https://issues.apache.org/jira/browse/GEODE-291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15034723#comment-15034723 ] 

ASF subversion and git services commented on GEODE-291:
-------------------------------------------------------

Commit 857b86f6bda728752f3c3c54501b248e7d312e66 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=857b86f ]

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)