You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.
Let's assume we have a pool with only a single VM.
When we launch a libfuzzer basic template job for one hour, the fuzzing task will launch and run for one hour. Once any task in the job starts executing, the job timer begins. After one hour, the job is stopped. However, in this hour, the coverage and crash reporting tasks stay in the "scheduled" state until the job is eventually stopped because a VM never tried to start that task.
In this limited VM count example, the user is shown the task "stopped" successfully. While this is true, it would be more useful to say "this task never launched".
The text was updated successfully, but these errors were encountered:
Let's assume we have a pool with only a single VM.
When we launch a libfuzzer basic template job for one hour, the fuzzing task will launch and run for one hour. Once any task in the job starts executing, the job timer begins. After one hour, the job is stopped. However, in this hour, the coverage and crash reporting tasks stay in the "scheduled" state until the job is eventually stopped because a VM never tried to start that task.
In this limited VM count example, the user is shown the task "stopped" successfully. While this is true, it would be more useful to say "this task never launched".
The text was updated successfully, but these errors were encountered: