Skip to content

Decouple simulationConfig creation from the start phase #2

@takoverflow

Description

@takoverflow

Currently the simulation config is not created as part of the initial setup stage which makes the task of changing any of its fields quite cumbersome.

It requires one to start all the process so that the config is created, then perform the required changes and hope that the watch for it would process them.

However this can lead to some unexpected behaviors as some part of the driver might be referring to the old simulationConfig for a brief period.

Ideally virtual provider should generate the config as part of setup so that the process of making changes to it is a bit less error prone.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions