-
Notifications
You must be signed in to change notification settings - Fork 11
improvement: add e2e test for relay and gateway #102
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
base: main
Are you sure you want to change the base?
Conversation
Greptile SummaryThis PR adds comprehensive end-to-end test infrastructure for relay and gateway functionality. The changes include three new test cases covering relay registration, gateway registration, and relay-gateway-PAM connectivity with both Kubernetes and Redis resources. Key improvements:
The tests properly use testcontainers to spin up Redis and mock HTTP servers, validate heartbeats, and verify connectivity through the relay-gateway architecture. Confidence Score: 5/5
Important Files Changed
|
akhilmhdh
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Application testing it. Readme looks amazing
|
|
||
| # Generate OpenAPI client using oapi-codegen | ||
| generate-client: filter-api | ||
| generate-code: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
generate-code seems a misleading - may be like openapi-spec
Description 📣
ref: https://linear.app/infisical/issue/PLATFRM-128/pick-one-vertical-slice-to-add-tests-with-the-new-e2e-infra
Type ✨
Tests 🛠️
# Here's some code block to paste some code snippets