aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/fuzzer/queue/retry_test.go
Commit message (Collapse)AuthorAgeFilesLines
* pkg/fuzzer/queue: retry inputs from crashed VMsAleksandr Nogikh2024-05-161-0/+72
Mark some requests as Important. The Retry() layer will give them one more chance even if they were not executed due to a VM crash. For now, the only important requests are related to triage, candidates and pkg/vminfo tests. Add tests for retry.go.