clusterfuzz icon indicating copy to clipboard operation
clusterfuzz copied to clipboard

Scalable fuzzing infrastructure.

Results 425 clusterfuzz issues
Sort by recently updated
recently updated
newest added

phoglund fuzzer depends on it.

Zip and upload in memory so we don't need to take more disk space.

This involves a fair few pieces: - Setting up terraform configs to setup the GKE clusters, and updating our deployment process to include that. - Setting up Kubernetes configs. -...

enhancement

https://clusterfuzz.corp.google.com/fuzzer-stats?group_by=by-day&date_start=2023-06-18&date_end=2023-06-26&fuzzer=libFuzzer_android_libufdt_fuzzer&job=libfuzzer_hwasan_android_device

I'd say deploys fail at least 10% of the time because of flake. This is very annoying. Example: ``` AssertionError: 1 != 0 self.assertEqual(1, len(testcases)) File "/workspace/clusterfuzz/src/clusterfuzz/_internal/tests/core/bot/tasks/corpus_pruning_task_test.py", line 472, in...

There are currently three grouper options: _group_testcases_with_similar_states(testcase_map) _group_testcases_with_same_issues(testcase_map) _group_testcases_based_on_variants(testcase_map) Additionally to those, for some projects (with exact revision resolution) like V8, it would be beneficial to group also by regression...

@urbanenomad wrote ([here](https://github.com/google/clusterfuzz/discussions/2662)): We are working to develop a full pipeline in our environment for testing new binaries. We are working to setup a pre-prod environment so we can test...