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

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

Commit 022f6049fc84df3ae929cde0dec20b5aa2b9edb3 in geode's branch 
refs/heads/feature/GEODE-8021 from Bruce Schuchardt
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=022f604 ]

GEODE-8021: CI Failure: CloseConnectionTest. 
sharedSenderShouldRecoverFromClosedSocket

fixing a marginally flaky test
  - ensure no bleed-through from other tests in ConnectionTable's
    ThreadLocal, which would cause getConnection to return the wrong
    sort of Connection
  - since Connections are multi-threaded and the state we're looking for
    is set by a background thread, use GeodeAwaitility to wait for the
    condition to be set.


> CI Failure: CloseConnectionTest. sharedSenderShouldRecoverFromClosedSocket
> --------------------------------------------------------------------------
>
>                 Key: GEODE-8021
>                 URL: https://issues.apache.org/jira/browse/GEODE-8021
>             Project: Geode
>          Issue Type: Bug
>          Components: membership
>    Affects Versions: 1.12.0
>            Reporter: Benjamin P Ross
>            Assignee: Bruce J Schuchardt
>            Priority: Major
>
> {code:java}
> org.apache.geode.internal.tcp.CloseConnectionTest > 
> sharedSenderShouldRecoverFromClosedSocket FAILED
> 16:25:33    org.apache.geode.test.dunit.RMIException: While invoking 
> org.apache.geode.internal.tcp.CloseConnectionTest$$Lambda$36/1787754664.run 
> in VM 1 running on Host 0f261f07755e with 4 VMs
> 16:25:33        at 
> org.apache.geode.test.dunit.VM.executeMethodOnObject(VM.java:610)
> 16:25:33        at org.apache.geode.test.dunit.VM.invoke(VM.java:437)
> 16:25:33        at 
> org.apache.geode.internal.tcp.CloseConnectionTest.sharedSenderShouldRecoverFromClosedSocket(CloseConnectionTest.java:102)
> 16:25:33
> 16:25:33        Caused by:
> 16:25:33        org.junit.ComparisonFailure: expected:<[tru]e> but 
> was:<[fals]e>
> 16:25:33            at 
> sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
> 16:25:33            at 
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
> 16:25:33            at 
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
> 16:25:33            at 
> org.apache.geode.internal.tcp.CloseConnectionTest.lambda$sharedSenderShouldRecoverFromClosedSocket$bb17a952$6(CloseConnectionTest.java:109)
> 18:30:47
> {code}



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

Reply via email to