From 3239e47dfe990a66f4f0df181882aa6f97e2406e Mon Sep 17 00:00:00 2001 From: Anton Malinskiy Date: Tue, 14 Nov 2023 22:34:47 +1000 Subject: [PATCH] docs(docs): clarify caution in the retries Closes #760 --- docs/runner/configuration/retries.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/runner/configuration/retries.md b/docs/runner/configuration/retries.md index 3d46ce966..ab350ac1a 100644 --- a/docs/runner/configuration/retries.md +++ b/docs/runner/configuration/retries.md @@ -10,7 +10,8 @@ This is the logic that kicks in if preventive retries facilitated by flakiness c :::caution Retries from this configuration are added in-flight, i.e. after the tests were actually executed, hence -there is no way to parallelize test run. This will significantly affect the performance +there is no way to parallelize test run to achieve maximum utilization of devices. This will significantly affect the performance of the +test run. ::: @@ -49,7 +50,7 @@ marathon { ### Fixed quota retry strategy -Parameter **totalAllowedRetryQuota** below specifies how many retries at all (for all the tests is total) are allowed. +Parameter **totalAllowedRetryQuota** below specifies how many retries at all (for all the tests is total) are allowed. Parameter **retryPerTestQuota** controls how many retries can be done for each test individually.