vmpooler/spec/unit
Samuel Beaulieu d95e486c8c Fixing method remove_excess_vms
Before this fix, if the pool had an excessive number of 'pending' vms,
but was not full of 'ready' vms, we would end up clearing all the
'pending' vms regardless, which could bring us back under the max
pool size. This fix makes sure we only remove the excess, see
unit test for an example
2018-05-30 16:54:43 -05:00
..
api (POOLER-73) Restructure tests to unit and integration directories 2017-02-17 13:04:38 -08:00
providers (POOLER-107) Add configuration API endpoint 2018-05-22 17:01:13 -07:00
generic_connection_pool_spec.rb (POOLER-52) Add recovery to vSphere connections 2017-05-17 13:52:28 -07:00
pool_manager_spec.rb Fixing method remove_excess_vms 2018-05-30 16:54:43 -05:00
vmpooler_spec.rb Allow user to specify a configuration file in VMPOOLER_CONFIG_FILE 2018-01-23 15:51:10 -08:00