microsoft/restler-fuzzer

Improve logging/error-reporting when Duration is set and reached in Test or FuzzLean runs

Offen

#216 geöffnet am 20.05.2021

 (1 Kommentar) (1 Reaktion) (1 zugewiesene Person)Python (329 Forks)auto 404
help wantedux

Repository-Metriken

Stars
 (2.929 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Right now RESTler throws an error is specified duration is exceeded during Test or TestFuzzLean runs.

It is "known" that Test and TestFuzzLean are meant for running till exhaustion rather than till duration timer is expired. But since RESTler allows duration to be specified when Test or TestFuzzLean modes are used - it would be better for users to have a clear log message explaining that, rather than a RESTLer engine failure error.

Contributor Guide