Skip to content

Replay random state from control in execution #6

Description

@maedi

Problem

If the control reflection uses a random or time based value, then the actual execution could use a different value. The control and the execution need to be synced up.

Solution

  • Track control values via methods like .sample or ActiveRecord
  • Add an "is_random :method" helper for methods that return a random value
  • Keep track of random values and replay them in execution

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions