Skip to content

Commit

Permalink
Fix handle_testcase_setup_error use from symbolize_task (google#3467)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanmetzman authored Oct 27, 2023
1 parent 7325e7d commit 0d84c5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/clusterfuzz/_internal/bot/tasks/symbolize_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,10 @@ def execute_task(testcase_id, job_type):
_, testcase_file_path, error = setup.setup_testcase(testcase, job_type,
setup_input)
if error:
# TODO(metzman): Assert trusted.
# TODO(metzman): Fix all this, symbolize task needs to become a utask.
# Because this is trusted, we can trust the error.
all_errors = uworker_handle_errors.get_all_handled_errors()
error.uworker_input.module_name = __name__
uworker_handle_errors.handle(error, all_errors)
return

Expand Down

0 comments on commit 0d84c5c

Please sign in to comment.