jonathanmetzman

Results 243 issues of jonathanmetzman

This will have numerous benefits, including: 1. Opening up OSS-Fuzz to projects that are too stateful or hard to harness to be used effectively with libFuzzer style fuzzing. 2. Allowing...

infrastructure
clusterfuzz

Fixes https://github.com/google/oss-fuzz/issues/610 Fixes https://github.com/google/oss-fuzz/issues/10125

It's pretty useless for developers and we don't even calculate it correctly

There is a 100k unacked message backlog. Interestingly, many of these tasks appear taken but not finished.

It can cause serious issues when tasks break machines. Example: https://github.com/google/clusterfuzz/issues/3978

They look like they are from the python upgrade: ``` src/local/butler/scripts/setup.py:372:17: E1101: Instance of 'MetricServiceClient' has no 'project_path' member (no-member) src/local/butler/scripts/setup.py:385:8: E1121: Too many positional arguments for method call (too-many-function-args)...

Superseeds: https://github.com/google/clusterfuzz/pull/3793. Examples: 1. Most logging libraries don't make you write "log_" before each function, but in CF we do. (e.g. "logs.log_error" instead of "logs.error". 2. Most logging libraries call...

All PRs related to this effort should link here.