~ubuntu-branches/ubuntu/trusty/mariadb-5.5/trusty-proposed

« back to all changes in this revision

Viewing changes to mysql-test/suite/rpl/extension/README.checksum

  • Committer: Package Import Robot
  • Author(s): Otto Kekäläinen
  • Date: 2013-12-22 10:27:05 UTC
  • Revision ID: package-import@ubuntu.com-20131222102705-mndw7s12mz0szrcn
Tags: upstream-5.5.32
Import upstream version 5.5.32

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Binlog checksum testing
 
2
=======================
 
3
 
 
4
1. How it works.
 
5
The script copies a <suite> to directory <suite>_checksum, 
 
6
collects test case names for t/ directory (except tests from
 
7
disabled def), randomly choose 90% of tests and add them 
 
8
to disabled.def.
 
9
It means that mtr will run only 10% of random tests from each 
 
10
suite.
 
11
At end the script run mtr:
 
12
./mysql-test-run.pl --suite=aaa_checksum,bbb_checksum \
 
13
    --mysqld=--binlog-checksum=CRC32 arg1 ... argN
 
14
 
 
15
aaa,bbb         - suite names from --suite option
 
16
arg1,argN       - other command-line arguments of checksum.pl
 
17
 
 
18
2. The options:
 
19
 
 
20
--suite=suite1,suite2.  Mandatory option. The list of suites for 
 
21
    binlog checksum testing.
 
22
 
 
23
--percent=N, where N is 1..99. Percent of running tests.