microsoft/restler-fuzzer

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

开放

#216 创建于 2021年5月20日

 (1 条评论) (1 个反应) (1 位负责人)Python (329 个派生)auto 404
help wantedux

仓库指标

星标
 (2,929 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南