-
Notifications
You must be signed in to change notification settings - Fork 13.8k
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
fix(migration): 87d38ad83218 failing on upgrade #30275
fix(migration): 87d38ad83218 failing on upgrade #30275
Conversation
@sadpandajoe @michael-s-molina if there's another RC round for 4.1 I suggest cherrying this one in. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #30275 +/- ##
===========================================
+ Coverage 60.48% 83.75% +23.27%
===========================================
Files 1931 534 -1397
Lines 76236 38544 -37692
Branches 8568 0 -8568
===========================================
- Hits 46114 32284 -13830
+ Misses 28017 6260 -21757
+ Partials 2105 0 -2105
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Sure. Really weird that these migrations are failing. |
Btw, I'm wondering if our CI tests should do upgrade, init, downgrade, upgrade and finally init again? I think this may help catch issues related to down migrations. |
CC @eschutho since she's looking at E2E flows/upgrades currently. |
Seems like a good improvement to me, though I'd suggest putting it in its own GHA check as opposed to inline it wherever |
(cherry picked from commit 78099b0)
SUMMARY
On my local devenv today I ran into the issue described in #27896. I'm not sure why I hadn't run into this previously, but I believe it's because I had done a downgrade past this revision at some point, potentially triggering the erroneous perm state caused by the missing pvm in
NEW_PVMS
. After applying the change bug @ne1r0n proposed things worked out for me.BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION