-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[chore][extension/encoding] add test cases covering encoding extension #28683
[chore][extension/encoding] add test cases covering encoding extension #28683
Conversation
a4e526e
to
5a4169c
Compare
ccbbeb4
to
b83727c
Compare
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.
LGTM
I submitted another PR to introduce explicit interfaces for the encoding extension, PTAL #28688 |
@dmitryax Cool, I'll wait for your PR to get merged. I'll keep this PR open and limit it only to cover test cases.
|
582e9a8
to
5f330ca
Compare
6977610
to
9c0a51d
Compare
6979cc8
to
8508fe5
Compare
@dmitryax can we get this merged? |
Conflict, please rebase |
538c7d2
to
4487d96
Compare
@VihasMakwana final steps, solve conflicts and let it get merged :-P |
Co-authored-by: Vihas Splunk <[email protected]>
4487d96
to
5aa17ca
Compare
I have rebased and squashed and pushed - sorry for the intrusion, just trying to get this merged. Marked as "ready to merge" |
Failing test:
|
open-telemetry#28683) **Description:** This PR does the following: - Test cases for all the known encoding extensions - Add extensions to builder and update components.go - Run `make crosslink` I believe we can use this extension for `pulsarreceiver` for now and see how it performs in production. I will raise a follow-up PR after this one. **Link to tracking Issue:** open-telemetry#28686 --------- Co-authored-by: Antoine Toulme <[email protected]>
Description:
This PR does the following:
make crosslink
I believe we can use this extension for
pulsarreceiver
for now and see how it performs in production. I will raise a follow-up PR after this one.Link to tracking Issue: #28686