Skip to content

Implement a fail_fast flag for automatic run failures on errors #704

Description

@vdusek

Description

  • Currently, runs do not fail automatically when errors occur. Instead, users must manually inspect the returned statistics object to determine if a failure has occurred and handle it themselves.
  • While the current setup works well for certain use cases, there are scenarios where an immediate failure is the preferable approach.

Solution

  • Introduce a fail_fast flag (or come up with a better name) that, when enabled, automatically terminates the run upon encountering any errors.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request.t-toolingIssues with this label are in the ownership of the tooling team.

Type

No type
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