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

Issue 7108023: Fix flakiness in pyauto test on ChromeOS: ntp.NTPTest.testThumbnailPersistence. (Closed)

Created:
9 years, 6 months ago by dennis_jeffrey
Modified:
9 years, 6 months ago
Reviewers:
Nirnimesh
CC:
chromium-reviews, John Grabowski, anantha, Nirnimesh, dyu1, Paweł Hajdan Jr.
Visibility:
Public.

Description

Fix flakiness in pyauto test on ChromeOS: ntp.NTPTest.testThumbnailPersistence. The test previously failed to wait for the 'pkill chrome' command to finish killing the relevant chrome processes. BUG=chromium-os:16297 TEST=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=88411

Patch Set 1 #

Total comments: 12

Patch Set 2 : Addressed first round of review comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -2 lines) Patch
M chrome/test/pyautolib/pyauto.py View 1 1 chunk +32 lines, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
dennis_jeffrey
With this change, I'm seeing consistent passing on ChromeoS with "--repeat=20", whereas previously more than ...
9 years, 6 months ago (2011-06-08 18:22:24 UTC) #1
Nirnimesh
Doesn't feel hacky to me. In fact this might explain the flakiness in some other ...
9 years, 6 months ago (2011-06-08 18:32:22 UTC) #2
dennis_jeffrey
http://codereview.chromium.org/7108023/diff/1/chrome/test/pyautolib/pyauto.py File chrome/test/pyautolib/pyauto.py (right): http://codereview.chromium.org/7108023/diff/1/chrome/test/pyautolib/pyauto.py#newcode184 chrome/test/pyautolib/pyauto.py:184: proc = subprocess.Popen(['ps', '-C', 'chrome'], stdout=subprocess.PIPE) On 2011/06/08 18:32:22, ...
9 years, 6 months ago (2011-06-08 21:50:30 UTC) #3
Nirnimesh
9 years, 6 months ago (2011-06-08 21:53:11 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698