microsoft/restler-fuzzer

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

Aberta

#216 aberto em 20 de mai. de 2021

 (1 comentário) (1 reação) (1 responsável)Python (329 forks)auto 404
help wantedux

Métricas do repositório

Stars
 (2.929 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

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.

Guia do colaborador