Merge lp:~akopytov/percona-xtrabackup/bug1214730-2.1 into lp:percona-xtrabackup/2.1

Proposed by Alexey Kopytov
Status: Merged
Approved by: Sergei Glushchenko
Approved revision: no longer in the source branch.
Merged at revision: 670
Proposed branch: lp:~akopytov/percona-xtrabackup/bug1214730-2.1
Merge into: lp:percona-xtrabackup/2.1
Diff against target: 22 lines (+7/-5)
1 file modified
test/run.sh (+7/-5)
To merge this branch: bzr merge lp:~akopytov/percona-xtrabackup/bug1214730-2.1
Reviewer Review Type Date Requested Status
Sergei Glushchenko (community) g2 Approve
Review via email: mp+181288@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Sergei Glushchenko (sergei.glushchenko) wrote :

Approve

review: Approve (g2)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'test/run.sh'
--- test/run.sh 2013-07-25 15:04:49 +0000
+++ test/run.sh 2013-08-21 12:49:10 +0000
@@ -74,12 +74,14 @@
74 exit -174 exit -1
75 fi75 fi
7676
77 if [ "$NWORKERS" -gt 16 ]77 XB_TEST_MAX_WORKERS=${XB_TEST_MAX_WORKERS:-16}
78 if [ "$NWORKERS" -gt $XB_TEST_MAX_WORKERS ]
78 then79 then
79 echo "Autodetected number of cores: $NWORKERS"80 cat <<EOF
80 echo "Limiting to 16 to avoid excessive resource consumption"81Autodetected number of cores: $NWORKERS
8182Limiting to $XB_TEST_MAX_WORKERS to avoid excessive resource consumption
82 NWORKERS=1683EOF
84 NWORKERS=$XB_TEST_MAX_WORKERS
83 fi85 fi
84}86}
8587

Subscribers

People subscribed via source and target branches

to all changes: