<#214 Allow to configure to enable/disable runnabl...
# flyte-github
a
#214 Allow to configure to enable/disable runnable task during testing Pull request opened by andresgomezfrr TL;DR This PR does the following: • Disable runnable task execution in the SdkTestingExecutor by default. • Now you can add explicitly if you want to allow to the SdkTestingExecutor runs runnable task locally. • Could be configurable by all inputs of a specific task.
Copy code
.withEnableRunnableFor(new SumTask())
• Could be configurable by only a group of inputs of a specific task.
Copy code
.withEnableRunnableForInput(new SumTask(), SumInput.create(SdkBindingDataFactory.of(1L), SdkBindingDataFactory.of(1L)))
Type ☐ Bug Fix ☑︎ Feature ☐ Plugin Are all requirements met? ☐ Code completed ☐ Smoke tested ☑︎ Unit tests added ☐ Code documentation added ☐ Any pending items have an associated Issue Tracking Issue flyteorg/flyte#3522 flyteorg/flytekit-java All checks have passed 3/3 successful checks