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

Simplify client/server translator tests #2129

Merged
merged 1 commit into from
Nov 26, 2024

Conversation

glbrntt
Copy link
Collaborator

@glbrntt glbrntt commented Nov 25, 2024

Motivation:

The client and server translator tests have a lot of repetition. Now that they are based on structured swift extension, which is tested separately, the tests can be much briefer as the translators just glue a few bit together.

Modifications:

  • Remove a bunch of translator tests as they are already covered by lower level tests

Result:

Less maintenance burden

Motivation:

The client and server translator tests have a lot of repetition. Now
that they are based on structured swift extension, which is tested
separately, the tests can be much briefer as the translators just glue a
few bit together.

Modifications:

- Remove a bunch of translator tests as they are already covered by
  lower level tests

Result:

Less maintenance burden
@glbrntt glbrntt added 🔨 semver/patch No public API change. semver/none No version bump required. and removed 🔨 semver/patch No public API change. labels Nov 25, 2024
@glbrntt glbrntt enabled auto-merge (squash) November 25, 2024 12:59
@glbrntt glbrntt merged commit 8bc2a25 into grpc:main Nov 26, 2024
46 of 48 checks passed
@glbrntt glbrntt deleted the v2/02-simplify-code-gen-tests branch November 26, 2024 11:20
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