- 24 Oct, 2020 1 commit
-
-
Jonah Williams authored
-
- 20 Oct, 2020 2 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-
- 19 Oct, 2020 10 commits
-
-
Jonah Williams authored
These devicelab tests are incredibly flaky. Currently they will build & install the same application 15 times. This causes the temp storage to fill up on android, and has a good chance of flaking on iOS due to install issues. The change from 3 to 15 increased total test time for 2 -> 12 minutes on iOS, or roughly 5 more test equivalents for every single iOS test. Reduce the iteration count back to 5 Uninstall the app after each run so temp storage does not fill up.
-
Jonah Williams authored
Revert "[devicelab] reduce iterations, uninstall at end, and use --application-binary in all startup tests (#68516)" (#68531) This reverts commit a4c2075a.
-
Jonah Williams authored
This reverts commit 0f69f8e5.
-
Jonah Williams authored
-
Jonah Williams authored
[devicelab] reduce iterations, uninstall at end, and use --application-binary in all startup tests (#68516) These devicelab tests are incredibly flaky. Currently they will build & install the same application 15 times. This causes the temp storage to fill up on android, and has a good chance of flaking on iOS due to install issues. The change from 3 to 15 increased total test time for 2 -> 12 minutes on iOS, or roughly 5 more test equivalents for every single iOS test. Reduce the iteration count back to 5 Uninstall the app after each run so temp storage does not fill up.
-
Jonah Williams authored
Removes one-off handling for defines test and forces it to run through the DriverTest interface
-
Jonah Williams authored
Split the integration_ui target into individual driver tests. Remove disabled screenshot tests
-
Jonah Williams authored
Remove devicelab specific code for shutting down gradle daemon, add --android-gradle-daemon option to build/run/drive`. Avoids need for un-tested devicelab specific handler. There are also some feature requests for this, so 2 birds one stone. Example: flutter build apk --no-android-gradle-daemon will pass --no-daemon on to gradle
-
Jonah Williams authored
This reverts commit ddab72e7.
-
Jonah Williams authored
Remove devicelab specific code for shutting down gradle daemon, add --android-gradle-daemon option to build/run/drive`. Avoids need for un-tested devicelab specific handler. There are also some feature requests for this, so 2 birds one stone. Example: flutter build apk --no-android-gradle-daemon will pass --no-daemon on to gradle
-
- 16 Oct, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 15 Oct, 2020 3 commits
-
-
Jonah Williams authored
This reverts commit 8ba5732c.
-
Dan Field authored
- 14 Oct, 2020 2 commits
-
-
Jonah Williams authored
- run_without_leak_tests: have been disabled for months - build_benchmark: the tooling work here is mostly done and we're not tracking further improvements, free up more devicelab capacity - system_debug_ios: does not work post iOS13 - mac_enable_twc: not adding more mac tests to devicelab - hello_world_start_up: disabled Any tests that we think will be valuable in the future can be resurrected from the git history.
-
Jonah Williams authored
--use-application-binary allows running with an already built APK. This can be useful for speeding up CI test cases, or in our case eventually supporting some sort of build server. Demonstrate that this works by updating the old gallery test to use it. Fixes #56604 Co-authored-by: Jenn Magder <magder@google.com>
-
- 13 Oct, 2020 2 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
A change which sped up hot restart locally caused many of the devicelab measures to regress. I think this is because we do not measure when the isolate is actually "ready", so starting a reload or restart prematurely can cause time spent doing initialization to be registered as part of the reload operation. A fix for this would be to have the framework include some sort of "initialization complete" event ... but it is not clear what the correct trigger would be. Perhaps after the first frame is successfully registered? (9a3a0dc1 caused the benchmark regression - possibly since we spend less time syncing files now so we start the restart earlier)
-
- 09 Oct, 2020 1 commit
-
-
Yuqian Li authored
-
- 07 Oct, 2020 1 commit
-
-
Casey Hillers authored
-
- 02 Oct, 2020 3 commits
-
-
Ming Lyu (CareF) authored
-
Yuqian Li authored
-
Ming Lyu (CareF) authored
-
- 01 Oct, 2020 1 commit
-
-
Yuqian Li authored
Fixes https://github.com/flutter/flutter/issues/66569
-
- 30 Sep, 2020 1 commit
-
-
Chris Yang authored
-
- 28 Sep, 2020 2 commits
-
-
Jenn Magder authored
- 24 Sep, 2020 2 commits
-
-
Yuqian Li authored
- 23 Sep, 2020 1 commit
-
-
Ming Lyu (CareF) authored
-
- 16 Sep, 2020 2 commits
-
-
Michael R Fairhurst authored
-
Ming Lyu (CareF) authored
-
- 15 Sep, 2020 2 commits
-
-
Yuqian Li authored
-
Jonah Williams authored
Currently these tests are taking CI time without providing any value, because there is no verification that network connectivity is avoided. This is better covered by a unit test that verifies that --offline is passed to pub.
-
- 12 Sep, 2020 1 commit
-
-
Ming Lyu (CareF) authored
-
- 11 Sep, 2020 1 commit
-
-
Yuqian Li authored
-
- 10 Sep, 2020 1 commit
-
-
xster authored
-