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

Issue 1224003: Add dep for playground (Closed)

Created:
10 years, 9 months ago by zhurunz
Modified:
9 years, 7 months ago
CC:
chromium-os-reviews_chromium.org, kmixter1, seano, ericli, sosa, petkov
Visibility:
Public.

Description

Add dep for playground

Patch Set 1 #

Patch Set 2 : more #

Patch Set 3 : More #

Patch Set 4 : More improvement #

Patch Set 5 : More improvement #

Patch Set 6 : More improvement #

Total comments: 8

Patch Set 7 : improve from codereview #

Patch Set 8 : More improvement #

Patch Set 9 : Move untar to server #

Total comments: 2

Patch Set 10 : Improvement from codereview #

Unified diffs Side-by-side diffs Delta from patch set Stats (+118 lines, -72 lines) Patch
A client/deps/realtimecomm_playground/common.py View 1 2 3 1 chunk +13 lines, -0 lines 0 comments Download
A client/deps/realtimecomm_playground/control View 1 chunk +5 lines, -0 lines 0 comments Download
A client/deps/realtimecomm_playground/pgutil.py View 4 5 6 1 chunk +54 lines, -0 lines 0 comments Download
A client/deps/realtimecomm_playground/realtimecomm_playground.py View 1 2 3 4 5 6 7 8 1 chunk +18 lines, -0 lines 0 comments Download
M client/site_tests/realtimecomm_GTalkPlayground/realtimecomm_GTalkPlayground.py View 3 4 5 6 7 8 9 5 chunks +28 lines, -72 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
zhurunz
1. More playground to dep, since will have more tests based on that. 2. Several ...
10 years, 9 months ago (2010-03-24 18:58:15 UTC) #1
petkov
http://codereview.chromium.org/1224003/diff/12001/8008 File client/deps/realtimecomm_playground/pgutil.py (right): http://codereview.chromium.org/1224003/diff/12001/8008#newcode1 client/deps/realtimecomm_playground/pgutil.py:1: # Copyright (c) 2010 The Chromium OS Authors. All ...
10 years, 9 months ago (2010-03-24 19:17:22 UTC) #2
zhurunz
Fixes + comments. http://codereview.chromium.org/1224003/diff/12001/8008 File client/deps/realtimecomm_playground/pgutil.py (right): http://codereview.chromium.org/1224003/diff/12001/8008#newcode1 client/deps/realtimecomm_playground/pgutil.py:1: # Copyright (c) 2010 The Chromium ...
10 years, 9 months ago (2010-03-24 19:38:50 UTC) #3
petkov
On 2010/03/24 19:38:50, zhurunz wrote: > Fixes + comments. > > http://codereview.chromium.org/1224003/diff/12001/8008 > File client/deps/realtimecomm_playground/pgutil.py ...
10 years, 9 months ago (2010-03-24 21:42:38 UTC) #4
zhurunz
Please take another review.
10 years, 9 months ago (2010-03-25 01:12:38 UTC) #5
zhurunz1
I have moved "untar" to build machine. The client just do a copytree now. Please ...
10 years, 9 months ago (2010-03-25 19:22:28 UTC) #6
petkov
10 years, 9 months ago (2010-03-25 19:28:19 UTC) #7
lgtm

http://codereview.chromium.org/1224003/diff/27001/28005
File
client/site_tests/realtimecomm_GTalkPlayground/realtimecomm_GTalkPlayground.py
(right):

http://codereview.chromium.org/1224003/diff/27001/28005#newcode34
client/site_tests/realtimecomm_GTalkPlayground/realtimecomm_GTalkPlayground.py:34:
def run_setup(self, tarball='GTalkPlayground.tar.gz'):
Remove the tarball argument -- it's not used any more.

http://codereview.chromium.org/1224003/diff/27001/28005#newcode36
client/site_tests/realtimecomm_GTalkPlayground/realtimecomm_GTalkPlayground.py:36:
utils.system('rm -rf %s' % self.playground)
You could use shutil.rmtree here.

Powered by Google App Engine
This is Rietveld 408576698