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

Issue 2632323003: Script to start stubbed loopback video test with Espresso (Closed)

Created:
3 years, 11 months ago by mandermo
Modified:
3 years, 10 months ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Script to start stubbed loopback video test with Espresso BUG=webrtc:7034 Review-Url: https://codereview.webrtc.org/2632323003 Cr-Commit-Position: refs/heads/master@{#16216} Committed: https://chromium.googlesource.com/external/webrtc/+/ed582f7e36773c50d359fc97525e17bbf3d1354c

Patch Set 1 #

Total comments: 7

Patch Set 2 : Using os.path.join for path concatenation instead of + #

Total comments: 31

Patch Set 3 : Improved path handling and other review fixes #

Total comments: 6

Patch Set 4 : Fixed review comments #

Total comments: 9

Patch Set 5 : Style fixes and sys.executable used to execute python scripts #

Unified diffs Side-by-side diffs Delta from patch set Stats (+135 lines, -0 lines) Patch
A webrtc/tools/test_stubbed_loopback_video.py View 1 2 3 4 1 chunk +135 lines, -0 lines 0 comments Download

Messages

Total messages: 24 (8 generated)
mandermo
The script that will run in the CI environment to start the loopback test with ...
3 years, 11 months ago (2017-01-17 15:47:24 UTC) #2
ehmaldonado_webrtc
https://codereview.webrtc.org/2632323003/diff/1/webrtc/tools/test_stubbed_loopback_video.py File webrtc/tools/test_stubbed_loopback_video.py (right): https://codereview.webrtc.org/2632323003/diff/1/webrtc/tools/test_stubbed_loopback_video.py#newcode48 webrtc/tools/test_stubbed_loopback_video.py:48: if not build_dir_x86: Why not do the same with ...
3 years, 11 months ago (2017-01-17 16:02:36 UTC) #3
mandermo
https://codereview.webrtc.org/2632323003/diff/1/webrtc/tools/test_stubbed_loopback_video.py File webrtc/tools/test_stubbed_loopback_video.py (right): https://codereview.webrtc.org/2632323003/diff/1/webrtc/tools/test_stubbed_loopback_video.py#newcode48 webrtc/tools/test_stubbed_loopback_video.py:48: if not build_dir_x86: On 2017/01/17 16:02:36, ehmaldonado_webrtc wrote: > ...
3 years, 11 months ago (2017-01-18 10:21:25 UTC) #4
kjellander_webrtc
https://codereview.webrtc.org/2632323003/diff/1/webrtc/tools/test_stubbed_loopback_video.py File webrtc/tools/test_stubbed_loopback_video.py (right): https://codereview.webrtc.org/2632323003/diff/1/webrtc/tools/test_stubbed_loopback_video.py#newcode107 webrtc/tools/test_stubbed_loopback_video.py:107: shutil.rmtree(temp_dir) On 2017/01/18 10:21:24, mandermo wrote: > On 2017/01/17 ...
3 years, 11 months ago (2017-01-19 13:55:35 UTC) #5
mandermo
https://codereview.webrtc.org/2632323003/diff/20001/webrtc/tools/test_stubbed_loopback_video.py File webrtc/tools/test_stubbed_loopback_video.py (right): https://codereview.webrtc.org/2632323003/diff/20001/webrtc/tools/test_stubbed_loopback_video.py#newcode10 webrtc/tools/test_stubbed_loopback_video.py:10: import argparse On 2017/01/19 13:55:34, kjellander_webrtc wrote: > Please ...
3 years, 11 months ago (2017-01-19 16:46:42 UTC) #6
kjellander_webrtc
https://codereview.webrtc.org/2632323003/diff/20001/webrtc/tools/test_stubbed_loopback_video.py File webrtc/tools/test_stubbed_loopback_video.py (right): https://codereview.webrtc.org/2632323003/diff/20001/webrtc/tools/test_stubbed_loopback_video.py#newcode23 webrtc/tools/test_stubbed_loopback_video.py:23: parser.add_argument('--source_dir', On 2017/01/19 16:46:42, mandermo wrote: > On 2017/01/19 ...
3 years, 11 months ago (2017-01-20 08:18:56 UTC) #7
mandermo
https://codereview.webrtc.org/2632323003/diff/20001/webrtc/tools/test_stubbed_loopback_video.py File webrtc/tools/test_stubbed_loopback_video.py (right): https://codereview.webrtc.org/2632323003/diff/20001/webrtc/tools/test_stubbed_loopback_video.py#newcode23 webrtc/tools/test_stubbed_loopback_video.py:23: parser.add_argument('--source_dir', On 2017/01/20 08:18:56, kjellander_webrtc wrote: > On 2017/01/19 ...
3 years, 11 months ago (2017-01-23 09:09:30 UTC) #8
kjellander_webrtc
lgtm with comments addressed. https://codereview.webrtc.org/2632323003/diff/40001/webrtc/tools/test_stubbed_loopback_video.py File webrtc/tools/test_stubbed_loopback_video.py (right): https://codereview.webrtc.org/2632323003/diff/40001/webrtc/tools/test_stubbed_loopback_video.py#newcode64 webrtc/tools/test_stubbed_loopback_video.py:64: subprocess.check_call(['gn', 'gen', build_dir_x86]) On 2017/01/23 ...
3 years, 11 months ago (2017-01-23 10:31:47 UTC) #9
mandermo
https://codereview.webrtc.org/2632323003/diff/40001/webrtc/tools/test_stubbed_loopback_video.py File webrtc/tools/test_stubbed_loopback_video.py (right): https://codereview.webrtc.org/2632323003/diff/40001/webrtc/tools/test_stubbed_loopback_video.py#newcode64 webrtc/tools/test_stubbed_loopback_video.py:64: subprocess.check_call(['gn', 'gen', build_dir_x86]) On 2017/01/23 10:31:47, kjellander_webrtc wrote: > ...
3 years, 11 months ago (2017-01-23 12:54:55 UTC) #10
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/2632323003/80001
3 years, 11 months ago (2017-01-23 13:41:04 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: win_baremetal on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/win_baremetal/builds/17904) win_clang_rel on master.tryserver.webrtc (JOB_FAILED, ...
3 years, 11 months ago (2017-01-23 13:41:34 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/2632323003/80001
3 years, 11 months ago (2017-01-23 15:19:32 UTC) #18
commit-bot: I haz the power
Committed patchset #5 (id:80001) as https://chromium.googlesource.com/external/webrtc/+/ed582f7e36773c50d359fc97525e17bbf3d1354c
3 years, 11 months ago (2017-01-23 15:55:47 UTC) #21
kjellander_webrtc
On 2017/01/23 15:55:47, commit-bot: I haz the power wrote: > Committed patchset #5 (id:80001) as ...
3 years, 10 months ago (2017-02-08 07:55:29 UTC) #22
kjellander (google.com)
On 2017/02/08 07:55:29, kjellander_webrtc wrote: > On 2017/01/23 15:55:47, commit-bot: I haz the power wrote: ...
3 years, 10 months ago (2017-02-09 07:51:52 UTC) #23
kjellander (google.com)
3 years, 10 months ago (2017-02-09 07:51:53 UTC) #24
Message was sent while issue was closed.
On 2017/02/08 07:55:29, kjellander_webrtc wrote:
> On 2017/01/23 15:55:47, commit-bot: I haz the power wrote:
> > Committed patchset #5 (id:80001) as
> >
>
https://chromium.googlesource.com/external/webrtc/+/ed582f7e36773c50d359fc975...
> 
> Would you mind renaming the script to video_quality_loopback_test.py and move
it
> into tools-webrtc/android/  instead?

I'll take care of this. I found a small bug as well.

Powered by Google App Engine
This is Rietveld 408576698