aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/testing/parallelization.rb
Commit message (Expand)AuthorAgeFilesLines
* Set process name of parallelized test workersJohn Hawthorn2019-06-071-0/+11
* Fail parallel tests if workers exit earlyJohn Hawthorn2019-05-301-0/+8
* If exception occurs during setup, add to each test executedAric Walker2019-04-181-1/+10
* running test with_info_handler methodMauri Mustonen2019-04-161-1/+3
* Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-211-22/+20
* Pass the test reporter by referenceyuuji.yaginuma2018-11-281-0/+1
* Merge pull request #34410 from gmcgibbon/test_support_windowsEileen M. Uchitelle2018-11-191-1/+1
|\
| * Windows support for parallelization and instrumenterGannon McGibbon2018-11-081-1/+1
* | Correctly handle unknown object in parallel testsyuuji.yaginuma2018-11-171-0/+2
|/
* Merge pull request #34131 from lsylvester/defend-against-unmarshable-exceptionsEileen M. Uchitelle2018-11-051-1/+8
|\
| * resque errors caused by Marshal dump failures and wrap exceptions in marshall...Lachlan Sylvester2018-10-091-1/+8
* | Missing require "core_ext/module/attribute_accessors"Akira Matsuda2018-10-301-0/+1
|/
* Ensure we always cleanup the databasesEileen Uchitelle2018-09-051-11/+13
* Turn on performance based copsDillon Welch2018-07-231-10/+6
* Add test parallelization to Railseileencodes2018-02-151-0/+102