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
This could be a bug, and not only a flaky test. I don't know exactly how it is supposed to work.
Issue is in tests like "select the right endpoint among invalid ones".
First, there was probably a bug in MutableServiceDiscovery, which created Some(null) for the address. null is a valid value in InetSocketAddress. After changing that the tests seems to be successful with Akka HTTP but not with Netty. Marked as pending with FIXME reference to this issue, for now.
The text was updated successfully, but these errors were encountered:
This could be a bug, and not only a flaky test. I don't know exactly how it is supposed to work.
Issue is in tests like "select the right endpoint among invalid ones".
First, there was probably a bug in
MutableServiceDiscovery
, which createdSome(null)
for the address.null
is a valid value in InetSocketAddress. After changing that the tests seems to be successful with Akka HTTP but not with Netty. Marked as pending with FIXME reference to this issue, for now.The text was updated successfully, but these errors were encountered: