You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Bruce Schuchardt (JIRA)" <ji...@apache.org> on 2016/09/30 20:25:21 UTC

[jira] [Commented] (GEODE-209) FailWithTimeoutOfWaitForOutputToMatchJUnitTest.testFailWithTimeoutOfWaitForOutputToMatch is not stable

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

Bruce Schuchardt commented on GEODE-209:
----------------------------------------

This test is still failing periodically in CI runs

SHA: 44427d4e9e68285001363527c2c063128e6e763c
{noformat}
org.apache.geode.test.process.MainLauncher org.apache.geode.test.golden.FailWithTimeoutOfWaitForOutputToMatchJUnitTest
	at org.apache.geode.test.process.ProcessStreamReader.start(ProcessStreamReader.java:52)
	at org.apache.geode.test.process.ProcessOutputReader.start(ProcessOutputReader.java:44)
	at org.apache.geode.test.process.ProcessWrapper.start(ProcessWrapper.java:323)
	at org.apache.geode.test.process.ProcessWrapper.access$000(ProcessWrapper.java:41)
{noformat}

SHA: 44427d4e9e68285001363527c2c063128e6e763c
{noformat}
org.apache.geode.test.process.MainLauncher org.apache.geode.test.golden.FailWithTimeoutOfWaitForOutputToMatchJUnitTest
	at org.apache.geode.test.process.ProcessStreamReader.start(ProcessStreamReader.java:52)
	at org.apache.geode.test.process.ProcessOutputReader.start(ProcessOutputReader.java:44)
	at org.apache.geode.test.process.ProcessWrapper.start(ProcessWrapper.java:323)
	at org.apache.geode.test.process.ProcessWrapper.access$000(ProcessWrapper.java:41)
	at org.apache.geode.test.process.ProcessWrapper$1.run(ProcessWrapper.java:253)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.io.IOException: Stream closed
	at java.io.BufferedInputStream.getBufIfOpen(BufferedInputStream.java:170)
	at java.io.BufferedInputStream.read1(BufferedInputStream.java:283)
	at java.io.BufferedInputStream.read(BufferedInputStream.java:345)
	at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:284)
	at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:326)
	at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:178)
	at java.io.InputStreamReader.read(InputStreamReader.java:184)
	at java.io.BufferedReader.fill(BufferedReader.java:161)
	at java.io.BufferedReader.readLine(BufferedReader.java:324)
	at java.io.BufferedReader.readLine(BufferedReader.java:389)
	at org.apache.geode.test.process.ProcessStreamReader.run(ProcessStreamReader.java:60)
{noformat}

> FailWithTimeoutOfWaitForOutputToMatchJUnitTest.testFailWithTimeoutOfWaitForOutputToMatch is not stable
> ------------------------------------------------------------------------------------------------------
>
>                 Key: GEODE-209
>                 URL: https://issues.apache.org/jira/browse/GEODE-209
>             Project: Geode
>          Issue Type: Bug
>    Affects Versions: 1.0.0-incubating.M1
>            Reporter: Ashvin
>            Assignee: Kirk Lund
>            Priority: Minor
>              Labels: ci
>             Fix For: 1.0.0-incubating.M1
>
>
> FailWithTimeoutOfWaitForOutputToMatchJUnitTest.testFailWithTimeoutOfWaitForOutputToMatch failed 5 times in the last 30 runs. It is failing in the tearDown phase.
> {quote}
> java.lang.AssertionError
> 	at org.junit.Assert.fail(Assert.java:86)
> 	at org.junit.Assert.assertTrue(Assert.java:41)
> 	at org.junit.Assert.assertFalse(Assert.java:64)
> 	at org.junit.Assert.assertFalse(Assert.java:74)
> 	at com.gemstone.gemfire.test.golden.FailWithTimeoutOfWaitForOutputToMatchJUnitTest.subTearDown(FailWithTimeoutOfWaitForOutputToMatchJUnitTest.java:20)
> 	at com.gemstone.gemfire.test.golden.GoldenTestCase.tearDownGoldenTest(GoldenTestCase.java:49)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> {quote}
> {code}
>   public void subTearDown() throws Exception {
>     this.process.waitFor();
>     assertFalse(this.process.isAlive());
>   }
> {code}
> Fix to GEODE-127 may have caused this issue.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)