flutter / flutter

Flutter makes it easy and fast to build beautiful apps for mobile and beyond
https://flutter.dev
BSD 3-Clause "New" or "Revised" License
165.53k stars 27.32k forks source link

devicelab tests fail when run with -j2 if they don't get to compile the tool #86209

Open Hixie opened 3 years ago

Hixie commented 3 years ago

These steps fail pretty reliably:

cd ~/dev/flutter/dev/devicelab
../../bin/dart --version
../../bin/cache/dart-sdk/bin/pub get
../../bin/cache/dart-sdk/bin/pub run test -j2

However, if you add this line after the pub get, they pass reliably:

rm -f ../../bin/cache/flutter_tools.*
chunhtai commented 3 years ago

remove severe: flake label since this is not related to high flaky ratio

godofredoc commented 1 year ago

Closing because the bug has not been updated for more than one year.

Feel free to reopen any bugs that you believe are important but please provide updates on how to resource the fix of the bug and what can be done to prevent the issue from not getting updates for another year.

github-actions[bot] commented 1 year ago

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.

Piinks commented 1 week ago

Reopening since I came across this issue and it is still linked in the codebase as unresolved.