StackStorm / orquesta

Orquesta is a graph based workflow engine for StackStorm. Questions? https://github.com/StackStorm/st2/discussions
https://docs.stackstorm.com/orquesta/
Apache License 2.0
98 stars 39 forks source link

Update rehearsing.py to disable limit of output errors during workflow testing. #267

Closed DevelopBuildRun closed 4 days ago

DevelopBuildRun commented 5 months ago

During usage you would before see something to the effect of:

2024-04-16 00:00:00,000 - ERROR - {'context': [{'type': 'jinja', 'expression[2500 chars]t'}]} != {}
Diff is 4500 characters long. Set self.maxDiff to None to see it.

This change will make it so that that error no longer shows up.

CLAassistant commented 5 months ago

CLA assistant check
All committers have signed the CLA.