mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
WL#4350
- fix scheduler bug
This commit is contained in:
@ -544,7 +544,7 @@ sub run_test_server ($$$) {
|
||||
# Move the test to completed list
|
||||
#mtr_report("skip - Moving test $i to completed");
|
||||
push(@$completed, splice(@$tests, $i, 1));
|
||||
redo; # Start over again
|
||||
next;
|
||||
}
|
||||
|
||||
# Limit number of parallell NDB tests
|
||||
|
Reference in New Issue
Block a user