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:
@ -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
|
||||
|
Reference in New Issue
Block a user