1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-19 19:03:26 +03:00
Files
mariadb/mysql-test/lib
unknown 47c23a1128 Speed up mysql-test-run.pl.
Problem was the parsing of test suite files for various tags and options.
This was done inefficiently, and include files were re-parsed for every
place they were included. This caused a delay of 20 seconds or so before
the first test started to run.

By parsing more efficiently and re-using first parse for subsequent
inclusion of the same file, time spent parsing is reduced to less than
1 second, and start appears instantaneous.

(With this patch, full ./mtr runs in 3 minutes on my laptop (release
build.)

mysql-test/suite/innodb_plugin/t/innodb_bug52663.test:
  Test is fairly slow, so try to avoid getting stuck with it at the end
  while other workers are idle.
2011-07-31 22:25:37 +02:00
..
2011-05-02 20:58:45 +03:00
2008-02-20 14:55:30 +01:00
2011-07-31 22:25:37 +02:00
2011-05-02 20:58:45 +03:00
2011-01-18 12:01:40 +01:00
2011-01-18 12:01:40 +01:00
2011-05-02 20:58:45 +03:00
2010-12-29 00:47:05 +01:00
2011-05-02 20:58:45 +03:00
2011-01-18 12:01:40 +01:00
2011-01-18 12:01:40 +01:00