Hello Todd Lipcon,
I'd like you to do a code review. Please visit
http://gerrit.cloudera.org:8080/6847
to review the following change.
Change subject: benchmarks: make ensure_cpu_scaling more resilient
......................................................................
benchmarks: make ensure_cpu_scaling more resilient
It's called out of a trap, and since the script uses pushd/popd a lot, it's
not always reachable:
+ python write-jobs-stats-to-mysql.py kudu-benchmarks 1039
DenseNodeItest_time_bootstrapping_tablets 8
usage: write-jobs-stats-to-mysql.py <job_name> <build_number> <workload>
<iteration> <runtime>
+ restore_governor
+ ensure_cpu_scaling performance
++ dirname ./src/kudu/scripts/benchmarks.sh
+ ./src/kudu/scripts/ensure_cpu_scaling.sh performance
./src/kudu/scripts/benchmarks.sh: line 93:
./src/kudu/scripts/ensure_cpu_scaling.sh: No such file or directory
Change-Id: I3452b48577dd8f5f72c57d41ccf41848c682d616
---
M src/kudu/scripts/benchmarks.sh
1 file changed, 2 insertions(+), 3 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/47/6847/1
--
To view, visit http://gerrit.cloudera.org:8080/6847
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I3452b48577dd8f5f72c57d41ccf41848c682d616
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Adar Dembo <[email protected]>
Gerrit-Reviewer: Todd Lipcon <[email protected]>