Comment 43 for bug 1123233

Revision history for this message
Raghavendra D Prabhu (raghavendra-prabhu) wrote :

Release build crashed as well.

perl runall-new.pl --basedir=${MYSQL_BASEDIR} --galera=ms --reporter=Shutdown,Backtrace,ErrorLog,ErrorLogAlarm,Deadlock --grammar=conf/galera/galera_stress.yy --gendata=conf/galera/galera_stress.zz --threads=16 --queries=50000 --mysqld=--wsrep-provider=$MYSQL_BASEDIR/lib/libgalera_smm.so --mysqld=--innodb_flush_method=O_DIRECT --mysqld=--lock_wait_timeout=50 --seed=time

http://jenkins.percona.com/job/PXC-5.5-mrandgen/78/BTYPE=release,Host=centos6-64/consoleText

where galera_stress.zz

is

 $tables = {
         partitions => [ undef , 'KEY (pk) PARTITIONS 2' ],
         engines => [ 'InnoDB' ],
         pk => [ 'int', 'int auto_increment' ],
         rows => [ 1, 100, 1000 ]
 };

 $fields = {
         types => [ 'int', 'char(12)'],
         indexes => [undef, 'key' ]
 };

 $data = {
         numbers => [ 'digit', 'null', undef ],
         strings => [ 'letter', 'english', 'char(12)' ]
 }