You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Barry Oglesby (Jira)" <ji...@apache.org> on 2019/09/10 18:52:00 UTC

[jira] [Created] (GEODE-7183) CI Failure: ClientServerFunctionExecutionDUnitTest > testServerExecution_SocketTimeOut_WithoutRegister[ExecuteFunctionById] failed with AssertionError

Barry Oglesby created GEODE-7183:
------------------------------------

             Summary: CI Failure: ClientServerFunctionExecutionDUnitTest > testServerExecution_SocketTimeOut_WithoutRegister[ExecuteFunctionById] failed with AssertionError
                 Key: GEODE-7183
                 URL: https://issues.apache.org/jira/browse/GEODE-7183
             Project: Geode
          Issue Type: Bug
          Components: functions
            Reporter: Barry Oglesby


{noformat}
org.apache.geode.internal.cache.execute.ClientServerFunctionExecutionDUnitTest > testServerExecution_SocketTimeOut_WithoutRegister[ExecuteFunctionById] FAILED
    org.apache.geode.test.dunit.RMIException: While invoking org.apache.geode.internal.cache.execute.ClientServerFunctionExecutionDUnitTest$$Lambda$68/1900027546.run in VM 3 running on Host 6c6dc0c2627c with 4 VMs
        at org.apache.geode.test.dunit.VM.executeMethodOnObject(VM.java:579)
        at org.apache.geode.test.dunit.VM.invoke(VM.java:406)
        at org.apache.geode.internal.cache.execute.ClientServerFunctionExecutionDUnitTest.testServerExecution_SocketTimeOut_WithoutRegister(ClientServerFunctionExecutionDUnitTest.java:339)

        Caused by:
        java.lang.AssertionError: Test failed after the execute operation
            at org.junit.Assert.fail(Assert.java:88)
            at org.apache.geode.internal.cache.execute.ClientServerFunctionExecutionDUnitTest.allServerExecution(ClientServerFunctionExecutionDUnitTest.java:891)
            at org.apache.geode.internal.cache.execute.ClientServerFunctionExecutionDUnitTest.lambda$testServerExecution_SocketTimeOut_WithoutRegister$bb17a952$2(ClientServerFunctionExecutionDUnitTest.java:339)
{noformat}
The test logs this exception right before the failure:
{noformat}
[vm3] [info 2019/09/09 18:00:10.793 GMT &lt;RMI TCP Connection(26)-172.17.0.19&gt; tid=0xb1] Exception : 
[vm3] org.apache.geode.cache.client.ServerConnectivityException: Pool unexpected SocketException connection=Pooled Connection to 6c6dc0c2627c:25980: Connection[DESTROYED]). Server unreachable: could not connect after 1 attempts
[vm3] 	at org.apache.geode.cache.client.internal.OpExecutorImpl.handleException(OpExecutorImpl.java:659)
[vm3] 	at org.apache.geode.cache.client.internal.OpExecutorImpl.handleException(OpExecutorImpl.java:501)
[vm3] 	at org.apache.geode.cache.client.internal.OpExecutorImpl.executeOnServer(OpExecutorImpl.java:331)
[vm3] 	at org.apache.geode.cache.client.internal.OpExecutorImpl.executeOn(OpExecutorImpl.java:300)
[vm3] 	at org.apache.geode.cache.client.internal.PoolImpl.executeOn(PoolImpl.java:814)
[vm3] 	at org.apache.geode.cache.client.internal.SingleHopOperationCallable.call(SingleHopOperationCallable.java:52)
[vm3] 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[vm3] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[vm3] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[vm3] 	at java.lang.Thread.run(Thread.java:748)
[vm3] Caused by: java.net.SocketException: Socket is closed
[vm3] 	at java.net.Socket.setSoTimeout(Socket.java:1137)
[vm3] 	at org.apache.geode.cache.client.internal.AbstractOpWithTimeout.attempt(AbstractOpWithTimeout.java:48)
[vm3] 	at org.apache.geode.cache.client.internal.ConnectionImpl.execute(ConnectionImpl.java:263)
[vm3] 	at org.apache.geode.cache.client.internal.pooling.PooledConnection.execute(PooledConnection.java:353)
[vm3] 	at org.apache.geode.cache.client.internal.OpExecutorImpl.executeWithPossibleReAuthentication(OpExecutorImpl.java:750)
[vm3] 	at org.apache.geode.cache.client.internal.OpExecutorImpl.executeOnServer(OpExecutorImpl.java:329)
[vm3] 	... 7 more
{noformat}

https://concourse.gemfire-ci.info/teams/main/pipelines/gemfire-develop-main/jobs/DistributedTestOpenJDK8/builds/952

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=  Test Results URI =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
gs://gemfire-test-artifacts/builds/gemfire-develop-main/9.10.0-build.0101/test-results/distributedTest/1568054303/
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

Test report artifacts from this job are available at:

gs://gemfire-test-artifacts/builds/gemfire-develop-main/9.10.0-build.0101/test-artifacts/1568054303/distributedtestfiles-OpenJDK8-9.10.0-build.0101.tgz




--
This message was sent by Atlassian Jira
(v8.3.2#803003)