patg@krsna.patg.net
bd0497ce3b
Merge pgalbraith@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into krsna.patg.net:/home/patg/mysql-build/mysql-4.1
2005-10-26 09:22:47 -07:00
patg@krsna.patg.net
7243b7bb49
BUG# 12123
...
Made change to mysqlimport to set character_set_database to binary to
make importing various charsets/columns work correctly.
2005-10-25 14:50:08 -07:00
kent@mysql.com
6a5a451cfb
Merge mysql.com:/Users/kent/mysql/bk/mysql-4.0-build-thread
...
into mysql.com:/Users/kent/mysql/bk/mysql-4.1
2005-10-25 02:36:51 +02:00
kent@mysql.com
257b17ba2f
Makefile.am:
...
Option to set environment variable MTR_BUILD_THREAD to a small
number, from what mysql-test-run calculate port numbers that
will not conflict with other runs with different thread num
2005-10-25 02:27:55 +02:00
msvensson@neptunus.(none)
447a119407
BUG#11316 mysqltest, problems when assigning value with '#' to $variable
...
- Fixed problem, only detect comment if the # is on start of line AND starting line of the current command.
- Wrote tests for most of the mysqltest commands, added stricter checking of correct syntax.
2005-07-15 17:51:43 +02:00
msvensson@neptunus.(none)
ddeaf342a7
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into neptunus.(none):/home/msvensson/mysql/mysql-4.1
2005-06-21 14:24:13 +02:00
msvensson@neptunus.(none)[msvensson]
39636f48f0
patch
2005-06-21 14:19:56 +02:00
kent@mysql.com
a2073df284
mtr_process.pl:
...
Added a sleep for 5 seconds when shuting down,
work around for strange problem with server restarts
mtr_cases.pl:
Set default time zone as opt to mysqld
mysql-test-run.pl:
Enabled --mysqld=<flags> to work
Put some Windows path names into environment,
to be used in --replace_result
mysql-test-run.sh:
Make shell script tolerant to Windows change in test cases
2005-06-10 21:29:37 +02:00
msvensson@neptunus.(none)
0ed2e57731
Use one err file for each master
2005-05-25 11:10:10 +02:00
serg@serg.mylan
48377eb7c4
test fixes
2005-05-18 10:57:07 +02:00
kent@mysql.com
221b1ccae8
mysqltest.c, mysql-test-run.sh:
...
Not to conflict with Windows return code 2 for "not found", use 62 for "skip"
mysql-test-run.sh, suppress.purify:
Use Purify suppress file
2005-05-15 06:59:34 +02:00
jimw@mysql.com
518f644204
Fix 'mysql_client_test' with embedded server. (Bug #9634 )
2005-04-27 17:50:48 -07:00
jimw@mysql.com
16efc3e333
Merge embedded-server testing changes.
2005-04-01 16:43:35 -08:00
jimw@mysql.com
aa4f352230
Remove result.es files and support for them, which requires splitting
...
up a couple of tests and adjusting the output of others. Exposes two
bugs (9472 and 9508).
2005-03-30 17:32:44 -08:00
jimw@mysql.com
690183d1a0
Eliminate most of the remaining hardcoded list of tests to skip
...
by adding check for embedded server within tests and splitting some
tests into multiple test files.
2005-03-29 17:17:46 -08:00
jimw@mysql.com
bfa7520356
Clean up InnoDB testing with embedded server.
2005-03-29 16:10:43 -08:00
jimw@mysql.com
46eda5b998
Shift skipping of some tests with embedded server from within
...
mysql-test-run to the tests themselves.
2005-03-29 15:50:16 -08:00
mskold@mysql.com
c91034fea8
Backport of ChangeSet 1.1700.256.8: Export the variable MASTER_MY_PORT1 from the place where the second master is started
2005-03-29 15:15:28 +02:00
kent@mysql.com
2a53e9d9a6
Merge mysql.com:/Users/kent/mysql/bk/mysql-4.1-build
...
into mysql.com:/Users/kent/mysql/bk/mysql-4.1-perl
2005-03-22 15:57:20 +01:00
kent@mysql.com
f3d284c8bc
mysql-test-run.sh, mysql-test-run.pl:
...
InnoDB needs longer start time for second slave on slow hosts
2005-03-22 15:12:05 +01:00
monty@mysql.com
265270b970
Fix to get --skip-ndb to work
2005-03-16 15:32:43 +02:00
monty@mysql.com
fde941e5b4
Partly reverty back patch (in heap-auto-increment-key detection) to ensure that auto_key and auto_key_type are calculated the same way
2005-03-16 01:15:45 +02:00
joerg@mysql.com
2d0ecfa7c9
Merge mysql.com:/M41/mysql-4.1 into mysql.com:/M41/push-4.1
2005-03-10 20:31:05 +01:00
jani@ua141d10.elisa.omakaista.fi
633f50cbef
Added possibility to add disabled tests to mysql-test-run.
2005-03-08 18:32:31 +02:00
tomas@poseidon.ndb.mysql.com
dfab08eab0
mysql-test-run.sh:
...
added skip-ndbcluster switch
2005-03-07 14:28:09 +01:00
tomas@poseidon.ndb.mysql.com
f5e9b79c28
mysql-test-run to default run with ndbcluster if compiled with that support
2005-03-07 13:42:01 +01:00
joerg@mysql.com
c28adf3173
Ensure that the tests with '--ps-protocol' and '--embedded-server' are taken even
...
after the previous run had some failures, provided it did not totally crash.
2005-03-03 13:04:44 +01:00
monty@mysql.com
e2dc9b4099
Backport my_strntod() from 5.0
...
Change string->float conversion to delay division as long as possible.
This gives us more exact integer->float conversion for numbers of type '123.45E+02' (Bug #7740 )
2005-02-22 12:51:23 +02:00
jimw@mysql.com
eecb813c6b
Re-enable ctype_latin1_de test for embedded server (already passes, so it
...
appears to have been accidently disabled) and enable ctype_ucs after moving
a subtest that requires binlog to its own test file.
2005-02-10 18:08:30 -08:00
jimw@mysql.com
3c5602faec
Re-enable alter_table test for embedded server by moving grant-related test
...
to grant.test and using replace_column to neuter the Privileges column in
SHOW FULL COLUMNS.
2005-02-09 18:17:40 -08:00
jimw@mysql.com
6515400d92
Add the zlib .libs directory to LD_LIBRARY_PATH in mysql-test-run.sh,
...
which fixes running the tests when using the bundled zlib.
2005-02-07 15:17:30 -08:00
tomas@poseidon.ndb.mysql.com
ee985f9a7e
mysql-test-run.sh:
...
fixed start-and-exit flag
2005-02-07 17:59:46 +01:00
tomas@poseidon.ndb.mysql.com
3249388a5d
have test suite continue even if ndbcluster fails to start if --force flag is set
2005-02-07 17:46:52 +01:00
joreland@mysql.com
ebfa526990
merge
2005-02-01 17:16:05 +01:00
joreland@mysql.com
46a75d5996
ndb - Put all output from ndb tools during mysql-test-run into log file
2005-02-01 17:08:39 +01:00
kent@mysql.com
499a441683
compile-solaris-sparc-purify:
...
Added preparation of mysql_client_test(_embedded) and mysqltest(_embedded)
Added --purify, --purecov, --quantify and --cxxfilt <cxxfiltprog> options
mysql-test-run.sh:
Report correctly combinations of embedded+ps-protocol etc
Added initial Purify support
2005-01-28 00:35:26 +01:00
tomas@poseidon.ndb.mysql.com
1baa14bbe1
backported ndb_mgm options from 5.0
...
changed ndb_restore test somewhat to fisrt make the tables in myisam
2005-01-25 10:03:27 +01:00
tomas@poseidon.ndb.mysql.com
9ec1fda2cf
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
2005-01-24 19:15:44 +01:00
kent@mysql.com
67d246ac2f
Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/Users/kent/mysql/bk/mysql-4.1-perl
2005-01-24 16:57:57 +01:00
kent@mysql.com
777595bd61
mysql_client_test.test, mysql-test-run.sh:
...
Let MYSQL_CLIENT_TEST be set with command line from mysql-test-run script
mysql-test-run.sh:
Renamed client_test to mysql_client_test
Support --embedded-server test on installed server
mysql_client_test.test:
Renamed client_test to mysql_client_test
Use env var CLIENT_TEST with full name, it differs when run with --embedded-server
Rename: mysql-test/t/client_test.test -> mysql-test/t/mysql_client_test.test
2005-01-24 16:56:17 +01:00
tomas@poseidon.ndb.mysql.com
eba78e5ef6
ndb_restore.result, mysql-test-run.sh:
...
added ndb_restore test
ndb_restore.result, ndb_restore.test:
new file
2005-01-24 13:06:27 +01:00
tomas@poseidon.ndb.mysql.com
a551510cfd
mysql-test-run.sh:
...
backported access to ndb_mgm from 5.0
2005-01-24 10:47:51 +01:00
tomas@poseidon.ndb.mysql.com
2776424102
added possibility to add extra opts to ndbd and ndb_mgmd in mysql-test-run
2005-01-19 10:00:41 +01:00
serg@sergbook.mysql.com
7a183dd3b1
mysql-test/mysql-test-run.sh
...
report test mode if case of failure (default/ps-protocol/embedded)
2005-01-05 14:09:31 +02:00
bar@mysql.com
b236841890
Take charsets from the source directory rather than
...
from the install directory.
2004-12-23 13:52:25 +04:00
antony@ltantony.rdg.cyberkinetica.homeunix.net
1be319a708
Merge Bug#7391 from 4.0
2004-12-18 15:12:10 +00:00
joerg@mysql.com
587584f135
Have 'mysql-test-run' write a list of all failed tests at the end, if run with '--force'.
2004-12-16 20:26:24 +01:00
tomas@poseidon.ndb.mysql.com
ef419b3338
mysql-test-run.sh:
...
removed diskless option for ndb test
2004-12-14 10:23:35 +01:00
kent@mysql.com
56c47c6549
mysql-test-run.sh:
...
Use different TESTS_BINDIR for --embedded-server
2004-12-10 14:01:03 +01:00
hf@deer.(none)
71bfbbdcd0
Fixes to make mysql-test-run --embedded-server working
2004-12-02 16:08:17 +04:00