-
Notifications
You must be signed in to change notification settings - Fork 867
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Workaround for #787 #814
Workaround for #787 #814
Conversation
@@ -115,7 +114,7 @@ class Netty41ClientTest extends HttpClientTest { | |||
"error.type" AbstractChannel.AnnotatedConnectException.name | |||
"error.stack" String | |||
// slightly different message on windows | |||
"error.msg" ~/Connection refused:( no further information:)? localhost\/[0-9.:]+:$UNUSABLE_PORT/ | |||
"error.msg" ~/Connection refused:( no further information:)? localhost\/\[?[0-9.:]+\]?:$UNUSABLE_PORT/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is to allow both IPv4 and IPv6 addresses. GH Action has both.
import java.util.concurrent.ExecutionException | ||
import java.util.concurrent.TimeUnit | ||
import java.util.concurrent.TimeoutException |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#816 👍
@iNikem, if we are in agreement that this is no longer just temporary workaround, let's rename (since there are several links to this issue and so is a bit confusing)? |
Do you want to rename PR? Or is it sufficient to change commend in code? |
I'd suggest both, but if you prefer not to rename the PR that's ok |
This is NOT a proper fix, but it will at least unblock GitHub Actions