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

Removed composition error from branch node #4528

Merged
merged 2 commits into from
Dec 6, 2023

Conversation

hamersaw
Copy link
Contributor

@hamersaw hamersaw commented Dec 4, 2023

Tracking issue

fixes #4483

Why are the changes needed?

Propeller is no longer parsing composition structs correctly.

What changes were proposed in this pull request?

Removed the Error composition wrapper over flyteidl...core.Error.

How was this patch tested?

Unit tests updated and local testing.

Setup process

NA

Screenshots

_NA)

Check all the applicable boxes

  • I updated the documentation accordingly.
  • All new and existing tests passed.
  • All commits are signed-off.

Related PRs

NA

Docs link

NA

@dosubot dosubot bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Dec 4, 2023
Copy link

codecov bot commented Dec 4, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (040a05f) 58.90% compared to head (058b18c) 60.06%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4528      +/-   ##
==========================================
+ Coverage   58.90%   60.06%   +1.16%     
==========================================
  Files         620      440     -180     
  Lines       52458    36110   -16348     
==========================================
- Hits        30901    21691    -9210     
+ Misses      19090    12691    -6399     
+ Partials     2467     1728     -739     
Flag Coverage Δ
unittests 60.06% <ø> (+1.16%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Dec 5, 2023
@hamersaw hamersaw merged commit 9423d1f into master Dec 6, 2023
40 of 41 checks passed
@hamersaw hamersaw deleted the bug/crd-parsing-composition-error branch December 6, 2023 17:58
pvditt pushed a commit that referenced this pull request Dec 13, 2023
Signed-off-by: Daniel Rammer <[email protected]>
Signed-off-by: Paul Dittamo <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm This PR has been approved by a maintainer size:M This PR changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Condition "failure" branch results in "no branch satisfied" error
2 participants