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

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

Commit 7dd614387e9f3133de77ff17675d6bf00051276c in geode's branch 
refs/heads/develop from Dale Emery
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=7dd6143 ]

GEODE-9536: Disable client version test on Windows (#6971)

PROBLEM

When a server receives a connection request with an unrecognized client
version, it sends an informative reply and immediately closes the
socket.

In this situation, the client wants to throw a
`ServerRefusedConnectionException` with a message that includes the
server's informative reply.

On Windows, when the client attempts to read the server's reply, the
socket throws a `SocketException` with the message "Connection reset".
As a result, the caller never receives the informative
`ServerRefusedConnectionException`.

SOLUTION

Disable this test on Windows until the underlying issue is fixed.  See
https://issues.apache.org/jira/browse/GEODE-9698

NOTE

This prepares for an upcoming PR to run all distributed tests (except
explicitly ignored ones like these) on Windows.

> Run all Windows distributed tests in CI, in parallel
> ----------------------------------------------------
>
>                 Key: GEODE-9536
>                 URL: https://issues.apache.org/jira/browse/GEODE-9536
>             Project: Geode
>          Issue Type: Test
>          Components: ci, tests
>    Affects Versions: 1.15.0
>            Reporter: Dale Emery
>            Assignee: Dale Emery
>            Priority: Major
>              Labels: GeodeOperationAPI, pull-request-available
>
> Currently CI runs only a subset of distributed tests on Windows, and it runs 
> them sequentially.
> Change CI to run all distributed tests in Windows, and to run them in 
> parallel.
> This requires changing a small number tests to allow them to run on Windows. 
> It may require additional changes to allow them to run in parallel on Windows.



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

Reply via email to