Skip to content

Commit 4aa3196

Browse files
Andrew LuGoeLin
Andrew Lu
authored andcommittedNov 13, 2023
8258914: javax/net/ssl/DTLS/RespondToRetransmit.java timed out
Backport-of: b575dd80b6e86821fcf3e065e31c6bddb85db6c4
1 parent 5d14b13 commit 4aa3196

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎test/jdk/javax/net/ssl/DTLS/RespondToRetransmit.java

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2016, 2020, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -26,7 +26,8 @@
2626

2727
/*
2828
* @test
29-
* @bug 8161086
29+
* @bug 8161086 8258914
30+
* @key intermittent
3031
* @summary DTLS handshaking fails if some messages were lost
3132
* @modules java.base/sun.security.util
3233
* @library /test/lib

0 commit comments

Comments
 (0)