-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
[release builder] fix framework upgrade ordering (main) #14814
[release builder] fix framework upgrade ordering (main) #14814
Conversation
⏱️ 31m total CI duration on this PR
🚨 1 job on the last run was significantly faster/slower than expected
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we have some unit tests for this?
@georgemitenkov agreed. Lack of test coverage is exactly what resulted in this and some other bugs in the release builder in the first place. Although we'll need to put in some more thoughts to determine the exact form of tests -- for example, in this particular case, generating and then simulating the proposals would not have helped us catch this bug. I've added test coverage as a high priority item to our release builder roadmap. This shall ship either before or at the same time as we introduce the other improvements we've planned (e.g. simulation before submission). |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
✅ Forge suite
|
✅ Forge suite
|
✅ Forge suite
|
This fixes a bug in the release builder that results in the framework upgrade scripts being generated in reverse order.