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

fix interceptor regexp #683

Merged
merged 18 commits into from May 7, 2020
Merged

fix interceptor regexp #683

merged 18 commits into from May 7, 2020

Conversation

stefanprisca
Copy link
Contributor

Addressing issue #682

@MrAlias MrAlias added blocked:CLA Waiting on CLA to be signed before progress can be made bug Something isn't working and removed blocked:CLA Waiting on CLA to be signed before progress can be made labels Apr 30, 2020
plugin/grpctrace/interceptor.go Outdated Show resolved Hide resolved
@@ -1,110 +0,0 @@
// Copyright The OpenTelemetry Authors
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not sure why these files appear in this PR, they were removed by other changes.

@stefanprisca stefanprisca changed the title fix interceptor regexp [WIP] fix interceptor regexp May 1, 2020
@@ -0,0 +1,128 @@
// Copyright The OpenTelemetry Authors
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I was just playing around a bit to see how to test this part. Should still wait on #684 and then merge these tests with those.

@stefanprisca stefanprisca changed the title [WIP] fix interceptor regexp fix interceptor regexp May 1, 2020
plugin/grpctrace/interceptor.go Outdated Show resolved Hide resolved
plugin/grpctrace/interceptor.go Outdated Show resolved Hide resolved
Copy link
Contributor

@MrAlias MrAlias left a comment

Choose a reason for hiding this comment

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

Looks good. Minor comments on the tests.

plugin/grpctrace/interceptor_test.go Outdated Show resolved Hide resolved
plugin/grpctrace/interceptor_test.go Outdated Show resolved Hide resolved
plugin/grpctrace/interceptor_test.go Outdated Show resolved Hide resolved
plugin/grpctrace/interceptor_test.go Show resolved Hide resolved
stefanprisca and others added 7 commits May 5, 2020 08:45
Copy link
Contributor

@MrAlias MrAlias left a comment

Choose a reason for hiding this comment

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

Awesome work!

@MrAlias MrAlias merged commit 8774926 into open-telemetry:master May 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Index out of bounds when using gRPC UnaryCallInterceptor
6 participants