Skip to content

Conversation

@flutteractionsbot
Copy link

@flutteractionsbot flutteractionsbot commented Nov 14, 2024

This pull request is created by automatic cherry pick workflow
Please fill in the form below, and a flutter domain expert will evaluate this cherry pick request.

Issue Link:

What is the link to the issue this cherry-pick is addressing?

#150131

Changelog Description:

Explain this cherry pick in one line that is accessible to most Flutter developers. See best practices for examples

Suggest macOS Sequoia Local Network permissions instead of CLI tool SocketException crash.

Impact Description:

What is the impact (ex. visual jank on Samsung phones, app crash, cannot ship an iOS app)? Does it impact development (ex. flutter doctor crashes when Android Studio is installed), or the shipping production app (the app crashes on launch)

The app fatally crashes on flutter run ios with a non-actionable error.

Workaround:

Is there a workaround for this issue?

The potential workarounds are listed in the error message added by this PR.

Risk:

What is the risk level of this cherry-pick?

  • Low
  • Medium
  • High

Test Coverage:

Are you confident that your fix is well-tested by automated tests?

  • Yes
  • No

Validation Steps:

What are the steps to validate that this fix works?

It's hard to validate this PR because the original issue is hard to reproduce, but you can manually add a socket exception here

try {
ptrResourceStream = client.lookup<PtrResourceRecord>(
ResourceRecordQuery.serverPointer(dartVmServiceName),
timeout: timeout,
);
and flutter run ios, and inspect the output.

…ng mdns discovery (flutter#157638)

Addresses flutter#150131, but doesn't fix it, as there seem to be cases where the steps included in the messages added in this PR don't work.
@flutteractionsbot flutteractionsbot added the cp: review Cherry-picks in the review queue label Nov 14, 2024
@flutteractionsbot
Copy link
Author

@LouiseHsu please fill out the PR description above, afterwards the release team will review this request.

@github-actions github-actions bot added the tool Affects the "flutter" command-line tool. See also t: labels. label Nov 14, 2024
@christopherfujino christopherfujino added the autosubmit Merge PR when tree becomes green via auto submit App label Dec 6, 2024
@auto-submit
Copy link
Contributor

auto-submit bot commented Dec 6, 2024

auto label is removed for flutter/flutter/158950, Failed to enqueue flutter/flutter/158950 with HTTP 400: GraphQL mutate failed.

@auto-submit auto-submit bot removed the autosubmit Merge PR when tree becomes green via auto submit App label Dec 6, 2024
@christopherfujino christopherfujino merged commit 32cb6f7 into flutter:flutter-3.27-candidate.0 Dec 10, 2024
123 checks passed
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Dec 11, 2024
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cp: review Cherry-picks in the review queue tool Affects the "flutter" command-line tool. See also t: labels.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants