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

463 add error data to error field #481

Merged
merged 6 commits into from
Jan 23, 2024
Merged

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
@@ -189,7 +201,7 @@ pub async fn submit_task_output(
);

// 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
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
7 of 8 checks passed
@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