sayantan dutta
67be190c0b
Follow up Fix: Bug #18145121 - DEPRECATED PERL SYNTAX IN MTR
...
(cherry picked from commit 3eb933e0eb55f962404a04741767177e12a9885f)
Conflicts:
mysql-test/mysql-test-run.pl
2015-08-05 15:18:25 +05:30
Mauritz Sundell
30c14893c7
Bug#20814396 PB2 IS SECRET ABOUT WHAT UNIT TESTS IT RUN
...
One can not see in PB2 test logs which unit tests have been run
and passed.
This patchs adds an option --unit-tests-report to mtr which
include the ctest report in mtr output. It will also turn on unit
testing if not explicitly turned off with --no-unit-tests or
equivalent.
In manual runs one can always look in the ctest.log file in mtr
vardir.
--unit-tests are replaced with --unit-tests-report in files under
mysql-test/collections/ to activate report in PB2.
2015-04-17 14:51:46 +02:00
Arun Kuruvila
38e582aa19
Bug #16581605 : REPLACE.EXE UTILITY IS BROKEN IN 5.5
...
Description:- Replace, the string replacement utility fails
on the windows platform.
Analysis:- The utility takes files and multiple string
pairs as input. In the windows platform, the utility maps
the standard input incorrectly (Considers 0 as the fd for
standard input instead of 2048 on windows). Hence when the
input file is supplied to the utility due to the incorrect
mapping, a bad file descriptor error is generated causing
the utility to exit with an error.
Fix:- "my_fileno()" is used for getting the correct file
despscriptor for standard input.
2014-10-21 16:25:35 +05:30
Sayantan Dutta
68ea0ea13b
Bug #18964545 - ADD MTR SUPPORT FOR DEBUGGING WITH LLDB revert
2014-09-26 11:50:07 +05:30
Sayantan Dutta
3fef119dcd
Bug #18964545 ADD MTR SUPPORT FOR DEBUGGING WITH LLDB
2014-09-11 14:48:21 +05:30
Sayantan Dutta
e95e876400
Bug #19361317 - --MANUAL-GDB EFFECTIVELY TRUNCATES OPTION FILE ARGS AT FIRST SEMICOLON
2014-09-03 14:37:00 +05:30
Sayantan Dutta
9fb7de7b65
Bug #19361402 - ADD --MANUAL-LLDB OPTION TO MYSQL-TEST-RUN.PL, contributed
2014-09-02 15:12:55 +05:30
sayantan dutta
d18f67bbab
Bug #17926328 - MTR SHOULD NOT WAIT FOR CHILDREN WHEN ABORTING TEST RUN ON WINDOWS
2014-02-25 18:42:14 +05:30
sayantan dutta
b0b08e76f3
Bug #18027288 - MTR SUITE ABORTS WHEN A CLIENT TRIES TO CONNECT SERVER WITH A WRONG PORT NUMBER
2014-02-11 17:15:50 +05:30
Pavan Naik
4f5a317153
BUG#16321920 : CREATE A SEPARATE INNODB_ZIP TEST SUITE
...
Fix :
-------
Created separate suites called innodb_zip ans i_innodb_zip that contain all compression tests.
Running the new suites with following compression-related parameters :
* innodb_compression_level = {1/9}
* innodb_log_compressed_pages = {ON/OFF}
2013-11-29 15:13:47 +05:30
sayantan dutta
711888f697
Bug #17654275 - MTR EXTRACT_WARNING_LINES IS NOT REMOVING TIMESTAMP IN UTC FORMAT WITH TIMEZONES
2013-10-25 11:38:34 +05:30
Bjorn Munch
1f3994fac6
MTR: fix broken logic for ignoring missing ctest in Pushbuild
2013-09-10 07:25:01 +02:00
Olav Sandstaa
8556977290
Bug #16917425 -DBUILD_CONFIG=MYSQL_RELEASE -DWITH_DEBUG=ON FAILS 4 AND SKIPS 27 MTR TESTS
...
Revert fix since it caused mtr tests to not run in pushbuild.
2013-06-07 21:34:34 +02:00
sayantan dutta
daf6ef40f9
Bug #16917425 -DBUILD_CONFIG=MYSQL_RELEASE -DWITH_DEBUG=ON FAILS 4 AND SKIPS 27 MTR TESTS
2013-06-07 19:29:56 +05:30
sayantan dutta
196fc109c9
Bug 16813007 5.1 => 5.5
2013-05-16 14:19:57 +05:30
sayantan dutta
3d854d2578
Bug #16813007 - MTR IS NOT TAKING MYSQLTEST CLIENT USING THE ENV VARIABLE MYSQL_TEST
2013-05-16 14:18:04 +05:30
sayantan dutta
61bb634be6
Bug #16403186 - MTR ON WINDOWS SHOULD NOT TRY TO START CDB IF RUNNING WITH PARALLEL
2013-03-28 11:47:43 +05:30
Venkatesh Duggirala
cf400bbaad
BUG#16247322-MTR NOT RUNNING SYS_VARS TEST SUITE FOR 5.1
...
Reverting back the previous changes as they are causing
issues in PB2.
2013-02-08 16:34:32 +05:30
Venkatesh Duggirala
7722bde50e
Bug#16247322- MTR NOT RUNNING SYS_VARS TEST
...
SUITE FOR 5.1
SYS_VARS suite is not enabled in MTR by default
run. Enabling it with this check-in.
2013-02-07 17:23:37 +05:30
sayantan.dutta@oracle.com
5caa7e61ae
BUG #13625278 - PB2 SHOULD PROVIDE MORE USEFUL INFORMATION FOR TIMEOUTS
2013-02-06 13:02:14 +05:30
sayantan.dutta@oracle.com
1e25fc77d3
BUG #13625278 - PB2 SHOULD PROVIDE MORE USEFUL INFORMATION FOR TIMEOUTS
2013-02-05 11:58:21 +05:30
sayantan.dutta@oracle.com
66eb0c6e98
Bug #16190704 : MTR STILL LOSES THE FAILED RUN LOGS AT RETRY-FAIL
2013-02-04 20:25:30 +05:30
sayantan.dutta@oracle.com
bdc87957f3
13625278 5.1 => 5.5
2013-02-06 13:04:41 +05:30
sayantan.dutta@oracle.com
9936f0ce6f
13625278 5.1=> 5.5
2013-02-05 13:42:56 +05:30
sayantan.dutta@oracle.com
dbddeb4ecb
BUG #16190704 - MTR STILL LOSES THE FAILED RUN LOGS AT RETRY-FAIL
2013-02-01 19:53:20 +05:30
sayantan.dutta@oracle.com
1cffb1921f
Bug #14737171:MTR DOES NOT PRESERVE TEST CASE LOGS ON RETRY-FAIL
2012-12-12 15:09:31 +05:30
sayantan.dutta@oracle.com
8f3f4425d7
Bug #14737171 : MTR DOES NOT PRESERVE TEST CASE LOGS ON RETRY-FAIL
2012-12-11 18:34:04 +05:30
sayantan.dutta@oracle.com
ccee2f5011
upmerge 14737171 5.1=>5.5
2012-12-12 15:10:47 +05:30
sayantan.dutta@oracle.com
2c2ad47a90
upmerge 14737171 5.1 => 5.5
2012-12-11 18:35:52 +05:30
sayantan.dutta@oracle.com
ea69084e02
BUG #15895810 - REQUIRE ADDITIONAL INFORMATION WITH THE --RESULT-FILE OPTION OF MTR
2012-11-20 15:33:45 +05:30
magnus.blaudd@oracle.com
78d81e9c0b
mtr.pl
...
- remove unused hack to turn on extra suites based on current directory name
- remove 4 your old debug printout of "vardir: <dir>"
2012-11-04 22:17:17 +01:00
magnus.blaudd@oracle.com
408818c8c3
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
711b240653
Bug#14737559 BZR JOIN PLUGIN TREES INTO INTERNAL/PLUGIN
...
Part three:
Fix some search paths.
2012-10-24 17:06:43 +02:00
sayantan.dutta@oracle.com
c2d38c306f
BUG #13946716 : FEDERATED_PLUGIN TEST CASE FAIL ON 64BIT ARCHITECTURES
2012-06-14 17:07:49 +05:30
Kent Boortz
9927a07bc1
Allow Windows absolute paths in N:\ formatfor the --vardir option
2012-04-23 12:52:14 +02:00
MySQL Build Team
5734bae576
Updated/added copyright headers
2012-02-16 10:48:16 +01:00
Kent Boortz
79535de206
Updated/added copyright headers
2012-02-15 17:21:38 +01:00
sayantan.dutta@oracle.com
4b6e5cf7d6
2012-01-31 17:39:40 +05:30
sayantan.dutta@oracle.com
e7edf69742
Bug #64127 : MTR --warnings option misses some of InnoDB errors and warnings
2012-01-31 17:09:32 +05:30
sayantan.dutta@oracle.com
d638b41007
BUG #11746897 - 29508: PLEASE IMPLEMENT MYSQL-TEST-RUN.PL --STRACE-MASTER
...
Includes fix for strace-client and restricted to strace and linux only.
******
2011-12-01 18:54:29 +05:30
Bjorn Munch
b49593580d
mtr: print which suites are used, unless explicit test names
2011-10-03 13:16:40 +02:00
Bjorn Munch
f808e8f34f
mtr --help: add --boot-xxx and sort some debug options
2011-09-29 12:34:44 +02:00
Bjorn Munch
d1eb81f6ab
merge from 5.5 main
2011-09-26 10:27:54 +02:00
Daniel Fischer
fe1b205d02
merge from 5.5.16
2011-09-21 12:40:41 +02:00
Bjorn Munch
7658a8eb49
upmerge 12916194
2011-09-19 16:11:15 +02:00
Bjorn Munch
69d5338669
Bug #12934729 MTR: ADD OPTION TO RUN BOOTSTRAP THROUGH DEBUGGER
...
Added options --boot-gdb etc.
Extended gdb_arguments() with optional input argument
Cannot use set args in gdb init file, as run < <input> kills them (?)
2011-09-19 16:08:52 +02:00
Bjorn Munch
6f8928cf46
Bug #12916194 MTR SHOULD CUT OFF ANALYSIS OF SERVER LOG IF THERE IS TOO MUCH
...
Added simple cut-off w/warning if > one million lines
2011-09-19 16:06:35 +02:00
Bjorn Munch
e08fa4affc
upmerge 12793118,12912120
2011-09-15 13:09:24 +02:00
Bjorn Munch
b06ebbbf36
Bug #11751927 42960: MTR2: NO MORE --STRESS PARAMETERS
...
Quick fix: run mysql-stress-test.pl via a wrapper test
Amend mtr to run just that test when using --stress
Updated mysql-stress-test.pl to exit(1) if wrong options
2011-09-15 12:34:32 +02:00
Bjorn Munch
f83dd3b313
Bug #12939555 MTR FINDS ALREADY COMPRESSED CORE WHEN LOOKING FOR CORE FILES AFTER RETRIED TEST
...
Just check that core file name does not end in .gz
Not a problem for Windows, as we check for files *ending* in .dmp
2011-09-14 15:32:19 +02:00