microsoft/restler-fuzzer

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

Aperta

#216 aperta il 20 mag 2021

 (1 commento) (1 reazione) (1 assegnatario)Python (329 fork)auto 404
help wantedux

Metriche repository

Star
 (2929 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor