-
Notifications
You must be signed in to change notification settings - Fork 147
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
[Tooling] Make pod trunk push
be --synchronous
, to fix issue when releasing both pods together
#1391
base: develop
Are you sure you want to change the base?
Conversation
To prevent the Editor pod to fail to be pushed to trunk if the Aztec pod it depends on hasn't propagated through the CDN yet
pod trunk push
be --synchronous
— to fix issue when releasing both pods together
pod trunk push
be --synchronous
— to fix issue when releasing both pods togetherpod trunk push
be --synchronous
, to fix issue when releasing both pods together
It seems like the test failures are due to the "Allow Paste" System Prompt—which now appears on the simulator in more recent iOS versions—during the copy/paste-related tests. @geriux @mokagio can I let you look at those failures? There's probably a way in XCTest to catch those during a UITest (maybe PS: While taking a quick look at the workspace I noticed that the build settings are still set to I also noticed that all the methods around manipulating and converting between |
2f50d83 bumps the target to iOS 12, which is the minimum supported by Xcode 15. The warnings remain, I added |
🤔 @jkmassel addressed this in #1377 by making the pasteboard injectable during unit testing. When I merged the latest As far as I can tell, the remaining tests failures at the custom
|
I don't see that |
Why?
To prevent the Editor pod to fail to be pushed to trunk if the Aztec pod it depends on hasn't propagated through the CDN yet
Fixes the issue raised in this Slack thread: p1711026617605489-slack-CC7L49W13 cc @geriux
Testing
It's gonna be difficult to test the change on this repo without actually doing a new version of the Aztec and Editor pods.
The new ability of
publish_pod
to accept a--synchronous
flag has already been tested as part of the Gravatar-iOS-SDK repo (which had a similar issue of co-dependant pods having to be released together), so I think we should be good though.So I say we can probably trust that it will work as expected like it did for the Gravatar repo, and I'm counting on the next dev who will have to make a new version of these pods to let us know if it ends up still not working.