unity-sds / unity-sps-prototype

Apache License 2.0
2 stars 7 forks source link

Reduce verbosity of backoff decorator #251

Open LucaCinquini opened 10 months ago

LucaCinquini commented 10 months ago

The problem: Currently the backoff decorator tries to execute a test every second for an hour, logging all attempts to the INFO stream. This makes it very difficult to debug the point where a test fails.

The solution: Reduce the number of attempts for failed tests and reduce the logging level to DEBUG or ERROR.