You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure that all Echo Server routes work before we merge PRs, this can be done by updating the rust functional tests. Below is a list of endpoints that need to be tested. We also then need integration tests to ensure that staging works fully before deploying to prod, we could then also run these tests against prod to flag any issues before customers notice
This could be made easier by #89 as then we can just enable the multi-tenancy endpoints when building/testing for multi-tenancy and not when we are just testing self-hosted, this would also aid #66
We also then need to test specific parts of the logic so that we ensure everything works, there is a section below which also documents what parts should have some form of tests.
As a whole this issue will cause some refactors to the codebase to make it more re-useable as well as more testable
The content you are editing has changed. Please copy your edits and refresh the page.
Ensure that all Echo Server routes work before we merge PRs, this can be done by updating the rust functional tests. Below is a list of endpoints that need to be tested. We also then need integration tests to ensure that staging works fully before deploying to prod, we could then also run these tests against prod to flag any issues before customers notice
This could be made easier by #89 as then we can just enable the multi-tenancy endpoints when building/testing for multi-tenancy and not when we are just testing self-hosted, this would also aid #66
We also then need to test specific parts of the logic so that we ensure everything works, there is a section below which also documents what parts should have some form of tests.
As a whole this issue will cause some refactors to the codebase to make it more re-useable as well as more testable
Endpoints
Use Cases
Logic
The text was updated successfully, but these errors were encountered: