google / clusterfuzz

Scalable fuzzing infrastructure.
https://google.github.io/clusterfuzz
Apache License 2.0
5.27k stars 551 forks source link

Web app: empty Testcases, Corpora, Fuzzer Statistics pages #2946

Open andrei-near opened 1 year ago

andrei-near commented 1 year ago

We've setup ClusterFuzz on GCP and ran a few fuzz jobs but Testcases, Corpora, Fuzzer Statistics pages are empty. I've checked logs and there are no errors when accessing these pages. Confirmed corpuses data is added based on logs - "New units added to corpus: 18." and confirmed there are now 4 Testcase entities in Datastore.

Any hints/ideas where to dig next?

andrei-near commented 1 year ago

The reason for empty Tescases is the filter is_leader==True used in datastore query https://github.com/google/clusterfuzz/blob/master/src/appengine/handlers/testcase_list.py#L64.

Can't figure out though why all my tests cases did not got a leader set by group_task