-
Notifications
You must be signed in to change notification settings - Fork 351
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 settings migration test ios 866 #7204
Conversation
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.
Reviewable status: 0 of 14 files reviewed, 1 unresolved discussion
ios/MullvadVPN.xcodeproj/xcshareddata/xcschemes/MullvadVPN.xcscheme
line 338 at r1 (raw file):
buildConfiguration = "Release" revealArchiveInOrganizer = "YES"> <PreActions>
I'm not sure if it's a good way to remind app's publisher to test SettingsMigration before release. maybe we don't need to have this or we can put it in release note. any idea?
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.
Reviewable status: 0 of 14 files reviewed, 1 unresolved discussion (waiting on @mojganii)
ios/MullvadVPN.xcodeproj/xcshareddata/xcschemes/MullvadVPN.xcscheme
line 338 at r1 (raw file):
Previously, mojganii wrote…
I'm not sure if it's a good way to remind app's publisher to test SettingsMigration before release. maybe we don't need to have this or we can put it in release note. any idea?
I think it's nice, but realistically, only the person doing the release would see this, so it will be moot for most people writing code.
Instead, we should make sure our release process cannot be finished without completing migration tests, in a way or another.
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.
Reviewable status: 0 of 14 files reviewed, 1 unresolved discussion (waiting on @pinkisemils and @rablador)
ios/MullvadVPN.xcodeproj/xcshareddata/xcschemes/MullvadVPN.xcscheme
line 338 at r1 (raw file):
Previously, buggmagnet wrote…
I think it's nice, but realistically, only the person doing the release would see this, so it will be moot for most people writing code.
Instead, we should make sure our release process cannot be finished without completing migration tests, in a way or another.
So we can have a bash script which running either by Xcode project or Fastlane . let's know other opinions as well @pinkisemils @rablador
2edd03d
to
83738cd
Compare
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.
Reviewable status: 0 of 14 files reviewed, 1 unresolved discussion (waiting on @pinkisemils and @rablador)
ios/MullvadVPN.xcodeproj/xcshareddata/xcschemes/MullvadVPN.xcscheme
line 338 at r1 (raw file):
Previously, mojganii wrote…
So we can have a bash script which running either by Xcode project or Fastlane . let's know other opinions as well @pinkisemils @rablador
It's agreed to add that in release checklist.
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.
Reviewed 11 of 14 files at r1, 3 of 3 files at r2, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @buggmagnet)
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.
Reviewed 11 of 14 files at r1, 3 of 3 files at r2, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved
83738cd
to
4bc3a69
Compare
🚨 End to end tests failed. Please check the failed workflow run. |
This PR removes settings migration from CI due to the high maintenance cost of the tests. It is now intended to be run locally before release.
This change is