You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by GitBox <gi...@apache.org> on 2021/10/11 17:07:35 UTC

[GitHub] [geode] demery-pivotal opened a new pull request #6971: GEODE-9536: Disable client version test on Windows

demery-pivotal opened a new pull request #6971:
URL: https://github.com/apache/geode/pull/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.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@geode.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [geode] demery-pivotal commented on pull request #6971: GEODE-9536: Disable client version test on Windows

Posted by GitBox <gi...@apache.org>.
demery-pivotal commented on pull request #6971:
URL: https://github.com/apache/geode/pull/6971#issuecomment-940393544


   > @demery-pivotal the new ticket shows 1.14 as affected version, I'm presuming 1.15 should be there as well or instead...
   
   I've updated it to add 1.15. I think the original problem goes back a long way, but I'm not sure how far.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@geode.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [geode] demery-pivotal merged pull request #6971: GEODE-9536: Disable client version test on Windows

Posted by GitBox <gi...@apache.org>.
demery-pivotal merged pull request #6971:
URL: https://github.com/apache/geode/pull/6971


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@geode.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [geode] demery-pivotal merged pull request #6971: GEODE-9536: Disable client version test on Windows

Posted by GitBox <gi...@apache.org>.
demery-pivotal merged pull request #6971:
URL: https://github.com/apache/geode/pull/6971


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@geode.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org