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 settings migration test ios 866 #7204

Merged
merged 2 commits into from
Nov 27, 2024

Conversation

mojganii
Copy link
Collaborator

@mojganii mojganii commented Nov 19, 2024

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 Reviewable

Copy link

linear bot commented Nov 19, 2024

@mojganii mojganii self-assigned this Nov 19, 2024
@mojganii mojganii added the iOS Issues related to iOS label Nov 19, 2024
Copy link
Collaborator Author

@mojganii mojganii left a 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?

Copy link
Contributor

@buggmagnet buggmagnet left a 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.

Copy link
Collaborator Author

@mojganii mojganii left a 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

@mojganii mojganii force-pushed the remove-settings-migration-test-ios-866 branch from 2edd03d to 83738cd Compare November 21, 2024 09:44
Copy link
Collaborator Author

@mojganii mojganii left a 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.

Copy link
Contributor

@rablador rablador left a 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)

Copy link
Contributor

@buggmagnet buggmagnet left a comment

Choose a reason for hiding this comment

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

:lgtm:

Reviewed 11 of 14 files at r1, 3 of 3 files at r2, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved

@buggmagnet buggmagnet force-pushed the remove-settings-migration-test-ios-866 branch from 83738cd to 4bc3a69 Compare November 27, 2024 13:55
@buggmagnet buggmagnet merged commit 6aa54c2 into main Nov 27, 2024
11 of 12 checks passed
@buggmagnet buggmagnet deleted the remove-settings-migration-test-ios-866 branch November 27, 2024 13:57
Copy link

🚨 End to end tests failed. Please check the failed workflow run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
iOS Issues related to iOS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants