hg: jdk/submit: 8249786: java/net/httpclient/websocket/PendingPingTextClose.java fails very infrequently
daniel.fuchs at oracle.com
daniel.fuchs at oracle.com
Fri Aug 7 14:11:55 UTC 2020
Changeset: 95dd5e66b591
Author: dfuchs
Date: 2020-08-07 15:09 +0100
URL: https://hg.openjdk.java.net/jdk/submit/rev/95dd5e66b591
8249786: java/net/httpclient/websocket/PendingPingTextClose.java fails very infrequently
Summary: TransportImpl is modified to make sure the CLOSED state is recorded before the channel is closed. The tests are modified to enable their retry mechanism on windows, similar to what was done previously for macOS.
Reviewed-by: prappo, chegar
! src/java.net.http/share/classes/jdk/internal/net/http/websocket/TransportImpl.java
! test/jdk/java/net/httpclient/websocket/PendingBinaryPingClose.java
! test/jdk/java/net/httpclient/websocket/PendingBinaryPongClose.java
! test/jdk/java/net/httpclient/websocket/PendingOperations.java
! test/jdk/java/net/httpclient/websocket/PendingPingBinaryClose.java
! test/jdk/java/net/httpclient/websocket/PendingPingTextClose.java
! test/jdk/java/net/httpclient/websocket/PendingPongBinaryClose.java
! test/jdk/java/net/httpclient/websocket/PendingPongTextClose.java
! test/jdk/java/net/httpclient/websocket/PendingTextPingClose.java
! test/jdk/java/net/httpclient/websocket/PendingTextPongClose.java
! test/jdk/java/net/httpclient/websocket/Support.java
More information about the jdk-submit-changes
mailing list