vmpooler/spec
kirby@puppetlabs.com 283dea62a7 (POOLER-156) Detect redis connection failures
This commit adds detection for redis connection failures to pool_manager. When a connection fails the error will be raised to executeforcing the connection to be re-established. Without this change, when a redis connection fails, it generates a redis connection error, which is swallowed by a rescue for StandardError, preventing the manager application component from recovering in the case of a redis connection failure.
2020-03-17 11:17:52 -07:00
..
fixtures (POOLER-133) Identify when a ready VM has failed 2018-12-03 12:21:08 -08:00
integration Merge pull request #353 from mattkirby/vmpooler_flush 2020-02-14 09:53:47 -08:00
unit (POOLER-156) Detect redis connection failures 2020-03-17 11:17:52 -07:00
helpers.rb (POOLER-123) Implement a max TTL (#349) 2019-12-05 09:35:30 -07:00
rbvmomi_helper.rb Support nested host folders in find_cluster() 2019-11-26 13:48:53 -05:00
spec_helper.rb Allow user to specify a configuration file in VMPOOLER_CONFIG_FILE 2018-01-23 15:51:10 -08:00