~codership/galera/2.x

« back to all changes in this revision

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

  • Committer: Alexey Yurchenko
  • Date: 2014-01-29 14:43:26 UTC
  • mto: This revision was merged to the branch mainline in revision 167.
  • Revision ID: alexey.yurchenko@codership.com-20140129144326-aa70nhzofl0smkm8
Fixes:
* provider pause() is fixed to avoid potential deadlock with replicating threads.
* lp:1099478 - handle own address in the address list properly (do not throw exception)
* lp:1259952 - fixed allocation of multiple of pages when posix_fallocate() is unavailable
* lp:1261996 - fixed compilation on Solaris 11
* lp:1232747 - fixed group remerge after partitioning event

Synced with SVN r3450

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
# PARAMETERS
15
15
#
16
16
# Duration of test run
17
 
DURATION=${DURATION:-"600"}
 
17
DURATION=${DURATION:-"300"}
18
18
#
19
19
#
20
20
 
48
48
        --stat-interval 30 --rows 1000 --ac-frac 10 --rollbacks 0.1 \
49
49
        --alters 0.001
50
50
 
 
51
wait_sync $NODE_LIST
51
52
echo "checking consistency"
52
53
check || (sleep 5 && check)
53
54