Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

[in_app_purchase_storekit] Fixup iOS integration test placeholder and remove exclusion #6604

Merged
merged 4 commits into from
Oct 25, 2022

Conversation

IVLIVS-III
Copy link
Contributor

@IVLIVS-III IVLIVS-III commented Oct 23, 2022

The removed exclusion is no longer necessary after closing flutter/flutter#81695.
See also this comment where the obsolete exclusion surfaced.

Closes flutter/flutter#113912

Pre-launch Checklist

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I read the Tree Hygiene wiki page, which explains my responsibilities.
  • I read and followed the relevant style guides and ran the auto-formatter. (Unlike the flutter/flutter repo, the flutter/plugins repo does use dart format.)
  • I signed the CLA.
  • The title of the PR starts with the name of the plugin surrounded by square brackets, e.g. [shared_preferences]
  • I listed at least one issue that this PR fixes in the description above.
  • I updated pubspec.yaml with an appropriate new version according to the pub versioning philosophy, or this PR is exempt from version changes.
  • I updated CHANGELOG.md to add a description of the change, following repository CHANGELOG style.
  • I updated/added relevant documentation (doc comments with ///).
  • I added new tests to check the change I am making, or this PR is test-exempt.
  • All existing and new tests are passing.

If you need help, consider asking for advice on the #hackers-new channel on Discord.

@IVLIVS-III
Copy link
Contributor Author

I'm unsure if additional tests are necessary for this PR. As far as I can tell, removing the exclusion should already result in additional tests to be run.

@@ -1,3 +1,7 @@
## NEXT

Choose a reason for hiding this comment

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

Is this supposed to be a version number? What is NEXT?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I used the update-release-info tool with the --version=minimal option.
This generated the NEXT automatically, indicating that the change does not required a version update.

But I guess from reading the docs, there shouldn't be an entry to the CHANGELOG at all, since this PR only affects development of the package, i.e. is a test-only change.

All version changes must have an accompanying CHANGELOG update. Even version-exempt changes should usually update CHANGELOG by adding a special NEXT entry at the top of CHANGELOG.md (unless they only affect development of the package, such as test-only changes):

How would you interpret this? Should I remove the CHANGELOG entry again, leave it as is, or add a proper version change?

Copy link
Contributor

Choose a reason for hiding this comment

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

This is a tool bug; it wasn't updated when the repo policy changed (filed flutter/flutter#113941). You can just just remove the entry entirely, yes.

Copy link

@a-wallen a-wallen left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@stuartmorgan-g stuartmorgan-g left a comment

Choose a reason for hiding this comment

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

LGTM (ideally with the changelog removed, but it's fine either way). Thanks for cleaning this up!

(@a-wallen Was your comment meant to have the approval bit?)

@@ -1,3 +1,7 @@
## NEXT
Copy link
Contributor

Choose a reason for hiding this comment

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

This is a tool bug; it wasn't updated when the repo policy changed (filed flutter/flutter#113941). You can just just remove the entry entirely, yes.

Copy link
Contributor

@cyanglaz cyanglaz left a comment

Choose a reason for hiding this comment

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

LGTM

@a-wallen
Copy link

@stuartmorgan no, I never meant to give the green light. The patch LGTM, but I can't say I have enough experience with this topic to give an official LGTM.

@stuartmorgan-g
Copy link
Contributor

A conflict had developed in the CHANGELOG so I just resolved it via GitHub's resolution UI by removing the changes per discussion above.

@stuartmorgan-g stuartmorgan-g added the autosubmit Merge PR when tree becomes green via auto submit App label Oct 25, 2022
@auto-submit auto-submit bot removed the autosubmit Merge PR when tree becomes green via auto submit App label Oct 25, 2022
@auto-submit
Copy link

auto-submit bot commented Oct 25, 2022

auto label is removed for flutter/plugins, pr: 6604, due to - The status or check suite repo_checks has failed. Please fix the issues identified (or deflake) before re-applying this label.

@stuartmorgan-g stuartmorgan-g added the override: no changelog needed Override the check requiring CHANGELOG updates for most changes label Oct 25, 2022
@IVLIVS-III
Copy link
Contributor Author

thx for removing the CHANGELOG entry, I haven't had time to revert the changes myself

@stuartmorgan-g
Copy link
Contributor

stuartmorgan-g commented Oct 25, 2022

Looks like we need to add integration tests to the dev-only check for changelog validation. For now, adding the override label since it's a false positive.

@stuartmorgan-g stuartmorgan-g added the autosubmit Merge PR when tree becomes green via auto submit App label Oct 25, 2022
@auto-submit auto-submit bot merged commit fed9104 into flutter:main Oct 25, 2022
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Oct 25, 2022
@IVLIVS-III IVLIVS-III deleted the iap_macos/integration-test-fix branch October 25, 2022 15:15
adam-harwood pushed a commit to adam-harwood/flutter_plugins that referenced this pull request Nov 3, 2022
mauricioluz pushed a commit to mauricioluz/plugins that referenced this pull request Jan 26, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
autosubmit Merge PR when tree becomes green via auto submit App override: no changelog needed Override the check requiring CHANGELOG updates for most changes p: in_app_purchase platform-ios
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[in_app_purchase_storekit] wrong iOS integration test setup
4 participants