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

Use JSON (de)serializers instead of custom ones for tests #2162

Merged
merged 2 commits into from
Jan 17, 2025

Conversation

gjcairo
Copy link
Collaborator

@gjcairo gjcairo commented Jan 17, 2025

In some tests, we were using a custom serializer/deserializer to deal with the PeerInfo type. We can just reuse the JSON (de)serialiser we have. Had to copy it over as it was in a different target.

@gjcairo gjcairo added the semver/none No version bump required. label Jan 17, 2025
@gjcairo gjcairo requested a review from glbrntt January 17, 2025 11:07
@gjcairo gjcairo force-pushed the small-test-fix branch 2 times, most recently from 6d7af98 to 17d01a5 Compare January 17, 2025 14:52
@gjcairo gjcairo enabled auto-merge (squash) January 17, 2025 15:40
@gjcairo gjcairo merged commit a1dbd15 into grpc:main Jan 17, 2025
31 of 33 checks passed
@gjcairo gjcairo deleted the small-test-fix branch January 17, 2025 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver/none No version bump required.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants