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 Postman Testing to helm chart #490

Closed
rustyShacklefurd opened this issue Sep 1, 2022 · 0 comments · Fixed by #759
Closed

Add Postman Testing to helm chart #490

rustyShacklefurd opened this issue Sep 1, 2022 · 0 comments · Fixed by #759
Assignees
Labels
enhancement New feature or request

Comments

@rustyShacklefurd
Copy link
Contributor

rustyShacklefurd commented Sep 1, 2022

Problem

Have an automatic way to perform testing via postman against a deployment of hedera-json-rpc-relay.

Solution

Initially the idea of running this as cronjob works here. This would allow for configuring the test to run periodically plus then a job template is available to run these test on an on-demand basis as well.

Alternatives

Kubernetes has readiness, liveness, and startup gates now that can be utilized to run tests periodically and on redeployment. This could be a cleaner solution but requires some research on the new API available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant