Skip to content
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

Merged
merged 1 commit into from
Jul 27, 2020
Merged

Workaround for #787 #814

merged 1 commit into from
Jul 27, 2020

Conversation

iNikem
Copy link
Contributor

@iNikem iNikem commented Jul 27, 2020

This is NOT a proper fix, but it will at least unblock GitHub Actions

@@ -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/
Copy link
Contributor Author

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.

Comment on lines +26 to +28
import java.util.concurrent.ExecutionException
import java.util.concurrent.TimeUnit
import java.util.concurrent.TimeoutException
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#816 👍

@iNikem iNikem merged commit e9215c7 into open-telemetry:master Jul 27, 2020
@iNikem iNikem deleted the test-workaround branch July 27, 2020 17:42
@trask
Copy link
Member

trask commented Aug 5, 2020

@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)?

@iNikem
Copy link
Contributor Author

iNikem commented Aug 6, 2020

Do you want to rename PR? Or is it sufficient to change commend in code?

@trask
Copy link
Member

trask commented Aug 10, 2020

I'd suggest both, but if you prefer not to rename the PR that's ok

@iNikem iNikem changed the title Temporary workaround for #787 Workaround for #787 Aug 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants