• Jonah Williams's avatar
    [devicelab] reland: reduce iterations of startup test, use application binary (#68532) · a152c0f4
    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.
    a152c0f4
Name
Last commit
Last update
..
analysis.dart Loading commit data...
gallery.dart Loading commit data...
hot_mode_tests.dart Loading commit data...
integration_tests.dart Loading commit data...
microbenchmarks.dart Loading commit data...
new_gallery.dart Loading commit data...
perf_tests.dart Loading commit data...
plugin_tests.dart Loading commit data...
track_widget_creation_enabled_task.dart Loading commit data...
web_benchmarks.dart Loading commit data...
web_dev_mode_tests.dart Loading commit data...