JDK-8318788 : java/net/Socks/SocksSocketProxySelectorTest.java fails on machines with no IPv6 link-local addresses
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.net
  • Affected Version: 22
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2023-10-25
  • Updated: 2023-12-10
  • Resolved: 2023-10-26
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 22
22 b22Fixed
Related Reports
Relates :  
Description
..with:
org.junit.platform.commons.PreconditionViolationException: Configuration error: You must configure at least one set of arguments for this @ParameterizedTest

see https://bugs.openjdk.org/browse/JDK-8318130?focusedCommentId=14620880&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-14620880

Cause: ParameterizedTest expects at least one set of parameters, and SocksSocketProxySelectorTest.linkLocalIpv6Literals may return no values when there are no link-local addresses available.
Comments
Changeset: 970cd202 Author: Daniel JeliƄski <djelinski@openjdk.org> Date: 2023-10-26 08:49:50 +0000 URL: https://git.openjdk.org/jdk/commit/970cd202049f592946f9c1004ea92dbd58abf6fb
26-10-2023

Hi [~djelinski], thanks for creating the JBS issue + PR. I put that into our nightly build/test queue .
25-10-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/16356 Date: 2023-10-25 08:31:47 +0000
25-10-2023