`JobRun` not being saved with the fully qualified fuzz_target name.
Open
bug
- Dominant language
- Python
- Stars
- 5.6k
- Forks
- 629
- Avg merge
- 4d 6h
- Merged PRs (30d)
- 22
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.