-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listc: tech-debtTechnical debt, code quality, testing, etc.Technical debt, code quality, testing, etc.team-infraOwned by Infrastructure teamOwned by Infrastructure teamtriaged-infraTriaged by Infrastructure teamTriaged by Infrastructure team
Description
The recipe library that uploads logs set both
FLUTTER_LOGS_DIRandFLUTTER_TEST_OUTPUTS_DIRto the same path
(see https://flutter.googlesource.com/recipes/+/refs/heads/main/recipe_modules/logs_util/api.py#27)So tools should be able to use either one. (I don't know why both of these variables exist given that they appear to be identical)
AFAICT the
flutter_dronerecipe used to run the test linked above is not using the log upload library. The recipe itself would need to be modified in order to get that functionality.
That's unfortunate, as flutter_drone is used over 100+ times.
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listc: tech-debtTechnical debt, code quality, testing, etc.Technical debt, code quality, testing, etc.team-infraOwned by Infrastructure teamOwned by Infrastructure teamtriaged-infraTriaged by Infrastructure teamTriaged by Infrastructure team