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

Add grpc unit test run, expand testing of VectorFactory #326

Merged
merged 7 commits into from Mar 28, 2024

Conversation

jhamon
Copy link
Collaborator

@jhamon jhamon commented Mar 22, 2024

Problem

There is a small number of unit tests that should only get run when grpc dependencies are installed. These were previously omitted from CI by mistake.

Solution

Add a step to run these grpc steps. Make it conditional on the use_grpc test matrix param.

Type of Change

  • Infrastructure change (CI configs, etc)
  • Non-code change (docs, etc)
  • None of the above: (explain here)

@jhamon jhamon marked this pull request as ready for review March 22, 2024 16:59
@jhamon jhamon requested a review from ssmith-pc March 22, 2024 16:59
Copy link
Contributor

@austin-denoble austin-denoble left a comment

Choose a reason for hiding this comment

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

Nice, thanks! 🚢

@ssmith-pc
Copy link
Contributor

Thanks!

@@ -28,8 +28,11 @@ jobs:
with:
include_grpc: '${{ matrix.use_grpc }}'
include_types: true
- name: Run unit tests
- name: Run unit tests (REST)
Copy link
Contributor

Choose a reason for hiding this comment

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

I think these do cover the REST surface area, but also a lot of the "other" stuff like common utils, etc.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yeah. They're really meant to be "everything that doesn't require GRPC dependencies" unit tests. But that doesn't roll off the tongue 🤣

@jhamon jhamon changed the title Add grpc unit test run Add grpc unit test run, expand testing of VectorFactory Mar 26, 2024
@jhamon jhamon merged commit f229f45 into main Mar 28, 2024
125 checks passed
@jhamon jhamon deleted the jhamon/run-unit-grpc-tests branch March 28, 2024 17:17
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.

None yet

3 participants