Ian Hickson
6bfd9bb996
Fix a race condition in vmservice_test.dart ( #23835 )
...
Fixes https://github.com/flutter/flutter/issues/19273
2018-11-08 20:54:06 -08:00
Ian Hickson
5b4a5da78e
Revert "[O] Fix a race condition in vmservice_test.dart" ( #23647 )
...
* Revert "[H] Created a variant of InheritedWidget specifically for Listenables (#23393 )"
This reverts commit 931328596a
.
* Revert "Fix a race condition in vmservice_test.dart (#23529 )"
This reverts commit 5e7b0a366b
.
2018-10-28 13:43:15 -07:00
Ian Hickson
5e7b0a366b
Fix a race condition in vmservice_test.dart ( #23529 )
...
Fixes https://github.com/flutter/flutter/issues/19273
2018-10-27 16:50:53 -07:00
Ian Hickson
686d8f8a22
Shim package:test to avoid matcher issues ( #20602 )
...
* Upgrade everything except matcher.
* Roll matcher (and test)
* Adjust tests that depend on flutter:test directly to depend on a shim
* Require use of package:test shim and remove other references to package:test
2018-08-14 20:33:58 -07:00
Ian Hickson
35ad2a786d
Remove race conditions involving finding available ports ( #18698 )
...
This is an attempt to reland #18488 with less breakage on macOS.
2018-06-27 16:44:28 -07:00
Ian Hickson
0fa5ba43a1
Revert "Remove race conditions involving finding available ports ( #18488 )" ( #18521 )
...
This reverts commit 7750872251
.
2018-06-15 15:37:20 -07:00
Ian Hickson
7750872251
Remove race conditions involving finding available ports ( #18488 )
2018-06-15 14:16:18 -07:00
Todd Volkert
12bbaba9ae
Do exponential backoff for all exceptions in VMService::defaultOpenChannel. ( #16785 )
...
We were trying to only catch WebSocketException, but in fact
SocketException can be thrown as well.
2018-04-19 23:36:15 -07:00
Yegor
85473d0941
retry VMService connection; expect missing PRODUCT_BUNDLE_IDENTIFIER ( #16770 )
...
Fixes #13655
2018-04-19 18:29:49 -07:00
Yegor
d4830fcf1b
smoke test VM service connection before returning VMService object ( #12914 )
2017-11-08 10:43:47 -08:00