Skip to content

Conversation

jakemac53
Copy link
Contributor

@jakemac53 jakemac53 commented Aug 18, 2021

Fixes #1386
Fixes #1383

@google-cla google-cla bot added the cla: yes label Aug 18, 2021
@jakemac53
Copy link
Contributor Author

Looks like I still see at least one timeout here. Probably this needs some investigation on a windows box.

@jakemac53
Copy link
Contributor Author

I tried running the test that timed out locally and the whole thing completed in 2.5 seconds. So I do not believe it is timing out it is actually hanging. Trying to figure out why, but I can't reproduce it locally.

@jakemac53
Copy link
Contributor Author

Ahah! It appears to actually be hanging on the cleanup of the client (ie: in the tearDown code).

@jakemac53 jakemac53 changed the title increase timeouts for frontend_server_client tests, unskip tests Force quit frontend server after one second, unskip tests Aug 18, 2021
@jakemac53 jakemac53 requested a review from annagrin August 18, 2021 22:12
Copy link
Contributor

@annagrin annagrin left a comment

Choose a reason for hiding this comment

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

LGTM with a comment

@@ -295,10 +295,13 @@ class FrontendServerClient {
}

/// Stop the service gracefully (using the shutdown command)
Future<int> shutdown() {
_feServerStdoutLines.cancel();
Future<int> shutdown() async {
Copy link
Contributor

Choose a reason for hiding this comment

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

It would be great to open a bug on the SDK for that!

@jakemac53 jakemac53 merged commit 832b096 into master Aug 19, 2021
@jakemac53 jakemac53 deleted the increase-timeout branch August 19, 2021 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

frontend_server_client test times out in CI on windows frontend_server_client hot reload test timing out on windows
3 participants