perfsonar / bwctl

A scheduling and policy framework for measurement tools
Apache License 2.0
16 stars 6 forks source link

Retry failed tests within same time window #1

Closed arlake228 closed 3 years ago

arlake228 commented 9 years ago

From @arlake228 on March 14, 2015 11:57

Original issue 831 created by arlake228 on 2014-02-11T16:21:53.000Z:

On the USATLAS call a question was raised whether it would be possible for bwctl to retry a regular test that fails prior to the next time window. As I understand it currently, a bwctl test gets one shot in the configured time window (e.g. 4 hours) to run a test. If that shot results in a failed test, it is not run again until the next time window. What the group was wondering was how feasible it would be to have bwctl try the test again in the same time window if a slot is open. You'd likely want to cap the number of times it retries and may only want to retry for certain types of errors.

Copied from original issue: perfsonar/project#829

arlake228 commented 9 years ago

Comment #1 originally posted by arlake228 on 2014-03-23T17:20:47.000Z:

I think it would be better to figure out why the test is failing and fix that, rather and modify bwctl to do this.

arlake228 commented 9 years ago

Comment #2 originally posted by arlake228 on 2015-01-27T15:20:25.000Z:

<empty>

arlake228 commented 9 years ago

Comment #3 originally posted by arlake228 on 2015-02-05T16:11:20.000Z:

I think this needs reassessed in terms of "why" it failed some. If the test just bombs out, retrying is worthless. If the test is rejected or rescheduled or something, it might make sense to retry.