Project

General

Profile

« Previous | Next » 

Revision 9aadd812

Added by Daniel Lobato Garcia over 8 years ago

Fixes #10106 - Make tests run in parallel

Run rake parallel:test to run tests in several processes. The gem will
auto split the tests in as many cores as you have available.

Keep in mind running tests in parallel could highlight race conditions
we would've missed otherwise, so some tests might to be fixed to ensure
any process can pick it up and run it.

View differences:

test/fixtures/settings.yml
settings_type: integer
category: Setting::Puppet
default: 5
description: "Duration in minutes after the Puppet interval for servers to be classed as out of sync."
description: "Duration in minutes after the Puppet interval for servers to be classed as out of sync."
attributes56:
name: email_reply_address
category: Setting::General
default: "Foreman-noreply@#{SETTINGS[:domain]}"
description: 'Email reply address for emails that Foreman is sending'

Also available in: Unified diff