You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
org.opensearch.common.network.InetAddressesTests > testForStringIPv6WithScopeIdInput FAILED
243 | java.net.UnknownHostException: no scope_id found
244 | at __randomizedtesting.SeedInfo.seed([D7519A98383FCD86:F581D4F66795B2D5]:0)
245 | at java.base/java.net.Inet6Address.deriveNumericScope(Inet6Address.java:538)
246 | at java.base/java.net.Inet6Address$Inet6AddressHolder.init(Inet6Address.java:247)
247 | at java.base/java.net.Inet6Address.initif(Inet6Address.java:495)
248 | at java.base/java.net.Inet6Address.initstr(Inet6Address.java:485)
249 | at java.base/java.net.Inet6Address.<init>(Inet6Address.java:404)
250 | at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1356)
251 | at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1301)
252 | at java.base/java.net.InetAddress.getByName(InetAddress.java:1251)
253 | at org.opensearch.common.network.InetAddressesTests.testForStringIPv6WithScopeIdInput(InetAddressesTests.java:157)
254
Describe the bug
To Reproduce
The text was updated successfully, but these errors were encountered: