-
Notifications
You must be signed in to change notification settings - Fork 6
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
Testing strategy #472
Comments
Finding a way to mock the message bus without writing loads of code would indeed be good! As a general answer, and based on recent meetings including the DAQ away day, we currently have >90% coverage and I think we should aim to keep it that way. Virtually all of the GDA codebase is not covered and it shows. If something breaks, and you raise a PR to fix, you should always have a test that reproduces the breaking case. |
will explore with Helm |
this uses minikube and for this I'm not sure what to use |
the containers go up but the endpoint is not available |
potential reference issues |
It is uncertain how much do we want to test, and also what to do about the message bus in testing. We could mocking using something like microcks .
The text was updated successfully, but these errors were encountered: