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

Issue 2783343003: Support multiple connected Android devices in low bandwidth audio test (Closed)

Created:
3 years, 8 months ago by oprypin_webrtc
Modified:
3 years, 8 months ago
Reviewers:
kjellander_webrtc
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, the sun, tlegrand-webrtc
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Support multiple connected Android devices in low bandwidth audio test Previously it was assumed that exactly one device is connected. Now adb will get an argument with the device ID taken from the runner script's stdout. BUG=webrtc:7229 TBR=kjellander@webrtc.org NOTRY=true Review-Url: https://codereview.webrtc.org/2783343003 Cr-Commit-Position: refs/heads/master@{#17580} Committed: https://chromium.googlesource.com/external/webrtc/+/abd101b91f693fc218d3def6f76e118c4f91c9bf

Patch Set 1 #

Total comments: 2

Patch Set 2 : Add unittest for output parsing #

Total comments: 2

Patch Set 3 : Remove degraded audio file from devices #

Patch Set 4 : Add unittest to presubmit #

Patch Set 5 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+257 lines, -45 lines) Patch
M PRESUBMIT.py View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M webrtc/audio/test/low_bandwidth_audio_test.py View 1 2 2 chunks +71 lines, -44 lines 0 comments Download
A webrtc/audio/test/unittests/low_bandwidth_audio_test_test.py View 1 2 3 1 chunk +184 lines, -0 lines 0 comments Download

Messages

Total messages: 22 (7 generated)
oprypin_donotuse
3 years, 8 months ago (2017-03-31 12:00:57 UTC) #3
oprypin_webrtc
I'm not sure if the email went through correctly. This is ready for review.
3 years, 8 months ago (2017-04-03 11:50:27 UTC) #5
kjellander_webrtc
On 2017/04/03 11:50:27, oprypin_webrtc wrote: > I'm not sure if the email went through correctly. ...
3 years, 8 months ago (2017-04-03 12:00:26 UTC) #6
kjellander_webrtc
lgtm to unblock you, but please consider the suggested refactoring+test. https://codereview.webrtc.org/2783343003/diff/1/webrtc/audio/test/low_bandwidth_audio_test.py File webrtc/audio/test/low_bandwidth_audio_test.py (right): https://codereview.webrtc.org/2783343003/diff/1/webrtc/audio/test/low_bandwidth_audio_test.py#newcode112 ...
3 years, 8 months ago (2017-04-03 13:07:43 UTC) #7
oprypin_webrtc
https://codereview.webrtc.org/2783343003/diff/1/webrtc/audio/test/low_bandwidth_audio_test.py File webrtc/audio/test/low_bandwidth_audio_test.py (right): https://codereview.webrtc.org/2783343003/diff/1/webrtc/audio/test/low_bandwidth_audio_test.py#newcode112 webrtc/audio/test/low_bandwidth_audio_test.py:112: test_re = r'^' + android_prefix_re + r'TEST (\w+) ([^ ...
3 years, 8 months ago (2017-04-04 08:41:50 UTC) #8
kjellander_webrtc
https://codereview.webrtc.org/2783343003/diff/20001/webrtc/audio/test/low_bandwidth_audio_test.py File webrtc/audio/test/low_bandwidth_audio_test.py (right): https://codereview.webrtc.org/2783343003/diff/20001/webrtc/audio/test/low_bandwidth_audio_test.py#newcode96 webrtc/audio/test/low_bandwidth_audio_test.py:96: subprocess.check_call(_LogCommand(adb_command)) Can you add deletion of the file after ...
3 years, 8 months ago (2017-04-04 13:10:19 UTC) #9
oprypin_webrtc
https://codereview.webrtc.org/2783343003/diff/20001/webrtc/audio/test/low_bandwidth_audio_test.py File webrtc/audio/test/low_bandwidth_audio_test.py (right): https://codereview.webrtc.org/2783343003/diff/20001/webrtc/audio/test/low_bandwidth_audio_test.py#newcode96 webrtc/audio/test/low_bandwidth_audio_test.py:96: subprocess.check_call(_LogCommand(adb_command)) On 2017/04/04 13:10:19, kjellander_webrtc wrote: > Can you ...
3 years, 8 months ago (2017-04-04 15:47:28 UTC) #10
kjellander_webrtc
lgtm, but please add the directory to https://chromium.googlesource.com/external/webrtc/+/master/PRESUBMIT.py#472 in order to actually get the unit ...
3 years, 8 months ago (2017-04-04 19:01:59 UTC) #11
oprypin_webrtc
On 2017/04/04 19:01:59, kjellander_webrtc wrote: > lgtm, but please add the directory to > https://chromium.googlesource.com/external/webrtc/+/master/PRESUBMIT.py#472 ...
3 years, 8 months ago (2017-04-05 12:51:47 UTC) #12
kjellander_webrtc
On 2017/04/05 12:51:47, oprypin_webrtc wrote: > On 2017/04/04 19:01:59, kjellander_webrtc wrote: > > lgtm, but ...
3 years, 8 months ago (2017-04-05 12:54:48 UTC) #13
kjellander_webrtc
On 2017/04/05 12:54:48, kjellander_webrtc wrote: > On 2017/04/05 12:51:47, oprypin_webrtc wrote: > > On 2017/04/04 ...
3 years, 8 months ago (2017-04-05 12:55:51 UTC) #14
oprypin_webrtc
On 2017/04/05 12:54:48, kjellander_webrtc wrote: > On 2017/04/05 12:51:47, oprypin_webrtc wrote: > > On 2017/04/04 ...
3 years, 8 months ago (2017-04-05 12:55:52 UTC) #15
kjellander_webrtc
On 2017/04/05 12:55:52, oprypin_webrtc wrote: > On 2017/04/05 12:54:48, kjellander_webrtc wrote: > > On 2017/04/05 ...
3 years, 8 months ago (2017-04-05 13:42:40 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2783343003/80001
3 years, 8 months ago (2017-04-07 06:18:59 UTC) #19
commit-bot: I haz the power
3 years, 8 months ago (2017-04-07 06:21:36 UTC) #22
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/external/webrtc/+/abd101b91f693fc218d3def6f...

Powered by Google App Engine
This is Rietveld 408576698