-
-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Labels
Description
We might significantly simplify the test planner if using the following approach:
- Everything is memoized by default
- The user specifies "forking points" - non-memoized components, all the subgraphs after these components must be instantiated per test
This way we should be able to complete test planning in a single pass and the odd concept of memoization levels would be gone.