microsoft/restler-fuzzer

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

Ouverte

#216 ouverte le 20 mai 2021

 (1 commentaire) (1 réaction) (1 personne assignée)Python (329 forks)auto 404
help wantedux

Métriques du dépôt

Stars
 (2 929 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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.

Guide contributeur