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
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.
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.
This item tracks work to come up with a plan to determine what to do with cloud resources in tests.
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
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
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 testingouter loop.AB#8841
AB#9504
The text was updated successfully, but these errors were encountered: