~raghavendra-prabhu/percona-xtradb-cluster/release-5.5.30-galera-2.x

« back to all changes in this revision

Viewing changes to tests/regressions/lp861212/run.sh

  • Committer: Raghavendra D Prabhu
  • Date: 2013-04-05 13:55:24 UTC
  • mfrom: (95.2.22 2.x)
  • Revision ID: raghavendra.prabhu@percona.com-20130405135524-aa4f4y9rko7t3cvt
Merge galera/2.x branch.

We merge upto r148 of galera/2.x branch for 5.5.30-23.7.4 PXC release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
echo "starting load for $DURATION" seconds
41
41
SQLGEN=${SQLGEN:-"$DIST_BASE/bin/sqlgen"}
42
42
 
 
43
LD_PRELOAD=$GLB_PRELOAD \
43
44
$SQLGEN --user $DBMS_TEST_USER --pswd $DBMS_TEST_PSWD --host $DBMS_HOST \
44
 
    --port $DBMS_PORT --users $DBMS_CLIENTS --duration $DURATION \
45
 
    --stat-interval 30 --rows 1000 --ac-frac 10 --rollbacks 0.1 --alters 0.001
 
45
        --port $DBMS_PORT --users $DBMS_CLIENTS --duration $DURATION \
 
46
        --stat-interval 30 --rows 1000 --ac-frac 10 --rollbacks 0.1 \
 
47
        --alters 0.001
46
48
 
47
49
echo "checking consistency"
48
50
check || (sleep 5 && check)