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 process ID management in fixtures for testing performing server management and clean-up #2091

Open
PProfizi opened this issue Feb 17, 2025 · 0 comments
Assignees
Labels
CI/CD Related to CI/CD enhancement New feature or request

Comments

@PProfizi
Copy link
Contributor

Description of the feature

To allow properly running test modules in parallel, we can add process ID management for gRPC servers. This way a test would only make sure it kills the server processes it started and not all Ans.Dpf.Grpc processes.

PS: just a reminder that this is specific to test modules extensively starting and killing gRPC servers, as tests using InProcess cannot kill it. They all use the same (something to think about too).

Steps for implementing the feature

No response

Useful links and references

No response

@PProfizi PProfizi added CI/CD Related to CI/CD enhancement New feature or request labels Feb 17, 2025
@PProfizi PProfizi self-assigned this Feb 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/CD Related to CI/CD enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant