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

Issue 669113: This will fix the build issues for sysstat, as we don't need to install. (Closed)

Created:
10 years, 9 months ago by kdlucas
Modified:
9 years, 7 months ago
Reviewers:
ericli
CC:
chromium-os-reviews_chromium.org
Visibility:
Public.

Description

This will fix the build issues for sysstat, as we don't need to install.

Patch Set 1 #

Patch Set 2 : Added change to netperf2 since we are no longer installing sysstat. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -3 lines) Patch
M client/deps/sysstat/sysstat.py View 1 chunk +0 lines, -1 line 0 comments Download
M client/tests/netperf2/netperf2.py View 3 chunks +9 lines, -2 lines 2 comments Download

Messages

Total messages: 6 (0 generated)
kdlucas
10 years, 9 months ago (2010-03-04 23:10:48 UTC) #1
ericli
There might be an issue when you call mpstat inside netperf2.py. mpstat = os.path.join(self.autodir + ...
10 years, 9 months ago (2010-03-04 23:19:10 UTC) #2
kdlucas
Yup, I'll account for that in the tests.
10 years, 9 months ago (2010-03-05 18:21:57 UTC) #3
ericli
http://codereview.chromium.org/669113/diff/1004/5 File client/tests/netperf2/netperf2.py (right): http://codereview.chromium.org/669113/diff/1004/5#newcode43 client/tests/netperf2/netperf2.py:43: dep_dir = os.path.join(self.autodir, 'deps', dep) This is duplicated with ...
10 years, 9 months ago (2010-03-05 22:20:39 UTC) #4
kdlucas
Looks like we need additional steps since setup() may not be executed during the actual ...
10 years, 9 months ago (2010-03-05 23:24:44 UTC) #5
ericli
10 years, 9 months ago (2010-03-05 23:28:06 UTC) #6
Got it.

LGTM.

On 2010/03/05 23:24:44, kdlucas wrote:
> Looks like we need additional steps since setup() may not be executed during
the
> actual test run.
> 
> http://codereview.chromium.org/669113/diff/1004/5
> File client/tests/netperf2/netperf2.py (right):
> 
> http://codereview.chromium.org/669113/diff/1004/5#newcode43
> client/tests/netperf2/netperf2.py:43: dep_dir = os.path.join(self.autodir,
> 'deps', dep)
> So I think what is happening here is after we compile all of the precompiled
> binaries, setup() doesn't get run again, and this is the step the calls
> job.setup_dep(). Since that doesn't get called any longer, the dependencies
are
> not getting installed on the client.
> 
> On 2010/03/05 22:20:39, ericli wrote:
> > This is duplicated with line 28.

Powered by Google App Engine
This is Rietveld 408576698