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/03/28 19:56:26 UTC

[jira] [Commented] (GEODE-103) BlockingProcessStreamReaderJUnitTest fails to start process within timeout

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

Bruce Schuchardt commented on GEODE-103:
----------------------------------------

This failed again in geode-nightly build #419

https://builds.apache.org/job/Geode-nightly/419/testReport/com.gemstone.gemfire.internal.process/BlockingProcessStreamReaderJUnitTest/capturesStderrWhileProcessIsAlive/

revision d655d27f4be2f32c2cdcf982ba2e4f553727845f

java.lang.AssertionError: Process never started within timeout of 60000 milliseconds
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at com.gemstone.gemfire.internal.process.ProcessStreamReaderTestCase.assertEventuallyTrue(ProcessStreamReaderTestCase.java:112)
	at com.gemstone.gemfire.internal.process.BlockingProcessStreamReaderJUnitTest.capturesStderrWhileProcessIsAlive(BlockingProcessStreamReaderJUnitTest.java:288)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)


> BlockingProcessStreamReaderJUnitTest fails to start process within timeout
> --------------------------------------------------------------------------
>
>                 Key: GEODE-103
>                 URL: https://issues.apache.org/jira/browse/GEODE-103
>             Project: Geode
>          Issue Type: Bug
>         Environment: CentOS 6.5, JDK 1.8.0_45
>            Reporter: Kirk Lund
>            Assignee: Kirk Lund
>            Priority: Minor
>              Labels: CI
>             Fix For: 1.0.0-incubating.M1
>
>
> This integration test occasionally times out when forking a process:
> {code}
> junit.framework.AssertionFailedError: Process never started
> 	at com.gemstone.gemfire.internal.process.ProcessStreamReaderTestCase.assertEventuallyTrue(ProcessStreamReaderTestCase.java:96)
> 	at com.gemstone.gemfire.internal.process.BlockingProcessStreamReaderJUnitTest.capturesStderrWhileProcessIsAlive(BlockingProcessStreamReaderJUnitTest.java:270)
> {code}



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