#218 Explicitly fall back to real test execution when testing
Pull request opened by
honnix
TL;DR
More or less make
#217 complete.
Closes
#214
Closes
#217
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
Complete description
• If a task is not mocked via input matching
• If lambda is not null, we run the lambda (lambda being either the real thing or provided)
• Otherwise we throw
• If a task is mocked
• If inputs match, we return output
• If it is mocked with a provided lambda, we run the lambda
• Otherwise, we throw
Tracking Issue
flyteorg/flyte#3522
Follow-up issue
NA
flyteorg/flytekit-java
✅ All checks have passed
3/3 successful checks