Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make fuzz crashes uworker safe #4000

Merged
merged 7 commits into from
Jul 2, 2024
Merged

Make fuzz crashes uworker safe #4000

merged 7 commits into from
Jul 2, 2024

Conversation

jonathanmetzman
Copy link
Collaborator

@jonathanmetzman jonathanmetzman commented May 20, 2024

This is probably the most important part of migrating fuzz_task.
This superseeds: #3834 and #3816

@@ -609,7 +609,7 @@ def get_proto_corpus(bucket_name,
gcs_url, num_uploads=max_upload_urls)
corpus = uworker_msg_pb2.Corpus(
corpus_urls=corpus_urls,
upload_urls=upload_urls,
upload_urls=upload_urls,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

erroneous change?

@jonathanmetzman jonathanmetzman force-pushed the fuzz-task-crashes2 branch 2 times, most recently from 9510770 to ee3fa5a Compare July 1, 2024 20:36
@jonathanmetzman jonathanmetzman merged commit 4a17b2f into master Jul 2, 2024
15 checks passed
@jonathanmetzman jonathanmetzman deleted the fuzz-task-crashes2 branch July 2, 2024 15:00
vitorguidi added a commit that referenced this pull request Jul 2, 2024
vitorguidi added a commit that referenced this pull request Jul 3, 2024
jonathanmetzman added a commit that referenced this pull request Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants