Skip to content

Reland "Re-enable the Dart Development Service (DDS) (#64671)"#64802

Merged
bkonyi merged 3 commits into
masterfrom
reenable_dds
Aug 28, 2020
Merged

Reland "Re-enable the Dart Development Service (DDS) (#64671)"#64802
bkonyi merged 3 commits into
masterfrom
reenable_dds

Conversation

@bkonyi

@bkonyi bkonyi commented Aug 28, 2020

Copy link
Copy Markdown
Contributor

iOS device lab bots were failing since the MDNS code was relying on hostVmServicePort being null to actually forward the device port, causing DDS to attempt to connect to http://localhost:0. When DDS is enabled, hostVmServicePort is set to 0 to represent that the VM service should be forwarded to any port.

@bkonyi bkonyi requested a review from jonahwilliams August 28, 2020 16:54
@flutter-dashboard flutter-dashboard Bot added the tool Affects the "flutter" command-line tool. See also t: labels. label Aug 28, 2020

@jonahwilliams jonahwilliams left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

could you add some unit test coverage for the mdns change, or something that would have otherwise caught that error on presubmit?

@bkonyi

bkonyi commented Aug 28, 2020

Copy link
Copy Markdown
Contributor Author

could you add some unit test coverage for the mdns change, or something that would have otherwise caught that error on presubmit?

Sure, let me take a look. Shouldn't be an issue.

@bkonyi

bkonyi commented Aug 28, 2020

Copy link
Copy Markdown
Contributor Author

could you add some unit test coverage for the mdns change, or something that would have otherwise caught that error on presubmit?

Done.

@jonahwilliams jonahwilliams left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

@bkonyi bkonyi merged commit eef0050 into master Aug 28, 2020
@bkonyi bkonyi deleted the reenable_dds branch August 28, 2020 23:18
jonahwilliams pushed a commit that referenced this pull request Aug 29, 2020
jonahwilliams pushed a commit that referenced this pull request Aug 29, 2020
mingwandroid pushed a commit to mingwandroid/flutter that referenced this pull request Sep 6, 2020
…flutter#64802)

* Reland "Re-enable the Dart Development Service (DDS) (flutter#64671)"

This reverts commit 2ae25cc.

* Fix MDNS building Observatory URI with port 0 instead of forwarding the device port

* Added MDNS test
mingwandroid pushed a commit to mingwandroid/flutter that referenced this pull request Sep 6, 2020
@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Aug 29, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

tool Affects the "flutter" command-line tool. See also t: labels.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants