1.7 KiB
1.7 KiB
failover e2e test coverage analysis
Test Case | E2E Describe Text | Comments |
---|---|---|
Test if the deployment of failed cluster is rescheduled to other available cluster | deployment failover testing | Failover |
Test if the deployment of taint cluster is rescheduled to other available cluster | taint cluster | |
Test if the deployment will rescheduled to other available cluster | application failover with purgeMode graciously | Application failover |
Test if the deployment will never rescheduled to other available cluster | application failover with purgeMode never |
TODO
- There are 2 way to evict the deployment of the Graciously PurgeMode, the third case cover the first way only, we may add a test case when the GracePeriodSeconds is reach out.