Skip to content

A way to schedule retries at the end of the test run #958

@sergeshustoff

Description

@sergeshustoff

Is your feature request related to a problem? Please describe.
Let's say we have a flacky environment that might cause a few tests to fail in a row. If we use retry strategy in attempt to avoid failing test run on such flickers and no batching, it's likely that all the retries would hit the same environment fluke.

Describe the solution you'd like
Maybe it would be beneficial to have an alternative strategy for retry scheduling - scheduling all failed tests at the end of test run and then repeating X times according to the quota?

Describe alternatives you've considered
Tried using random order execution strategy - doesn't help.

Additional context
Add any other context or code about the feature request here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions