[ 
https://issues.apache.org/jira/browse/GEODE-291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Anthony Baker updated GEODE-291:
--------------------------------
    Affects Version/s:     (was: 1.0.0-incubating)
                       1.0.0-alpha1

> 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-alpha1
>            Reporter: Kirk Lund
>            Assignee: Kirk Lund
>              Labels: ci
>             Fix For: 1.0.0-alpha1
>
>
> 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)

Reply via email to