Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
ec9c2bcf 05/07/2017 06:49 AM Dominic Cleal

fixes #19463 - disable auditing of factory_girl fixtures

Audit entries are mostly superfluous in the test environment, but can
be enabled by adding the :with_auditing trait. Disabling audits
improves the test:models runtime from 160 to 128 seconds for me.

f044c69d 05/03/2017 04:08 AM Ivan Necas

Fixes #19400 - defer loading of tables list cache

The BookmarkControllerValidator can get loaded sooner than the tables
are loaded (especially in tests).

d14f17f6 05/02/2017 03:30 AM Tomer Brisker

Fixes #19417 - Safely check params for nested keys

afaaed44 05/01/2017 08:34 AM Timo Goebel

refs #19419 - test aws fog_extensions name methods

3be4ca4c 04/25/2017 11:46 AM Shimon Shtein

Fixes #19374 - added check to fix double facet registration

b8deed3d 04/24/2017 03:54 AM Dominic Cleal

fixes #19344 - sort both expected and actual results in UG test

Sorting of the actual value is by name (`Host::Managed#<=>`), but the
expected value was sorted by ID (order of creation). Expected/actual
arguments are swapped to correct order.

48c0d613 04/21/2017 10:06 AM Dominic Cleal

fixes #19345 - set host group parent names for consistent sorting

Prevents sequentially generated parent names (e.g. hostgroup9, 10) from
being sorted in the opposite order to the test expectation.

006929d1 04/21/2017 05:18 AM Timo Goebel

fixes #19328 - autosign tasks have correct wording

edd5310f 04/20/2017 10:57 AM Dominic Cleal

fixes #19131 - upgrade minitest to latest 5.x

- override minitest's `_` expectation method with the gettext method
- rename `location` let helper, conflicted with a minitest method name
- fix `assert_equal nil, [..]` deprecation warnings, prefer `assert nil`...

b8b00a96 04/20/2017 07:56 AM Swapnil Abnave

Fixes #18381 - PXE loader show inherited value in host/hostgroup

View revisions

Also available in: Atom