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

Issue 1607143002: Fixing the Remote Desktop Browser Test (Me2Me connection test) Failure (Closed)

Created:
4 years, 11 months ago by alog1
Modified:
4 years, 11 months ago
Reviewers:
joedow
CC:
chromium-reviews, chromoting-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fixing the Remote Desktop BrowserTest Failure Merge branch 'master' of https://chromium.googlesource.com/chromium/src Merge branch 'master' of https://chromium.googlesource.com/chromium/src The following code change introduced an issue: https://codereview.chromium.org/1554313002 There a couple of issues causing the problem. 1. One is the conditional waiter for HostOnline having short timeout. This is addressed by increasing the timeout. 2. Second issue is that, the following line times out and there by resulting in Chromoting waterfall failure. This is changed to ExecuteScript, since we don't need to validate the result from Refreshing the Chromoting Window. From: bool refresh_host_list = ExecuteScriptAndExtractBool("remoting.hostList.refreshAndDisplay()"); To: ExecuteScript("remoting.hostList.refreshAndDisplay()"); BUG=577465 Committed: https://crrev.com/1c4a0ed002dc2902473d1515c390ffe081890b12 Cr-Commit-Position: refs/heads/master@{#370798}

Patch Set 1 #

Patch Set 2 #

Total comments: 2

Patch Set 3 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -7 lines) Patch
M chrome/test/remoting/remote_desktop_browsertest.cc View 1 2 2 chunks +5 lines, -7 lines 0 comments Download

Messages

Total messages: 19 (9 generated)
alog1
4 years, 11 months ago (2016-01-20 02:06:36 UTC) #2
joedow
Can you update the CL description? It mentions fixing the owners file but that doesn't ...
4 years, 11 months ago (2016-01-20 15:31:30 UTC) #3
alog1
4 years, 11 months ago (2016-01-20 18:15:27 UTC) #5
alog1
4 years, 11 months ago (2016-01-20 22:20:56 UTC) #6
joedow
lgtm. Can you address the comment and update the CL description to match the change. ...
4 years, 11 months ago (2016-01-20 22:23:06 UTC) #7
alog1
There a couple of issues causing the current Chromoting Waterfall failure. 1. One is the ...
4 years, 11 months ago (2016-01-20 22:39:54 UTC) #11
alog1
4 years, 11 months ago (2016-01-21 18:29:35 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1607143002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1607143002/40001
4 years, 11 months ago (2016-01-21 21:07:50 UTC) #15
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 11 months ago (2016-01-21 22:05:41 UTC) #17
commit-bot: I haz the power
4 years, 11 months ago (2016-01-21 22:06:37 UTC) #19
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/1c4a0ed002dc2902473d1515c390ffe081890b12
Cr-Commit-Position: refs/heads/master@{#370798}

Powered by Google App Engine
This is Rietveld 408576698