Reputation: 26002
I'm performing a code based deployment of SF applications/services and wanted to test various permutations of failing conditions. Is there a way to cause those issues so that deployment status would be other than RollingForwardCompleted
?
Upvotes: 2
Views: 112
Reputation: 9050
We have a set of fault injection actions and test scenarios you can use to put your services through all kinds of hell. If you specifically want to watch your service rollback during an upgrade, you'll need to get it to report a health error during the upgrade. You can do this in a couple ways:
Upvotes: 2