qt5base-lts/tests/auto/sql/kernel
Frederik Gladhorn 85a2653737 Enable running sql model tests in parallel
Each model test gets its own temporary directory, thus there is no problem parallelizing them.

This should reduce the time spent for a testrun of qtbase by around 3 minutes.
When running only the sql tests it saves less since there are no other tests to run in parallel.

=== Timing: =================== TEST RUN COMPLETED! ============================
  Total:                                       4 minutes 43 seconds
  Serial tests:                                4 minutes 42 seconds
  Parallel tests:                              1 second
  Estimated time spent on insignificant tests: (no time)
  Estimated time saved by -j4:                 1 second
=== Totals: 12 tests, 12 passes ================================================

After:

=== Timing: =================== TEST RUN COMPLETED! ============================
  Total:                                       4 minutes 7 seconds
  Serial tests:                                50 seconds
  Parallel tests:                              3 minutes 17 seconds
  Estimated time spent on insignificant tests: (no time)
  Estimated time saved by -j4:                 1 minute 23 seconds
=== Totals: 12 tests, 12 passes ================================================

Change-Id: I355ceed62fae852ad8cd442848e263438afb738e
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Mark Brand <mabrand@mabrand.nl>
2014-01-29 06:40:49 +01:00
..
qsql don't unnecessarily use qtgui 2013-10-08 20:39:03 +02:00
qsqldatabase Enable running sql model tests in parallel 2014-01-29 06:40:49 +01:00
qsqldriver Cleanup the SQL tests 2013-04-25 19:59:16 +02:00
qsqlerror QtSql tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 2013-03-28 14:42:15 +01:00
qsqlfield QtSql tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 2013-03-28 14:42:15 +01:00
qsqlquery Cleanup the SQL tests 2013-04-25 19:59:16 +02:00
qsqlrecord QtSql tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 2013-03-28 14:42:15 +01:00
qsqlresult fix parsing of bound SQL statements for PostgreSQL 2013-12-16 15:35:30 +01:00
qsqlthread Fix sql tests in respect to Oracle databases 2013-04-05 11:13:28 +02:00
kernel.pro SQL: Change in QSqlResultPrivate::positionalToNamedBinding() 2012-12-10 21:23:35 +01:00