cisco-open / synthetic-heart

Kubernetes synthetic testing and monitoring framework
Apache License 2.0
8 stars 6 forks source link

feat: add repeated test in http ping agent plugin #17

Closed lunzhou2024 closed 2 months ago

lunzhou2024 commented 4 months ago

Description

in agent plugin: httpPing add two config params: repeatsWithoutFail and waitBetweenRepeats

Type of Change

Checklist

bakshi41c commented 4 months ago

Can we also add a warning log, if the test is configured to use both retries/timeoutRetries and the new options

lunzhou2024 commented 2 months ago

Can we also add a warning log, if the test is configured to use both retries/timeoutRetries and the new options

https://github.com/cisco-open/synthetic-heart/pull/17/files#diff-817f7fbcc0100f55117ac3b2988d6fdc8893eda0d48cb6c60ffd6c5f2deae5d2R80