Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(160)

Issue 1819183002: [Telemetry] Add battor tracing agent (Closed)

Created:
4 years, 9 months ago by rnephew (Reviews Here)
Modified:
4 years, 7 months ago
CC:
catapult-reviews_chromium.org, Zhen Wang
Base URL:
git@github.com:catapult-project/catapult@master
Target Ref:
refs/heads/master
Project:
catapult
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 25

Patch Set 2 : small fixes #

Total comments: 30

Patch Set 3 : #

Patch Set 4 : dependency config #

Total comments: 2

Patch Set 5 : nix local_paths #

Total comments: 4

Patch Set 6 : bucket/folder in config #

Total comments: 1

Patch Set 7 : dependency manager added #

Total comments: 11

Patch Set 8 : #

Total comments: 13

Patch Set 9 : #

Total comments: 12

Patch Set 10 : #

Total comments: 24

Patch Set 11 : #

Total comments: 6

Patch Set 12 : #

Patch Set 13 : change dep manager config #

Patch Set 14 : Monkey Patch Agent Iter #

Patch Set 15 : #

Total comments: 2

Patch Set 16 : #

Patch Set 17 : #

Total comments: 11

Patch Set 18 : #

Patch Set 19 : other cl landed #

Total comments: 4

Patch Set 20 : #

Patch Set 21 : #

Total comments: 18

Patch Set 22 : #

Total comments: 4

Patch Set 23 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+304 lines, -11 lines) Patch
M common/battor/battor/battor_wrapper.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +3 lines, -0 lines 0 comments Download
M telemetry/PRESUBMIT.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +1 line, -0 lines 0 comments Download
M telemetry/telemetry/__init__.py View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M telemetry/telemetry/core/tracing_controller_unittest.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +23 lines, -0 lines 0 comments Download
A telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +85 lines, -0 lines 0 comments Download
A telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent_unittest.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +168 lines, -0 lines 0 comments Download
M telemetry/telemetry/internal/platform/tracing_controller_backend_unittest.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 3 chunks +11 lines, -8 lines 0 comments Download
M telemetry/telemetry/internal/util/binary_manager.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +7 lines, -1 line 0 comments Download
M telemetry/telemetry/timeline/tracing_config.py View 1 2 3 4 5 6 7 8 2 chunks +5 lines, -2 lines 0 comments Download

Messages

Total messages: 89 (24 generated)
rnephew (Reviews Here)
This is mostly done, I just need a few questions answered to finish it up ...
4 years, 9 months ago (2016-03-21 23:18:18 UTC) #2
Zhen Wang
https://codereview.chromium.org/1819183002/diff/1/telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py File telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py (right): https://codereview.chromium.org/1819183002/diff/1/telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py#newcode50 telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py:50: #TODO(rnephew): Process config and return based off that. On ...
4 years, 9 months ago (2016-03-21 23:31:18 UTC) #3
alexandermont
https://codereview.chromium.org/1819183002/diff/1/telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py File telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py (right): https://codereview.chromium.org/1819183002/diff/1/telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py#newcode8 telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py:8: #from devil.utils import find_usb_devices On 2016/03/21 at 23:18:17, rnephew1 ...
4 years, 9 months ago (2016-03-21 23:47:54 UTC) #4
aiolos (Not reviewing)
https://codereview.chromium.org/1819183002/diff/1/telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py File telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py (right): https://codereview.chromium.org/1819183002/diff/1/telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py#newcode8 telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py:8: #from devil.utils import find_usb_devices On 2016/03/21 23:47:54, alexandermont wrote: ...
4 years, 9 months ago (2016-03-22 00:02:43 UTC) #5
rnephew (Reviews Here)
https://codereview.chromium.org/1819183002/diff/1/tools/battor/battor/battor_wrapper.py File tools/battor/battor/battor_wrapper.py (right): https://codereview.chromium.org/1819183002/diff/1/tools/battor/battor/battor_wrapper.py#newcode48 tools/battor/battor/battor_wrapper.py:48: battor_cmd.append('--bator-path=%s' % self._battor_path) On 2016/03/21 23:47:54, alexandermont wrote: > ...
4 years, 9 months ago (2016-03-22 00:06:48 UTC) #6
rnephew (Reviews Here)
https://codereview.chromium.org/1819183002/diff/1/tools/battor/battor/battor_wrapper.py File tools/battor/battor/battor_wrapper.py (right): https://codereview.chromium.org/1819183002/diff/1/tools/battor/battor/battor_wrapper.py#newcode26 tools/battor/battor/battor_wrapper.py:26: '../../../../../../../../../chromium_vanilla/src/out/Default/' On 2016/03/22 00:02:43, aiolos wrote: > On 2016/03/21 ...
4 years, 9 months ago (2016-03-22 16:57:44 UTC) #7
alexandermont
https://codereview.chromium.org/1819183002/diff/1/tools/battor/battor/battor_wrapper.py File tools/battor/battor/battor_wrapper.py (right): https://codereview.chromium.org/1819183002/diff/1/tools/battor/battor/battor_wrapper.py#newcode48 tools/battor/battor/battor_wrapper.py:48: battor_cmd.append('--bator-path=%s' % self._battor_path) On 2016/03/22 at 00:06:48, rnephew1 wrote: ...
4 years, 9 months ago (2016-03-22 17:01:31 UTC) #8
rnephew (Reviews Here)
4 years, 9 months ago (2016-03-22 17:04:45 UTC) #10
charliea (OOO until 10-5)
https://codereview.chromium.org/1819183002/diff/20001/telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py File telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py (right): https://codereview.chromium.org/1819183002/diff/20001/telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py#newcode8 telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py:8: #from devil.utils import find_usb_devices Commented out import? https://codereview.chromium.org/1819183002/diff/20001/telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py#newcode15 telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py:15: ...
4 years, 9 months ago (2016-03-22 18:01:42 UTC) #11
charliea (OOO until 10-5)
Also, one more nit: in general, most patch names I see don't have the trailing ...
4 years, 9 months ago (2016-03-22 18:02:47 UTC) #12
rnephew (Reviews Here)
https://codereview.chromium.org/1819183002/diff/20001/telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py File telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py (right): https://codereview.chromium.org/1819183002/diff/20001/telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py#newcode8 telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py:8: #from devil.utils import find_usb_devices On 2016/03/22 18:01:42, charliea wrote: ...
4 years, 9 months ago (2016-03-22 18:33:19 UTC) #14
aiolos (Not reviewing)
https://codereview.chromium.org/1819183002/diff/1/tools/battor/battor/battor_wrapper.py File tools/battor/battor/battor_wrapper.py (right): https://codereview.chromium.org/1819183002/diff/1/tools/battor/battor/battor_wrapper.py#newcode26 tools/battor/battor/battor_wrapper.py:26: '../../../../../../../../../chromium_vanilla/src/out/Default/' On 2016/03/22 16:57:44, rnephew1 wrote: > On 2016/03/22 ...
4 years, 9 months ago (2016-03-22 19:08:19 UTC) #15
rnephew (Reviews Here)
https://codereview.chromium.org/1819183002/diff/1/tools/battor/battor/battor_wrapper.py File tools/battor/battor/battor_wrapper.py (right): https://codereview.chromium.org/1819183002/diff/1/tools/battor/battor/battor_wrapper.py#newcode26 tools/battor/battor/battor_wrapper.py:26: '../../../../../../../../../chromium_vanilla/src/out/Default/' On 2016/03/22 19:08:19, aiolos wrote: > On 2016/03/22 ...
4 years, 9 months ago (2016-03-22 19:19:44 UTC) #16
aiolos (Not reviewing)
https://codereview.chromium.org/1819183002/diff/1/tools/battor/battor/battor_wrapper.py File tools/battor/battor/battor_wrapper.py (right): https://codereview.chromium.org/1819183002/diff/1/tools/battor/battor/battor_wrapper.py#newcode26 tools/battor/battor/battor_wrapper.py:26: '../../../../../../../../../chromium_vanilla/src/out/Default/' On 2016/03/22 19:08:19, aiolos wrote: > On 2016/03/22 ...
4 years, 9 months ago (2016-03-22 19:20:19 UTC) #17
nednguyen
https://codereview.chromium.org/1819183002/diff/1/tools/battor/battor/battor_wrapper.py File tools/battor/battor/battor_wrapper.py (right): https://codereview.chromium.org/1819183002/diff/1/tools/battor/battor/battor_wrapper.py#newcode26 tools/battor/battor/battor_wrapper.py:26: '../../../../../../../../../chromium_vanilla/src/out/Default/' On 2016/03/22 19:20:19, aiolos wrote: > On 2016/03/22 ...
4 years, 9 months ago (2016-03-22 20:04:48 UTC) #18
rnephew (Reviews Here)
On 2016/03/22 20:04:48, nednguyen wrote: > https://codereview.chromium.org/1819183002/diff/1/tools/battor/battor/battor_wrapper.py > File tools/battor/battor/battor_wrapper.py (right): > > https://codereview.chromium.org/1819183002/diff/1/tools/battor/battor/battor_wrapper.py#newcode26 > ...
4 years, 9 months ago (2016-03-22 20:08:30 UTC) #19
nednguyen
On 2016/03/22 20:08:30, rnephew1 wrote: > On 2016/03/22 20:04:48, nednguyen wrote: > > > https://codereview.chromium.org/1819183002/diff/1/tools/battor/battor/battor_wrapper.py ...
4 years, 9 months ago (2016-03-22 20:18:25 UTC) #20
rnephew (Reviews Here)
https://codereview.chromium.org/1819183002/diff/1/tools/battor/battor/battor_wrapper.py File tools/battor/battor/battor_wrapper.py (right): https://codereview.chromium.org/1819183002/diff/1/tools/battor/battor/battor_wrapper.py#newcode26 tools/battor/battor/battor_wrapper.py:26: '../../../../../../../../../chromium_vanilla/src/out/Default/' On 2016/03/22 20:04:48, nednguyen wrote: > On 2016/03/22 ...
4 years, 9 months ago (2016-03-22 20:20:07 UTC) #21
nednguyen
https://codereview.chromium.org/1819183002/diff/60001/tools/battor/battor/binary_dependencies.json File tools/battor/battor/binary_dependencies.json (right): https://codereview.chromium.org/1819183002/diff/60001/tools/battor/battor/binary_dependencies.json#newcode10 tools/battor/battor/binary_dependencies.json:10: "local_paths": ["../../../../../out/Debug/battor_agent", You can leave the local_path out.
4 years, 9 months ago (2016-03-22 20:34:08 UTC) #22
rnephew (Reviews Here)
https://codereview.chromium.org/1819183002/diff/60001/tools/battor/battor/binary_dependencies.json File tools/battor/battor/binary_dependencies.json (right): https://codereview.chromium.org/1819183002/diff/60001/tools/battor/battor/binary_dependencies.json#newcode10 tools/battor/battor/binary_dependencies.json:10: "local_paths": ["../../../../../out/Debug/battor_agent", On 2016/03/22 20:34:08, nednguyen wrote: > You ...
4 years, 9 months ago (2016-03-22 20:35:53 UTC) #23
aiolos (Not reviewing)
> I have added (most of) the config file. They are not uploaded yet, so ...
4 years, 9 months ago (2016-03-22 21:19:20 UTC) #24
rnephew (Reviews Here)
It seems pretty straight forward how to do it, I'll talk to people offline and ...
4 years, 9 months ago (2016-03-22 21:29:50 UTC) #25
aiolos (Not reviewing)
On 2016/03/22 21:29:50, rnephew1 wrote: > It seems pretty straight forward how to do it, ...
4 years, 9 months ago (2016-03-22 21:35:07 UTC) #26
Zhen Wang
https://codereview.chromium.org/1819183002/diff/1/tools/battor/battor/battor_wrapper.py File tools/battor/battor/battor_wrapper.py (right): https://codereview.chromium.org/1819183002/diff/1/tools/battor/battor/battor_wrapper.py#newcode61 tools/battor/battor/battor_wrapper.py:61: # TODO(rnephew): Change this when dumping to file is ...
4 years, 9 months ago (2016-03-22 23:17:59 UTC) #27
Zhen Wang
https://codereview.chromium.org/1819183002/diff/100001/telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py File telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py (right): https://codereview.chromium.org/1819183002/diff/100001/telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py#newcode8 telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py:8: #from devil.utils import find_usb_devices Do we need to put ...
4 years, 9 months ago (2016-03-22 23:50:56 UTC) #28
rnephew (Reviews Here)
On 2016/03/22 23:50:56, Zhen Wang wrote: > https://codereview.chromium.org/1819183002/diff/100001/telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py > File telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py > (right): > > ...
4 years, 9 months ago (2016-03-24 18:12:32 UTC) #29
rnephew (Reviews Here)
On 2016/03/24 18:12:32, rnephew1 wrote: > On 2016/03/22 23:50:56, Zhen Wang wrote: > > > ...
4 years, 9 months ago (2016-03-24 18:12:41 UTC) #30
aiolos (Not reviewing)
https://codereview.chromium.org/1819183002/diff/120001/tools/battor/battor/binary_dependencies.json File tools/battor/battor/binary_dependencies.json (right): https://codereview.chromium.org/1819183002/diff/120001/tools/battor/battor/binary_dependencies.json#newcode5 tools/battor/battor/binary_dependencies.json:5: "cloud_storage_base_folder": "chrome-partner-telemetry/battor", Ugg. I apparently had a copy-paste fail ...
4 years, 9 months ago (2016-03-25 19:50:17 UTC) #31
alexandermont
https://codereview.chromium.org/1819183002/diff/120001/telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py File telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py (right): https://codereview.chromium.org/1819183002/diff/120001/telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py#newcode11 telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py:11: class BattorTracingAgent(tracing_agent.TracingAgent): I think you still need a GetResults ...
4 years, 8 months ago (2016-03-28 18:22:41 UTC) #32
rnephew (Reviews Here)
Still needs https://codereview.chromium.org/1828143004/ to land. https://codereview.chromium.org/1819183002/diff/120001/telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py File telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py (right): https://codereview.chromium.org/1819183002/diff/120001/telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py#newcode11 telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py:11: class BattorTracingAgent(tracing_agent.TracingAgent): On 2016/03/28 ...
4 years, 8 months ago (2016-03-31 16:02:08 UTC) #34
charliea (OOO until 10-5)
https://codereview.chromium.org/1819183002/diff/140001/telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py File telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py (right): https://codereview.chromium.org/1819183002/diff/140001/telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py#newcode11 telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py:11: class BattorTracingAgent(tracing_agent.TracingAgent): s/Battor/BattOr It's more correct and also matches ...
4 years, 8 months ago (2016-04-04 20:39:32 UTC) #36
rnephew (Reviews Here)
https://codereview.chromium.org/1819183002/diff/140001/telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py File telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py (right): https://codereview.chromium.org/1819183002/diff/140001/telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py#newcode11 telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py:11: class BattorTracingAgent(tracing_agent.TracingAgent): On 2016/04/04 20:39:31, charliea wrote: > s/Battor/BattOr ...
4 years, 8 months ago (2016-04-04 22:35:27 UTC) #41
charliea (OOO until 10-5)
https://codereview.chromium.org/1819183002/diff/140001/telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py File telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py (right): https://codereview.chromium.org/1819183002/diff/140001/telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py#newcode45 telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py:45: timeout: number of seconds that this tracing agent should ...
4 years, 8 months ago (2016-04-05 18:50:21 UTC) #43
rnephew (Reviews Here)
https://codereview.chromium.org/1819183002/diff/240001/telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py File telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py (right): https://codereview.chromium.org/1819183002/diff/240001/telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py#newcode33 telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py:33: """Returns if BattOr is supported.""" On 2016/04/05 18:50:21, charliea ...
4 years, 8 months ago (2016-04-06 22:41:16 UTC) #45
nednguyen
https://codereview.chromium.org/1819183002/diff/270001/telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py File telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py (right): https://codereview.chromium.org/1819183002/diff/270001/telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py#newcode39 telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py:39: # telemetry this will likely change. We can pass ...
4 years, 8 months ago (2016-04-09 00:32:52 UTC) #46
charliea (OOO until 10-5)
https://codereview.chromium.org/1819183002/diff/270001/telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py File telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py (right): https://codereview.chromium.org/1819183002/diff/270001/telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py#newcode15 telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py:15: """A tracing agent for getting power data from BattOr ...
4 years, 8 months ago (2016-04-21 19:49:09 UTC) #47
rnephew (Reviews Here)
https://codereview.chromium.org/1819183002/diff/270001/telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py File telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py (right): https://codereview.chromium.org/1819183002/diff/270001/telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py#newcode15 telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py:15: """A tracing agent for getting power data from BattOr ...
4 years, 7 months ago (2016-04-26 20:53:49 UTC) #48
alexandermont
https://codereview.chromium.org/1819183002/diff/330001/telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py File telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py (right): https://codereview.chromium.org/1819183002/diff/330001/telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py#newcode36 telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py:36: else platform_backend.device) Use positive boolean tests rather than negative: ...
4 years, 7 months ago (2016-04-26 21:47:31 UTC) #51
rnephew (Reviews Here)
https://codereview.chromium.org/1819183002/diff/330001/telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py File telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py (right): https://codereview.chromium.org/1819183002/diff/330001/telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py#newcode36 telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py:36: else platform_backend.device) On 2016/04/26 21:47:31, alexandermont wrote: > Use ...
4 years, 7 months ago (2016-04-26 22:26:06 UTC) #52
nednguyen
lgtm https://codereview.chromium.org/1819183002/diff/410001/telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py File telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py (right): https://codereview.chromium.org/1819183002/diff/410001/telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py#newcode20 telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py:20: from serial.tools import list_ports # pylint: disable=unused-import I ...
4 years, 7 months ago (2016-04-27 17:50:21 UTC) #53
rnephew (Reviews Here)
A lot of tests are failing because of this: CloudStorageIODisabled: Environment variable DISABLE_CLOUD_STORAGE_IO is set ...
4 years, 7 months ago (2016-04-27 18:07:11 UTC) #55
nednguyen
On 2016/04/27 18:07:11, rnephew1 wrote: > A lot of tests are failing because of this: ...
4 years, 7 months ago (2016-04-27 18:20:45 UTC) #56
rnephew (Reviews Here)
On 2016/04/27 18:20:45, nednguyen wrote: > On 2016/04/27 18:07:11, rnephew1 wrote: > > A lot ...
4 years, 7 months ago (2016-04-27 20:42:01 UTC) #59
rnephew (Reviews Here)
Made some changes based off of https://codereview.chromium.org/1946773002/ that simplifies some parts of this CL. It ...
4 years, 7 months ago (2016-05-03 22:52:43 UTC) #60
rnephew (Reviews Here)
Made some changes based off of https://codereview.chromium.org/1946773002/ that simplifies some parts of this CL. It ...
4 years, 7 months ago (2016-05-03 22:52:46 UTC) #61
charliea (OOO until 10-5)
https://codereview.chromium.org/1819183002/diff/490001/telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py File telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py (right): https://codereview.chromium.org/1819183002/diff/490001/telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py#newcode26 telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py:26: None if not platform_backend.GetOSName() == 'android' This logic seems ...
4 years, 7 months ago (2016-05-04 15:12:50 UTC) #62
rnephew (Reviews Here)
https://codereview.chromium.org/1819183002/diff/490001/telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py File telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py (right): https://codereview.chromium.org/1819183002/diff/490001/telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py#newcode26 telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py:26: None if not platform_backend.GetOSName() == 'android' On 2016/05/04 15:12:49, ...
4 years, 7 months ago (2016-05-04 17:10:33 UTC) #63
rnephew (Reviews Here)
On 2016/05/04 17:10:33, rnephew1 wrote: > https://codereview.chromium.org/1819183002/diff/490001/telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py > File telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py > (right): > > https://codereview.chromium.org/1819183002/diff/490001/telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py#newcode26 ...
4 years, 7 months ago (2016-05-04 21:13:49 UTC) #64
nednguyen
Let create a test in tracing_controller_unittest.py that smoke test battor agent data. s.t like: tracing_controller ...
4 years, 7 months ago (2016-05-06 02:40:36 UTC) #65
nednguyen
On 2016/05/06 02:40:36, nednguyen wrote: > Let create a test in tracing_controller_unittest.py that smoke test ...
4 years, 7 months ago (2016-05-06 14:30:44 UTC) #66
rnephew (Reviews Here)
That test already found a bug. Also, pylint keeps having these errors when I upload, ...
4 years, 7 months ago (2016-05-06 16:24:41 UTC) #67
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1819183002/590001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1819183002/590001
4 years, 7 months ago (2016-05-06 18:36:43 UTC) #70
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-06 19:01:16 UTC) #72
charliea (OOO until 10-5)
https://codereview.chromium.org/1819183002/diff/590001/telemetry/telemetry/core/tracing_controller_unittest.py File telemetry/telemetry/core/tracing_controller_unittest.py (right): https://codereview.chromium.org/1819183002/diff/590001/telemetry/telemetry/core/tracing_controller_unittest.py#newcode196 telemetry/telemetry/core/tracing_controller_unittest.py:196: return # Test require battor present. nit: 'Test require ...
4 years, 7 months ago (2016-05-09 21:30:33 UTC) #73
rnephew (Reviews Here)
https://codereview.chromium.org/1819183002/diff/590001/telemetry/telemetry/core/tracing_controller_unittest.py File telemetry/telemetry/core/tracing_controller_unittest.py (right): https://codereview.chromium.org/1819183002/diff/590001/telemetry/telemetry/core/tracing_controller_unittest.py#newcode196 telemetry/telemetry/core/tracing_controller_unittest.py:196: return # Test require battor present. On 2016/05/09 21:30:32, ...
4 years, 7 months ago (2016-05-10 15:51:44 UTC) #74
nednguyen
On 2016/05/10 15:51:44, rnephew1 wrote: > https://codereview.chromium.org/1819183002/diff/590001/telemetry/telemetry/core/tracing_controller_unittest.py > File telemetry/telemetry/core/tracing_controller_unittest.py (right): > > https://codereview.chromium.org/1819183002/diff/590001/telemetry/telemetry/core/tracing_controller_unittest.py#newcode196 > ...
4 years, 7 months ago (2016-05-10 20:43:28 UTC) #75
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1819183002/610001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1819183002/610001
4 years, 7 months ago (2016-05-10 20:43:56 UTC) #77
nednguyen
On 2016/05/10 20:43:28, nednguyen wrote: > On 2016/05/10 15:51:44, rnephew1 wrote: > > > https://codereview.chromium.org/1819183002/diff/590001/telemetry/telemetry/core/tracing_controller_unittest.py ...
4 years, 7 months ago (2016-05-10 20:43:58 UTC) #78
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-10 21:16:28 UTC) #80
nednguyen
lgtm https://codereview.chromium.org/1819183002/diff/610001/telemetry/telemetry/core/tracing_controller_unittest.py File telemetry/telemetry/core/tracing_controller_unittest.py (right): https://codereview.chromium.org/1819183002/diff/610001/telemetry/telemetry/core/tracing_controller_unittest.py#newcode202 telemetry/telemetry/core/tracing_controller_unittest.py:202: # We wait 1s before starting and stopping ...
4 years, 7 months ago (2016-05-10 21:20:36 UTC) #81
charliea (OOO until 10-5)
lgtm w/ a nit https://codereview.chromium.org/1819183002/diff/610001/telemetry/telemetry/core/tracing_controller_unittest.py File telemetry/telemetry/core/tracing_controller_unittest.py (right): https://codereview.chromium.org/1819183002/diff/610001/telemetry/telemetry/core/tracing_controller_unittest.py#newcode203 telemetry/telemetry/core/tracing_controller_unittest.py:203: # which would cause a ...
4 years, 7 months ago (2016-05-11 13:54:06 UTC) #82
rnephew (Reviews Here)
https://codereview.chromium.org/1819183002/diff/610001/telemetry/telemetry/core/tracing_controller_unittest.py File telemetry/telemetry/core/tracing_controller_unittest.py (right): https://codereview.chromium.org/1819183002/diff/610001/telemetry/telemetry/core/tracing_controller_unittest.py#newcode202 telemetry/telemetry/core/tracing_controller_unittest.py:202: # We wait 1s before starting and stopping tracing ...
4 years, 7 months ago (2016-05-11 15:01:01 UTC) #83
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1819183002/630001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1819183002/630001
4 years, 7 months ago (2016-05-11 15:01:38 UTC) #86
commit-bot: I haz the power
Committed patchset #23 (id:630001) as https://chromium.googlesource.com/external/github.com/catapult-project/catapult/+/e166442cd31d5e31bbcb5b7d105b6dac79c4f70a
4 years, 7 months ago (2016-05-11 15:23:03 UTC) #88
rnephew (Reviews Here)
4 years, 7 months ago (2016-05-11 19:50:11 UTC) #89
Message was sent while issue was closed.
A revert of this CL (patchset #23 id:630001) has been created in
https://codereview.chromium.org/1967243002/ by rnephew@chromium.org.

The reason for reverting is: crbug.com/611159.

Powered by Google App Engine
This is Rietveld 408576698