sayantan dutta
899b219e05
Bug #16632543 - INCORRECT VALUE OF BOGOMIPS IN MYSQLTEST
2013-04-16 16:26:45 +05:30
sayantan dutta
a24ca4153e
Bug #16401597 - MTR V1 RETURNS INCORRECT PATH TO VARIABLE @@BASEDIR
2013-04-04 14:54:16 +05:30
Tor Didriksen
24b1ef8dae
Bug#11765629 CMAKE: CAN SUPPRESS INSTALLATION OF SQL-BENCH, BUT NOT MYSQL-TEST
...
Don't try to install anything into INSTALL_MYSQLTESTDIR
if it is explicitly set empty on the cmake command line.
2013-04-02 11:14:39 +02:00
sayantan dutta
af0e25725e
Bug #16403186 - MTR ON WINDOWS SHOULD NOT TRY TO START CDB IF RUNNING WITH PARALLEL
2013-03-28 11:47:43 +05:30
Murthy Narkedimilli
8afe262ae5
Fix for Bug 16395495 - OLD FSF ADDRESS IN GPL HEADER
2013-03-19 15:53:48 +01:00
Bjorn Munch
80fa4f5809
Reinstate install of mysql-test/lib/My/SafeProcess/Base.pm, removed by mistake
2012-11-26 15:14:26 +01:00
unknown
3acb7eeea2
upmerge 5.1 => 5.5
2012-11-26 16:16:49 +05:30
unknown
0e01efc036
Bug #14757120 - SAFE_PROCESS.CC/SAFE_PROCESS.PL SHOULD NOT KILL MYSQLD ON SIGSTOP/SIGCONT
2012-11-26 16:09:18 +05:30
unknown
fe1bb69862
BUG #15895810 - REQUIRE ADDITIONAL INFORMATION WITH THE --RESULT-FILE OPTION OF MTR
2012-11-20 15:33:45 +05:30
unknown
574b107a57
mtr.pl
...
- improve the logic that decides when ndbcluster should be enabled and the extra
test suites for MySQL Cluster should be added. Should be consistent and logical now ;)
2012-11-04 22:11:34 +01:00
Tor Didriksen
4baab59e93
Bug#14737559 BZR JOIN PLUGIN TREES INTO INTERNAL/PLUGIN
...
Part three:
Fix some search paths.
2012-10-24 17:06:43 +02:00
Annamalai Gurusami
1383660024
Bug #13113026 INFORMATION_SCHEMA.INNODB_BUFFER_PAGE_LRUFROM 5.6 BACKPORT
...
Backporting the WL#5716, "Information schema table for InnoDB
buffer pool information". Backporting revisions 2876.244.113,
2876.244.102 from mysql-trunk.
rb://1175 approved by Jimmy Yang.
2012-07-25 13:51:39 +05:30
Bjorn Munch
0e66663159
Upmerge optional testsuite path
2012-05-15 09:19:58 +02:00
Bjorn Munch
e72278fd42
Added some extra optional path to test suites
2012-05-15 09:14:44 +02:00
Kent Boortz
6a003dd8ef
Updated/added copyright headers
2012-02-15 17:21:38 +01:00
Bjorn Munch
83f3aa148b
Silly mistake in gdb output: replaced print with resfile_print,
...
but the latter only takes one argument, duh!
Fixed by concatenating the args (replace , with .)
2011-10-05 15:16:20 +02:00
Bjorn Munch
968e4363fd
backporting 11766169, fixing 13034450
2011-10-03 13:41:59 +02:00
Bjorn Munch
226c310258
upmerge 12726039
2011-07-28 13:18:52 +02:00
Bjorn Munch
341989469f
Bug #12726039 MTR SHOULD PROVIDE ABILITY TO DISABLE TEST ON SELECTED PLATFORMS
...
Add extra patterns to look for @<platform>
2011-07-28 12:54:02 +02:00
Bjorn Munch
09d66e73fc
merge from 5.5 main
2011-07-04 11:21:53 +02:00
Kent Boortz
789aa8c485
Updated/added copyright headers
2011-07-04 01:25:49 +02:00
Kent Boortz
027b5f1ed4
Updated/added copyright headers
2011-07-03 17:47:37 +02:00
Kent Boortz
02e07e3b51
Updated/added copyright headers
2011-06-30 17:46:53 +02:00
Kent Boortz
68f00a5686
Updated/added copyright headers
2011-06-30 17:37:13 +02:00
Bjorn Munch
023de8a15a
11766640 addendum: disable unit tests in MTR with --do-test or --start-from
2011-06-30 16:51:02 +02:00
Bjorn Munch
e57de95f41
Bug #11750043 40340: USE GZIPPED CORE FILES TO SAVE SPACE
...
Use [g]zip on core file if available, ignore if not
Skip if running named test, and print a line saying what it compressed.
2011-05-25 10:58:33 +02:00
Bjorn Munch
e0cf0819a9
Bug#11831031: MTR SHOULD FIND TEST SUITES FROM FEATURE TREES OUTSIDE MYSQL-TEST
...
Backported from trunk-mtr
2011-05-24 10:54:34 +02:00
Bjorn Munch
cb15b0712d
WL #5680 MTR results written to file with well defined format
...
Added --result-file option, which will produce var/mtr-results.txt
Output has a simple format:
<tag> : <value> for general info on test run
{
<tag> : <value>
....
} for each test
Output from failed tests are included but may be truncated.
See WL for more details.
2011-05-09 16:07:43 +02:00
Bjorn Munch
810e02edf2
upmerge 12379923 (60907)
2011-04-26 10:53:17 +02:00
Bjorn Munch
91eebaaef4
Bug #12379923 60907: MYSQL-TEST/LIB/MY/SAFEPROCESS/SAFE_PROCESS.PL USES HARDCODED SIGNAL NUMBE
...
Replaced the hardcoded 9 with 'KILL'
2011-04-20 14:58:53 +02:00
Bjorn Munch
060df92b2f
Bug #12365486 MTR FAILS TO FIND WARNINGS IN SERVER LOG WITH --VALGRIND COMBINED WITH --DEBUG
...
With this combination, outoput was directed to .trace but not all
parts of MTR was aware of this.
Replace .err with .trace at the earliest possible place
2011-04-18 15:35:14 +02:00
Bjorn Munch
e849cf6441
upmerge 12365486
2011-04-18 13:59:35 +02:00
Bjorn Munch
bb533626fd
Bug #12365486 MTR FAILS TO FIND WARNINGS IN SERVER LOG WITH --VALGRIND COMBINED WITH --DEBUG
...
With this combination, outoput was directed to .trace but not all
parts of MTR was aware of this.
Replace .err with .trace at the earliest possible place
2011-04-18 11:47:14 +02:00
Bjorn Munch
34a312a7a5
upmerge 12351213,12360195
2011-04-15 10:37:20 +02:00
Bjorn Munch
e675ed063e
Bug #12351213 MTR --VS-CONFIG DOES NOT WORK LIKE MTR_VS_CONFIG
...
Fix for --vs-config applied
Find.pm incorrectly tested an unitialized local variable instead
of the global, corrected.
Find.pm is also wrong in 5.5: uses a non-existent global variable. Fix when
merging up.
2011-04-14 16:17:58 +02:00
Bjorn Munch
255986a511
Bug #12360501 MTR --GCOV DOES NOT WORK WITH CMAKE BUILDS
...
Changed to use $bindir instead of $basedir
Simplified search for files: find all *.gcno
Also, .msg and .err files had been mixed up
2011-04-14 14:25:15 +02:00
Bjorn Munch
c0bdb20979
Bug #12316050 MTR: --REPORT-TIMES GIVES TOO HIGH NUMBER FOR INITIALIZATION
...
Forgot that the main thread would be idle while waiting for tests
Added sub mark_time_idle() so ignore time spent waiting
Also added a new time category 'admin' to take some of 'init'
2011-04-07 10:12:52 +02:00
Bjorn Munch
5cfa1ed166
Attempt at solving missing end of mtr output on Windows
2011-02-28 16:11:53 +01:00
Bjorn Munch
4a54e5adb1
Attempt at solving missing end of mtr output on Windows
2011-02-28 16:10:35 +01:00
Bjorn Munch
7391a6356c
11766640 follow-up: fix for VS_CONFIG on Windows
2011-02-24 15:11:05 +01:00
Bjorn Munch
2c4f6e5c63
Bug #11766640 (59789) Hook the invocation of unit tests in MTR.
...
Added code to call 'ctest' if the needed cmake file is present
Will do so unless tests/suited named on mtr command line
Also add option to turn on/off
Will be made to look like a test 'unit-test' which counts towards total
Extracts summary report and any test failures from ctest output
Addendum: added override to turn off in PB, add back in selected invocations
2011-02-21 13:56:43 +01:00
Bjorn Munch
215efed133
Bug #59489 Enable setting of env. variables for mysqld from mtr
...
Added --mysqld-env option, propagate via safe_process
Simplified: should be safe to set in parent safe_process after it's started
Addendum: catch cases of --mysqld-env w/o value, assume env.var
name never begins with "--"
2011-01-27 14:42:08 +01:00
Bjorn Munch
95a8cc0204
upmerge undo of 59063
2011-01-18 12:39:23 +01:00
Bjorn Munch
96adf25850
oops forgot one file in last commit
2011-01-18 12:11:52 +01:00
Bjorn Munch
b470674070
Some more copyright fixes in mtr
2011-01-18 12:06:25 +01:00
Bjorn Munch
6579abf3bb
Some more copyright fixes in mtr
2011-01-18 12:01:40 +01:00
Bjorn Munch
d651529112
Fixed copyright headers in mtr src files
2011-01-18 11:21:37 +01:00
Bjorn Munch
5a85609d6b
Fixed copyright headers in mtr src files
2011-01-18 11:03:44 +01:00
Bjorn Munch
7b64f3a8ec
Bug #59182 output of mysql-test-run.pl - mismatch between col names and actual col contents
...
New patch, avoid global $opt_parallel
I still prefer not to print workerid when not doing parallel
2011-01-12 10:27:46 +01:00
Bjorn Munch
2a56b1b000
Bug #59216 mysql test suite can not run indiviual tests in engines/funcs suite
...
Test name spec would be cut at last /
Only do this when .test file name given, not suite.<test>
2011-01-11 15:16:29 +01:00