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

Issue 2585813002: Espresso test case to control loopback call (Closed)

Created:
4 years ago by mandermo
Modified:
3 years, 10 months ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, qiang.lu, niklas.enbom, yujie_mao (webrtc), peah-webrtc
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Espresso test case to control loopback call The test case is put inside a new test target. That test target will be started from a test script to asses video quality. BUG=webrtc:6545 Review-Url: https://codereview.webrtc.org/2585813002 Cr-Commit-Position: refs/heads/master@{#16088} Committed: https://chromium.googlesource.com/external/webrtc/+/a6069e8a0102c97ef50e5aaf63bd3034f3322d5f

Patch Set 1 #

Total comments: 2

Patch Set 2 : Add forgotten file ConnectActivityStubbedInputOutputTest.java #

Patch Set 3 : Only keeping necessary dependencies in BUILD.gn for the test case #

Total comments: 16

Patch Set 4 : Moved ConnectActivityStubbedInputOutputTest to its own target and fixed other review comments #

Total comments: 5

Patch Set 5 : Merge branch 'master' into loopback_espresso #

Patch Set 6 : Removed deps from webrtc/examples/BUILD.gn #

Patch Set 7 : Dependency issue addressed #

Total comments: 5

Patch Set 8 : Fixed review comments and added missing .sha1 for video file #

Total comments: 2

Patch Set 9 : Removed some warnings and put static imports before non-static imports #

Patch Set 10 : Removed unnecessary imports #

Patch Set 11 : Merge from master and use of Environment.getExternalStorageDirectory() instead of hardcoded /sdcard… #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+113 lines, -1 line) Patch
A resources/reference_video_640x360_30fps.y4m.sha1 View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/examples/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 2 chunks +24 lines, -0 lines 0 comments Download
M webrtc/examples/androidapp/src/org/appspot/apprtc/CallActivity.java View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/examples/androidtests/AndroidManifest.xml View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 1 comment Download
A webrtc/examples/androidtests/src/org/appspot/apprtc/test/ConnectActivityStubbedInputOutputTest.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +86 lines, -0 lines 0 comments Download

Messages

Total messages: 54 (32 generated)
mandermo
Espresso test case to control loopback call.
4 years ago (2016-12-16 17:48:21 UTC) #2
kjellander_webrtc
I'm missing ConnectActivityStubbedInputOutputTest.java. I assume you missed to add it? https://codereview.webrtc.org/2585813002/diff/1/webrtc/examples/BUILD.gn File webrtc/examples/BUILD.gn (right): https://codereview.webrtc.org/2585813002/diff/1/webrtc/examples/BUILD.gn#newcode124 ...
4 years ago (2016-12-17 18:13:41 UTC) #3
mandermo
Added forgotten file ConnectActivityStubbedInputOutputTest.java and removed unnecessary dependencies I added in BUILD.gn. https://codereview.webrtc.org/2585813002/diff/1/webrtc/examples/BUILD.gn File webrtc/examples/BUILD.gn ...
4 years ago (2016-12-19 10:46:59 UTC) #4
mandermo
Added forgotten file ConnectActivityStubbedInputOutputTest.java and removed unnecessary dependencies I added in BUILD.gn.
4 years ago (2016-12-19 10:47:00 UTC) #5
janssonWebRTC
https://codereview.webrtc.org/2585813002/diff/40001/webrtc/examples/androidtests/src/org/appspot/apprtc/test/ConnectActivityStubbedInputOutputTest.java File webrtc/examples/androidtests/src/org/appspot/apprtc/test/ConnectActivityStubbedInputOutputTest.java (right): https://codereview.webrtc.org/2585813002/diff/40001/webrtc/examples/androidtests/src/org/appspot/apprtc/test/ConnectActivityStubbedInputOutputTest.java#newcode16 webrtc/examples/androidtests/src/org/appspot/apprtc/test/ConnectActivityStubbedInputOutputTest.java:16: import java.util.concurrent.CountDownLatch; Is this used? Any other imports that ...
4 years ago (2016-12-19 10:58:11 UTC) #6
kjellander_webrtc
Please add the right BUG= reference. The test fails with org.appspot.apprtc.test.ConnectActivityStubbedInputOutputTest#testLoopback (run #1): java.lang.RuntimeException: No ...
4 years ago (2016-12-19 11:26:26 UTC) #7
mandermo
Fixed review comments. The failure you go on try bots is probably related to that ...
4 years ago (2016-12-20 15:54:13 UTC) #17
kjellander_webrtc
Getting close now! Generally looks good; just needs a rebase and one comment addressed. https://codereview.webrtc.org/2585813002/diff/40001/webrtc/examples/androidtests/src/org/appspot/apprtc/test/ConnectActivityStubbedInputOutputTest.java ...
3 years, 12 months ago (2016-12-27 06:31:43 UTC) #18
mandermo
Fixed review comments. https://codereview.webrtc.org/2585813002/diff/60001/setup_links.py File setup_links.py (right): https://codereview.webrtc.org/2585813002/diff/60001/setup_links.py#newcode115 setup_links.py:115: 'third_party/ub-uiautomator', On 2016/12/27 06:31:42, kjellander_webrtc wrote: ...
3 years, 11 months ago (2017-01-03 14:17:58 UTC) #19
kjellander_webrtc
lgtm with the java dependency comment addressed. Also notice I'm not owner here. https://codereview.webrtc.org/2585813002/diff/60001/webrtc/examples/BUILD.gn File ...
3 years, 11 months ago (2017-01-04 15:10:08 UTC) #20
mandermo
Dependency issue addressed. +magjed
3 years, 11 months ago (2017-01-05 10:18:41 UTC) #22
magjed_webrtc
Looks good overall, but I have some comments. Also, can you write a brief description ...
3 years, 11 months ago (2017-01-10 11:01:07 UTC) #23
mandermo
Fixed review comments and added missing .sha1 for video file. https://codereview.webrtc.org/2585813002/diff/120001/webrtc/examples/androidtests/src/org/appspot/apprtc/test/ConnectActivityStubbedInputOutputTest.java File webrtc/examples/androidtests/src/org/appspot/apprtc/test/ConnectActivityStubbedInputOutputTest.java (right): https://codereview.webrtc.org/2585813002/diff/120001/webrtc/examples/androidtests/src/org/appspot/apprtc/test/ConnectActivityStubbedInputOutputTest.java#newcode13 ...
3 years, 11 months ago (2017-01-10 15:32:26 UTC) #25
magjed_webrtc
https://codereview.webrtc.org/2585813002/diff/120001/webrtc/examples/androidtests/src/org/appspot/apprtc/test/ConnectActivityStubbedInputOutputTest.java File webrtc/examples/androidtests/src/org/appspot/apprtc/test/ConnectActivityStubbedInputOutputTest.java (right): https://codereview.webrtc.org/2585813002/diff/120001/webrtc/examples/androidtests/src/org/appspot/apprtc/test/ConnectActivityStubbedInputOutputTest.java#newcode13 webrtc/examples/androidtests/src/org/appspot/apprtc/test/ConnectActivityStubbedInputOutputTest.java:13: import java.lang.Thread; On 2017/01/10 15:32:26, mandermo wrote: > On ...
3 years, 11 months ago (2017-01-11 14:34:38 UTC) #31
mandermo
Removed some warnings and put static imports before non-static imports. Thread and InterruptedException was used ...
3 years, 11 months ago (2017-01-11 16:06:49 UTC) #32
mandermo
Removed some warnings and put static imports before non-static imports. Thread and InterruptedException was used ...
3 years, 11 months ago (2017-01-11 16:06:49 UTC) #33
magjed_webrtc
On 2017/01/11 16:06:49, mandermo wrote: > Removed some warnings and put static imports before non-static ...
3 years, 11 months ago (2017-01-12 09:11:20 UTC) #34
mandermo
Removed the java.lang imports.
3 years, 11 months ago (2017-01-13 13:45:17 UTC) #35
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/2585813002/190006
3 years, 11 months ago (2017-01-16 09:36:31 UTC) #49
commit-bot: I haz the power
Committed patchset #11 (id:190006) as https://chromium.googlesource.com/external/webrtc/+/a6069e8a0102c97ef50e5aaf63bd3034f3322d5f
3 years, 11 months ago (2017-01-16 10:23:17 UTC) #52
kjellander_webrtc
https://codereview.webrtc.org/2585813002/diff/190006/webrtc/examples/androidtests/AndroidManifest.xml File webrtc/examples/androidtests/AndroidManifest.xml (right): https://codereview.webrtc.org/2585813002/diff/190006/webrtc/examples/androidtests/AndroidManifest.xml#newcode15 webrtc/examples/androidtests/AndroidManifest.xml:15: <uses-permission android:name="android.permissions.RUN_INSTRUMENTATION" /> This is duplicated with line 18. ...
3 years, 10 months ago (2017-02-07 07:29:13 UTC) #53
mandermo
3 years, 10 months ago (2017-02-07 15:11:15 UTC) #54
Message was sent while issue was closed.
Here is the follow up CL: https://codereview.webrtc.org/2679143002/

Powered by Google App Engine
This is Rietveld 408576698