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

fuzz_task: Migrate crashes to uworker. #3834

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

oliverchang
Copy link
Collaborator

  • Add proto definitions for crash groups.
  • Have uworkers return serialized CrashGroups, with the input testcases uploaded via signed URLs.
  • Handle checking if crash is new, testcase creation etc in postprocess.
  • Remove old uworker_msg.CrashInfo conversion and move the job_run crash group computation to postprocess, as it relies on querying the Datastore to know if the crash is new or not.
  • Also handle uploading file handles in storage.upload_signed_url
  • Add bot_name, platform_id to uworker output.

TODO: tests.

- Add proto definitions for crash groups.
- Have uworkers return serialized CrashGroups, with the input testcases
  uploaded via signed URLs.
- Handle checking if crash is new, testcase creation etc in postprocess.
- Remove old uworker_msg.CrashInfo conversion and move the job_run crash
  group computation to postprocess, as it relies on querying the
  Datastore to know if the crash is new or not.
- Also handle uploading file handles in storage.upload_signed_url
- Add bot_name, platform_id to uworker output.

TODO: tests.
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

1 participant