Effect CommunityEC
Effect Community8mo ago
8 replies
jrmdayn

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..
Was this page helpful?