Unit Testing Workflow Logic with Cluster in Degraded Mode
How would you write a unit test to validate the logic of your workflow that runs using Cluster?
Is there a way to launch a degraded ShardManager and Runners so that they can run in a unit test?
My goal is to validate that the business logic in my workflow is not broken - I don't want to test the Cluster features like sharding, persistence etc..
Is there a way to launch a degraded ShardManager and Runners so that they can run in a unit test?
My goal is to validate that the business logic in my workflow is not broken - I don't want to test the Cluster features like sharding, persistence etc..
