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
Set up initial functional tests that can be run in CI. End to end tests will be useful to ensure that things like load balancing, rate limiting, or request/response filtering are still working correctly with every release
This would involve writing a configuration file for a certain scenario, running River, and making requests against it from another binary, such as curl or a Rust HTTP client.
This would require setting up other servers for River to proxy to, which could either be more instances of River (serving static files, for example), or another HTTP server like NGINX or a Rust binary.
The text was updated successfully, but these errors were encountered:
chadhakunal
changed the title
Setup basic functional tests and CI pipelines for river
Setup basic functional tests and CI pipelines
Sep 9, 2024
Set up initial functional tests that can be run in CI. End to end tests will be useful to ensure that things like load balancing, rate limiting, or request/response filtering are still working correctly with every release
The text was updated successfully, but these errors were encountered: