[
https://issues.apache.org/jira/browse/GEODE-8021?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17095725#comment-17095725
]
ASF subversion and git services commented on GEODE-8021:
--------------------------------------------------------
Commit 0e8c93746573d12ee0d3a81b50d78d8e35234508 in geode's branch
refs/heads/develop from Bruce Schuchardt
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=0e8c937 ]
GEODE-8021: CI Failure: CloseConnectionTest.
sharedSenderShouldRecoverFromClosedSocket (#5008)
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
> Fix For: 1.13.0
>
>
> {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)