google / fuzzbench

FuzzBench - Fuzzer benchmarking as a service.
https://google.github.io/fuzzbench/
Apache License 2.0
1.11k stars 270 forks source link

[common] Use logs.error to report errors in create_instance #1825

Closed mvanotti closed 1 year ago

mvanotti commented 1 year ago

I haven't tested it but I hope it works :)

jonathanmetzman commented 1 year ago

I don't like this PR. It's not necessarily an error when we can't create an instance. Usually it is not. Usually it is because we run into the quota.

mvanotti commented 1 year ago

What happens if we run out of quota? Does it keep trying ?

In any case, can we at least put it as a warning? I had to parse all the logs before figuring out why it was failing.