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 2020/03/24 06:43:00 UTC

[jira] [Commented] (GEODE-7889) CI Failure: CloseConnectionTest.sharedSenderShouldRecoverFromClosedSocket

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

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

Commit e1949a40c35f9df5aae6bf54baa96a44623d2e69 in geode's branch refs/heads/develop from Ivan Godwin
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=e1949a4 ]

GEODE-7889: Fix CloseConnectionTest

- Use await().untilAsserted() to allow connections to settle
- Use setup and tear down methods
- Do not extend CacheTestCase as it is an empty abstract with a deprecated super

> CI Failure: CloseConnectionTest.sharedSenderShouldRecoverFromClosedSocket 
> --------------------------------------------------------------------------
>
>                 Key: GEODE-7889
>                 URL: https://issues.apache.org/jira/browse/GEODE-7889
>             Project: Geode
>          Issue Type: Bug
>            Reporter: Ivan Godwin
>            Assignee: Ivan Godwin
>            Priority: Major
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
>  
> Failed with the following exception:
> {code:java}
> org.apache.geode.internal.tcp.CloseConnectionTest > sharedSenderShouldRecoverFromClosedSocket FAILED
>     org.apache.geode.test.dunit.RMIException: While invoking org.apache.geode.internal.tcp.CloseConnectionTest$$Lambda$33/1407663190.run in VM 1 running on Host 7418acf65cfc with 4 VMs
>         at org.apache.geode.test.dunit.VM.executeMethodOnObject(VM.java:610)
>         at org.apache.geode.test.dunit.VM.invoke(VM.java:437)
>         at org.apache.geode.internal.tcp.CloseConnectionTest.sharedSenderShouldRecoverFromClosedSocket(CloseConnectionTest.java:62)
>         Caused by:
>         org.junit.ComparisonFailure: expected:<[2]> but was:<[1]>
>             at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
>             at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
>             at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
>             at org.apache.geode.internal.tcp.CloseConnectionTest.lambda$sharedSenderShouldRecoverFromClosedSocket$bb17a952$5(CloseConnectionTest.java:64)
> {code}
> https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1214
>  https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1209
>  https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1202
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)