~roel11/+junk/randgen

« back to all changes in this revision

Viewing changes to bughunt_template.cfg

  • Committer: Matthias Leich
  • Date: 2010-07-06 16:54:39 UTC
  • mto: This revision was merged to the branch mainline in revision 472.
  • Revision ID: matthias.leich@sun.com-20100706165439-xf3cy3hrencfhqwq
- Modify bughunt.pl so that
  - the server binary gets also put into the archive with
    information about the problem found
  - the creation of the archive happens when the write activity
    to files is hopefully completed
- move the parameter "basedir" out of the rqg_options block
- minor beautification in bughunt_template.cfg

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
# Example 3:
62
62
#   If you just hunt for some status code ( -> desired_status_codes ) use
63
63
#   expected_output => [ ]
 
64
#
64
65
 
65
66
   expected_outputs => [ '' ],
66
67
 
75
76
# rqg_options
76
77
#------------
77
78
# runall.pl (RQG) options which should be used
 
79
#
78
80
 
79
81
   rqg_options => {
80
 
      basedir  => '/work2/5.1/mysql-5.1-rep+3/',
81
 
      rpl_mode => 'mixed',
 
82
      # rpl_mode => 'mixed',
82
83
      threads  => 10,
83
84
      queries  => 10000,
84
85
      duration => 1200,
85
 
      reporter => 'Deadlock,Backtrace,ErrorLog',
 
86
      reporter => 'Deadlock,Backtrace,ErrorLog'
86
87
   },
87
88
 
 
89
# basedir
 
90
#--------
 
91
# Main installation directory of the server software
 
92
#
 
93
 
 
94
  basedir  => '/work2/5.1/mysql-5.1-rep+3/',
 
95
 
88
96
# Mysqld options
89
97
#---------------
90
98
# Mysql server options passed to RQG in addition to the rqg_options
93
101
   mysqld => {
94
102
      'loose-innodb-lock-wait-timeout' => 1,
95
103
      'lock-wait-timeout'              => 1,
96
 
      'log-output'                     => 'file',
97
 
      'plugin-dir'                     => '/work2/5.1/mysql-5.1-rep+3/plugin/semisync/.libs',
98
 
      'plugin-load'                    => 'rpl_semi_sync_master=libsemisync_master.so:rpl_semi_sync_slave=libsemisync_slave.so',
99
 
      'rpl_semi_sync_master_enabled'   => 1,
100
 
      'rpl_semi_sync_slave_enabled'    => 1
 
104
      # 'plugin-dir'                     => '/work2/5.1/mysql-5.1-rep+3/plugin/semisync/.libs',
 
105
      # 'plugin-load'                    => 'rpl_semi_sync_master=libsemisync_master.so:rpl_semi_sync_slave=libsemisync_slave.so',
 
106
      # 'rpl_semi_sync_master_enabled'   => 1,
 
107
      # 'rpl_semi_sync_slave_enabled'    => 1,
 
108
      'log-output'                     => 'none'
101
109
   },
102
110
 
103
111
# trials