Skip to content

Comments

463 add error data to error field#481

Merged
hulto merged 6 commits intomainfrom
463-add-error-data-to-error-field
Jan 23, 2024
Merged

463 add error data to error field#481
hulto merged 6 commits intomainfrom
463-add-error-data-to-error-field

Conversation

@hulto
Copy link
Collaborator

@hulto hulto commented Jan 23, 2024

What type of PR is this?

/kind feature

What this PR does / why we need it:

Adds error output to the error field.

Which issue(s) this PR fixes:

Fixes #463

@hulto hulto linked an issue Jan 23, 2024 that may be closed by this pull request

// Loop over each line of output from the task and append it the the channel output.
queue_task_output(async_task, *task_id, running_task_res_map, loop_start_time);
let _ = queue_task_output(async_task, *task_id, running_task_res_map);
Copy link
Collaborator

Choose a reason for hiding this comment

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

🤔 why?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

True

Cictrone
Cictrone previously approved these changes Jan 23, 2024
Copy link
Collaborator

@Cictrone Cictrone left a comment

Choose a reason for hiding this comment

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

just one thing thats sus

@hulto hulto requested a review from Cictrone January 23, 2024 03:06
@codecov
Copy link

codecov bot commented Jan 23, 2024

Codecov Report

Attention: 21 lines in your changes are missing coverage. Please review.

Comparison is base (183e36d) 69.65% compared to head (e9868a9) 69.95%.

Files Patch % Lines
implants/imix/src/tasks.rs 50.00% 20 Missing ⚠️
implants/imix/src/exec.rs 95.83% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #481      +/-   ##
==========================================
+ Coverage   69.65%   69.95%   +0.30%     
==========================================
  Files         121      121              
  Lines        9531     9527       -4     
==========================================
+ Hits         6639     6665      +26     
+ Misses       2779     2749      -30     
  Partials      113      113              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@hulto hulto merged commit e0d640d into main Jan 23, 2024
@hulto hulto deleted the 463-add-error-data-to-error-field branch January 23, 2024 04:22
KCarretto pushed a commit that referenced this pull request Feb 1, 2024
 
463 add error data to error field (#481)
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.

Add error data to error field

2 participants