1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00
- fix scheduler bug
This commit is contained in:
Magnus Svensson
2008-09-05 15:09:29 +02:00
parent e1524b2f1c
commit 5834ef2c4a

View File

@@ -544,7 +544,7 @@ sub run_test_server ($$$) {
# Move the test to completed list # Move the test to completed list
#mtr_report("skip - Moving test $i to completed"); #mtr_report("skip - Moving test $i to completed");
push(@$completed, splice(@$tests, $i, 1)); push(@$completed, splice(@$tests, $i, 1));
redo; # Start over again next;
} }
# Limit number of parallell NDB tests # Limit number of parallell NDB tests