Chromium Code Reviews
DescriptionMake battor_wrapper use target_platform instead of sys.platform
This fixes a bug where trying to fetch the battor_agent while running
unit tests was resulting in an error because cloud storage access is
prohibited during Telemetry unit tests. The fetch should have resulted
in no cloud storage access because the binary should have been
prefetched, but didn't because we were using sys.platform ('linux2')
instead of target_platform ('linux').
This bug was blocking TracingControllerTest.testBattorTracing from being
reenabled, so we also reenable that in this CL.
BUG=chromium:673671
Patch Set 1 #
Total comments: 1
Messages
Total messages: 9 (6 generated)
|
|||||||||||||||||||||||||||||||||||||