Closed lunzhou2024 closed 2 months ago
Can we also add a warning log, if the test is configured to use both retries
/timeoutRetries
and the new options
Can we also add a warning log, if the test is configured to use both
retries
/timeoutRetries
and the new options
Description
in agent plugin:
httpPing
add two config params:repeatsWithoutFail
andwaitBetweenRepeats
repeatsWithoutFail
is the total repeated http ping test times. If any failure occurs, the final test result will be failed. It conflicts withretries
andtimeoutRetries
.retries
andtimeoutRetries
.Type of Change
Checklist