-
Notifications
You must be signed in to change notification settings - Fork 199
Spurious error telemetry when stopping Windows generator tasks #1454
Comments
Using the above steps, I've been able to repro this several times in a row. |
Other errors elicited by the same repro procedure (all from a single job):
|
The The |
It turns out that the invoking
|
Using the remaining tasks from the example above, I was also able to repro just the earlier So, it looks like we have noisy task teardown both when stopping tasks directly and when stopping tasks indirectly, via stopping the job. The |
When tasks are stopped, we grab the The comment on that method is outdated. We really do "send" the But the problem is that the rest of task teardown doesn't seem to be synchronized the receipt of this command, or more importantly, the actual task state. In particular, when we call |
Information
Provide detailed reproduction steps (if any)
radamsa basic
template.generic_generator
fuzz task starts (is inrunning
)onefuzz template stop
.Expected result
The job is shut down, without any error telemetry.
Actual result
We send error-level telemetry, such as:
This causes spurious integration test failures.
The text was updated successfully, but these errors were encountered: