1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Bug #43659 MTR2 should report worker data for tests when using --parallel > 1

Adding "w# " before the test result
Also enable --parallel=2 so this can be tested.
This commit is contained in:
Bjorn Munch
2009-05-28 13:02:03 +02:00
parent f26f8edff4
commit 763579e65b
3 changed files with 9 additions and 5 deletions

View File

@ -723,6 +723,8 @@ sub run_worker ($) {
delete($test->{'comment'});
delete($test->{'logfile'});
$test->{worker} = $thread_num if $opt_parallel > 1;
run_testcase($test);
#$test->{result}= 'MTR_RES_PASSED';
# Send it back, now with results set