clusterfuzz icon indicating copy to clipboard operation
clusterfuzz copied to clipboard

Web app: empty Testcases, Corpora, Fuzzer Statistics pages

Open andrei-near opened this issue 2 years ago • 1 comments

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 avatar Feb 09 '23 11:02 andrei-near

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

andrei-near avatar Feb 09 '23 16:02 andrei-near