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

Come up with a plan to determine what to do with cloud resources in recipes tests #6299

Open
vishwahiremat opened this issue Jul 31, 2023 · 2 comments

Comments

@vishwahiremat
Copy link
Contributor

vishwahiremat commented Jul 31, 2023

Today we use Azure recipes to have the coverage on deployment and deletion of azure resources, which takes very long time. So we want to move these tests out of functional tests to long haul testing outer loop.

AB#8841

AB#9504

@youngbupark
Copy link

youngbupark commented Aug 1, 2023

FYI, long haul test is running the same radius binaries for 24 hours (long hours), not to run long test.
long-haul test (e2e test on azure) runs the same functional test set on AKS.

Here is functional test vs e2e test on azure a.k.a long-running test.

functional test e2e test on azure
Cluster kind AKS
Radius deployment Every test from main branch every 24 hours from main branch
Monitoring No Grafana + log analytics
Test set functional test functional test

But we can selectively run the test by makefile target.

https://github.com/project-radius/radius/blob/0eae9b805a053b12f3b09779a826db8296255b18/build/test.mk#L57

@willtsai willtsai changed the title Adding tests with azure recipes to long haul testing. Adding tests with azure recipes to outer loop Aug 7, 2023
@willtsai
Copy link
Contributor

willtsai commented Aug 7, 2023

This item tracks work to come up with a plan to determine what to do with cloud resources in tests.

@willtsai willtsai changed the title Adding tests with azure recipes to outer loop Come up with a plan to determine what to do with cloud resources in tests Aug 7, 2023
@willtsai willtsai changed the title Come up with a plan to determine what to do with cloud resources in tests Come up with a plan to determine what to do with cloud resources in recipes tests Aug 7, 2023
@willtsai willtsai transferred this issue from radius-project/radius Sep 19, 2023
@AaronCrawfis AaronCrawfis transferred this issue from another repository Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants