-
Bug
-
Resolution: Fixed
-
P4
-
22
-
b22
..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.
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.
- relates to
-
JDK-8318130 SocksSocketImpl needlessly encodes hostname for IPv6 addresses
- Closed