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

Unbreak task packing #1887

Closed
wants to merge 2 commits into from
Closed

Unbreak task packing #1887

wants to merge 2 commits into from

Conversation

cjao
Copy link
Contributor

@cjao cjao commented Dec 13, 2023

When submitting a task group, only attempt to upload task inputs corresponding to nodes external to the task group since only those will have been resolved.

This error was exposed by the recent change to stop uploading null attributes of electrons during dispatch. Previously the outputs of electrons -- even those that had not run yet -- were initialized to a non-null default value and then replaced during task execution.

  • I have added the tests to cover my changes.
  • I have updated the documentation and CHANGELOG accordingly.
  • I have read the CONTRIBUTING document.

When submitting a task group, only attempt to upload task inputs
corresponding to nodes external to the task group since only those
will have been resolved.
Copy link

codecov bot commented Dec 13, 2023

Codecov Report

Merging #1887 (d7849ac) into develop (d94bdaf) will increase coverage by 0.05%.
Report is 1 commits behind head on develop.
The diff coverage is 95.55%.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #1887      +/-   ##
===========================================
+ Coverage    84.43%   84.48%   +0.05%     
===========================================
  Files          294      295       +1     
  Lines        14389    14467      +78     
  Branches       195      195              
===========================================
+ Hits         12149    12223      +74     
- Misses        2106     2110       +4     
  Partials       134      134              
Flag Coverage Δ
Dispatcher 92.33% <100.00%> (+<0.01%) ⬆️
Functional_Tests 51.36% <56.66%> (+0.03%) ⬆️
SDK 79.49% <95.29%> (+0.17%) ⬆️
UI_Backend 84.73% <ø> (ø)
UI_Frontend 73.35% <ø> (ø)

@cjao cjao marked this pull request as ready for review December 13, 2023 13:57
@cjao cjao requested review from a team as code owners December 13, 2023 13:57
@cjao cjao closed this Apr 9, 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.

1 participant