mariadb/repl-tests
unknown 368808cea9 fixed up mysql-test, added README for replication tests, and added
run-all-tests for replication


client/mysql-test.c:
  ***MISSING WEAVE***
2000-09-18 11:40:36 -06:00
..
include Import changeset 2000-07-31 21:29:14 +02:00
test-dump Import changeset 2000-07-31 21:29:14 +02:00
test-repl Import changeset 2000-07-31 21:29:14 +02:00
test-repl-alter added sleep to allow time for replication to the alter table test 2000-08-07 16:21:11 -06:00
test-repl-ts Import changeset 2000-07-31 21:29:14 +02:00
README fixed up mysql-test, added README for replication tests, and added 2000-09-18 11:40:36 -06:00
run-all-tests fixed up mysql-test, added README for replication tests, and added 2000-09-18 11:40:36 -06:00

This directory contains a set of test cases for replication. To get it
to work on your system, install this version of MySQL on the master and on
the slave, configure them according to the Replication HOWTO in the manual,
modify include/master-slave.inc to specify correct connection parameters
for the master and the slave and do

sh run-all-tests

If you would like to add your own test case, create a directory
test-your-test-case-name, write your own run.test following the examples
in the other test cases. Note that you can create the files containing
the expected output ( master files) by running mysql-test --record < run.test