You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Geode Integration (Jira)" <ji...@apache.org> on 2021/02/26 23:21:00 UTC

[jira] [Commented] (GEODE-8979) CI Failure: SSLSocketHostNameVerificationIntegrationTest

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

Geode Integration commented on GEODE-8979:
------------------------------------------

Seen in [IntegrationTestOpenJDK8 #37|https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/IntegrationTestOpenJDK8/builds/37] ... see [test results|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0020/test-results/integrationTest/1614373741/] or download [artifacts|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0020/test-artifacts/1614373741/integrationtestfiles-OpenJDK8-1.15.0-build.0020.tgz].

> CI Failure: SSLSocketHostNameVerificationIntegrationTest
> --------------------------------------------------------
>
>                 Key: GEODE-8979
>                 URL: https://issues.apache.org/jira/browse/GEODE-8979
>             Project: Geode
>          Issue Type: Test
>          Components: membership, messaging
>            Reporter: Bruce J Schuchardt
>            Priority: Major
>
> This test failed in a CI IntegrationTest run with this exception:
> {noformat}
> org.apache.geode.internal.net.SSLSocketHostNameVerificationIntegrationTest > nioHandshakeValidatesHostName[hasSAN=true and doEndPointIdentification=true] FAILED
>     org.apache.geode.GemFireIOException: exception closing SSL session
>         at org.apache.geode.internal.net.NioSslEngine.close(NioSslEngine.java:409)
>         at org.apache.geode.internal.net.SSLSocketHostNameVerificationIntegrationTest.lambda$startServerNIO$3(SSLSocketHostNameVerificationIntegrationTest.java:216)
>         Caused by:
>         java.io.IOException: Connection reset by peer
>             at sun.nio.ch.FileDispatcherImpl.write0(Native Method)
>             at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:47)
>             at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:93)
>             at sun.nio.ch.IOUtil.write(IOUtil.java:51)
>             at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:470)
>             at org.apache.geode.internal.net.NioSslEngine.close(NioSslEngine.java:403)
>             ... 1 more
> {noformat}
> It looks like the test needs to have a try/catch for IOException when closing the NioSslEngine.



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