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

Remove deprecated result fields and classes and associated utilities #16552

Merged
merged 9 commits into from
Dec 31, 2024

Conversation

cicdw
Copy link
Member

@cicdw cicdw commented Dec 30, 2024

This PR removes deprecated result fields and classes and associated utilities that were slated for November 2024 removal.

@github-actions github-actions bot added the ui-replatform Related to the React UI rewrite label Dec 30, 2024
Copy link

codspeed-hq bot commented Dec 30, 2024

CodSpeed Performance Report

Merging #16552 will not alter performance

Comparing remove-deprecated-fields (508a170) with main (f905f50)

Summary

✅ 3 untouched benchmarks

@cicdw cicdw removed the ui-replatform Related to the React UI rewrite label Dec 30, 2024
Copy link
Collaborator

@zzstoatzz zzstoatzz left a comment

Choose a reason for hiding this comment

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

looks great to me! defer to the result-father @desertaxle though for any additional compat considerations (though I can't immediately think of any inherent problems with this)

Copy link
Member

@desertaxle desertaxle left a comment

Choose a reason for hiding this comment

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

LGTM!

I tested this PR by running a flow with tasks against a 2.x server and then upgrading to this version.

I was able to load results for the tasks run against a 2.x server after upgrade, but I couldn't load the flow result. Upon further inspection, the 2.x flow result contained all the task states which included PersistedResult instances which caused the unpickling to fail.

A flow result that only contains tasks states isn't particularly useful, so I don't think any changes are needed, but we might need to remember this if any users run into it.

@zzstoatzz zzstoatzz merged commit 34ce4fd into main Dec 31, 2024
40 checks passed
@zzstoatzz zzstoatzz deleted the remove-deprecated-fields branch December 31, 2024 20:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants