clusterfuzz icon indicating copy to clipboard operation
clusterfuzz copied to clipboard

`JobRun` not being saved with the fully qualified fuzz_target name.

Open oliverchang opened this issue 1 year ago • 0 comments

It looks like our JobRun stats are not being uploaded with the fully qualified fuzzer name (e.g. "libFuzzer_project_target"), and instead just being uploaded with the parent name ("libFuzzer").

This is leading to some 404s with queries on our fuzzer stats page for the exact fuzz target name.

Possibly caused by https://github.com/google/clusterfuzz/pull/4137.

oliverchang avatar Sep 02 '24 06:09 oliverchang