clusterfuzz
clusterfuzz copied to clipboard
Web app: empty Testcases, Corpora, Fuzzer Statistics pages
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?
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