INNER CODE UNIT · Python
_execute_run
chaostoolkit/chaostoolkit · chaostoolkit/commands/run.py:234
def _execute_run(
ctx: click.Context,
experiment: Experiment,
settings: Settings,
experiment_vars: dict[str, Any],
journal_path: str,
dry: str | None,
no_validation: bool,
no_exit: bool,
rollback_strategy: str | None,
hypothesis_strategy: str | None,
hypothesis_frequency: float,
fail_fast: bool,
) -> Journal:
"""Execute an already-loaded experiment in the selected runtime."""
notify(settings, RunFlowEvent.RunStarted, experiment)
if not no_validation: