-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Add additional information to DeviceLab readme for running DeviceLab tests locally #160243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add additional information to DeviceLab readme for running DeviceLab tests locally #160243
Conversation
|
Two tests failed because of dependency downloads (and both seem unrelated to the document change): Windows tool_integration_tests_2_9 "Server returned HTTP response code: 504" while downloading Gradle 8.9: It seems the server just temporarily failed; it downloads fine now. I guess there is nothing to do here except discuss if there should be a cache or some other way here which would eliminate the need for CI downloading it or at least reduce the amount of times it needs to be done. Mac gradle_plugin_bundle_test "Error: The downloaded Xcode app is possibly corrupted": The XCode installer was retrieved fine from a cache, but it turned out to be corrupted. While the retry message says it will redownload it, it just prefetched it from the same cache and seems to have gotten the same corrupted one again as it hit the same cache. The cache is corrupted? Seems to be similar to #157931 |
|
@johnmccutchan FYI: I created a small PR to add information to the DeviceLab Readme that would help developers run tests better locally based on what we have learned so far. |
|
Merged in the new master, all tests fine now |
f25ec1b to
bacc304
Compare
…viceLab tests locally (flutter/flutter#160243)
…viceLab tests locally (flutter/flutter#160243)
…viceLab tests locally (flutter/flutter#160243)
…viceLab tests locally (flutter/flutter#160243)
…viceLab tests locally (flutter/flutter#160243)
…viceLab tests locally (flutter/flutter#160243)
…viceLab tests locally (flutter/flutter#160243)
…viceLab tests locally (flutter/flutter#160243)
…viceLab tests locally (flutter/flutter#160243)
…viceLab tests locally (flutter/flutter#160243)
…viceLab tests locally (flutter/flutter#160243)
…viceLab tests locally (flutter/flutter#160243)
…viceLab tests locally (flutter/flutter#160243)
…viceLab tests locally (flutter/flutter#160243)
…viceLab tests locally (flutter/flutter#160243)
…viceLab tests locally (flutter/flutter#160243)
…viceLab tests locally (flutter/flutter#160243)
…viceLab tests locally (flutter/flutter#160243)
…viceLab tests locally (flutter/flutter#160243)
…viceLab tests locally (flutter/flutter#160243)
…viceLab tests locally (flutter/flutter#160243)
…viceLab tests locally (flutter/flutter#160243)
…viceLab tests locally (flutter/flutter#160243)
…viceLab tests locally (flutter/flutter#160243)
…viceLab tests locally (flutter/flutter#160243)
…viceLab tests locally (flutter/flutter#160243)
Fixes #160242
Pre-launch Checklist
///).If you need help, consider asking for advice on the #hackers-new channel on [Discord].