flutter/dev/automated_tests
Ian Hickson f92f71feb9 Lock flutter tool while updating artifacts (#4476)
This prevents multiple simultaneous runs of the analyzer from stomping
over each other (e.g. multiple runs of 'update-packages'). Certain
long-lived commands (like analyze, run, logs) are exempted once they've
done enough work to be safe from most stomping action.

This still doesn't make us entirely safe from craziness, e.g. if you're
half way through an 'update-packages' run and you call 'git pull', who
knows what state you'll end up in. But there's only so much one can do.

Fixes https://github.com/flutter/flutter/issues/2762
2016-06-14 10:16:08 -07:00
..
flutter_test Lock flutter tool while updating artifacts (#4476) 2016-06-14 10:16:08 -07:00
test_smoke_test Fix tests (#3977) 2016-05-17 12:45:37 -07:00
.gitignore Fix tests (#3977) 2016-05-17 12:45:37 -07:00
flutter.yaml Fix tests (#3977) 2016-05-17 12:45:37 -07:00
pubspec.yaml Fix tests (#3977) 2016-05-17 12:45:37 -07:00
README.md Fix tests (#3977) 2016-05-17 12:45:37 -07:00

This is a fake package for use by automated testing. For example, the flutter_tools package uses this to test flutter test.