generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Context
Map and Parallel [will] use an efficient replay mechanism to avoid executing everything again once a parent context has completed.
Task
Write tests for map and parallel to ensure that replays are consistent and properly rebuild the result without executing again.
Acceptance Criteria
- Replay mechanism is checked with deterministic branches
- Replay mechanism is checked with non-deterministic branching
- We ensure that the correct result is rebuilt
- We ensure that we don't execute the parent object
- We test with payloads that are sufficiently big that they require bottom up reconstruction of result instead of loading up from checkpoint.
Metadata
Metadata
Assignees
Labels
No labels